`
serenest
  • 浏览: 16786 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

Mapping between Java Types and SQL Types

阅读更多
integer/int  --->  int
tinyint/smallint  --->  short
bigint  --->  long
decimal/numeric  --->  java.math.BigDecimal
float  --->  float
double  --->  double
char/varchar  --->  String
boolean/bit  --->  boolean
date  --->  java.sql.Date
time  --->  java.sql.Time
timestamp  --->  java.sql.Timestamp
blob  --->  java.sql.Blob
clob  --->  java.sql.Clob
array  --->  java.sql.Array
分享到:
评论

相关推荐

    C# 7 and .NET Core: Modern Cross-Platform Development - Second Edition

    converts between types, and handles errors. You will also learn the best places to look for help. Chapter 4, Using .NET Standard Types, is about commonly used .NET Core types that are part of .NET ...

    微软内部资料-SQL性能优化2

    Before we look at how SQL Server uses and manages its memory, we need to ensure a full understanding of the more common memory related terms. The following definitions will help you understand how SQL...

    CSharp 3.0 With the .NET Framework 3.5 Unleashed(english)

    More Differences Between Reference Types and Value Types 121 C# and .NET Framework Types 123 Nullable Types 131 Summary 132 5 Manipulating Strings 134 The C# String Type 134 The ...

    Hibernate Reference Documentation3.1

    18.1.1. Specifying XML and class mapping together 18.1.2. Specifying only an XML mapping 18.2. XML mapping metadata 18.3. Manipulating XML data 19. Improving performance 19.1. Fetching strategies ...

    SSD7 选择题。Multiple-Choice

    (c) typing a syntactically correct SQL query that uses column and table names similar to the correct column and table names in a database (d) writing an English description of the data that the user...

    CE中文版-启点CE过NP中文.exe

    Added an automated structure compare for two groups of addresses to find ways to distinguish between them lua: added automatic garbage collection and settings to configure it added new functions: gc_...

    hibernate3.6 文档(pdf 格式)

    3.4.1. SQL Dialects .......................................................................................... 42 3.4.2. Outer Join Fetching ..............................................................

    spring-framework-reference4.1.4

    3.3. Java 8 (as well as 6 and 7) ............................................................................... 17 3.4. Java EE 6 and 7 ..................................................................

    spring-framework-reference-4.1.2

    3.3. Java 8 (as well as 6 and 7) ............................................................................... 17 3.4. Java EE 6 and 7 ..................................................................

    JavaEE 5.0 Tutorial.pdf

    Container Types ........................................................................................................................... 49 Web Services Support .......................................

Global site tag (gtag.js) - Google Analytics