`

Mapping between Java Types and SQL Types

阅读更多
[url][/url]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.Arra
分享到:
评论

相关推荐

    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 ...

    基于ssm+mysql的在线订花系统源码数据库论文.docx

    is responsible for handling HTTP requests and responses, while MyBatis acts as an ORM (Object-Relational Mapping) tool, facilitating communication between Java objects and the MySQL database. ...

    微软内部资料-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...

    PROFESSIONAL F# 2.0

    This chapter covers interoperability between F# and C#, including calling C# code from F# and vice versa. - **Databases (Chapter 19):** Working with databases is a common requirement in software ...

    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_...

    程序员面试常用宝典,方便找工作

    - In C#, structs are value types and classes are reference types. Structs are typically used for small data structures, while classes are used for more complex object-oriented programming. #### 十四...

    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 ..................................................................

Global site tag (gtag.js) - Google Analytics