You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
286 B
20 lines
286 B
# ????Java????
|
|
tinyint=Boolean
|
|
smallint=Integer
|
|
mediumint=Integer
|
|
int=Integer
|
|
integer=Integer
|
|
bigint=Long
|
|
float=Float
|
|
double=Double
|
|
decimal=BigDecimal
|
|
bit=Boolean
|
|
char=String
|
|
varchar=String
|
|
tinytext=String
|
|
text=String
|
|
mediumtext=String
|
|
longtext=String
|
|
date=Date
|
|
datetime=Date
|
|
Date=Date
|
|
|