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.
61 lines
921 B
61 lines
921 B
#\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F |
|
|
|
mainPath=com.huoran |
|
#\u5305\u540D |
|
package=com.huoran.iasf |
|
#\u4F5C\u8005 |
|
author=cheney |
|
#Email |
|
email=*****@mail.com |
|
#\u8868\u524D\u7F00 |
|
tablePrefix= |
|
|
|
#\u7C7B\u578B\u8F6C\u6362\uFF0C\u914D\u7F6E\u4FE1\u606F |
|
tinyint=Integer |
|
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 |
|
timestamp=Date |
|
|
|
NUMBER=Integer |
|
INT=Integer |
|
INTEGER=Integer |
|
BINARY_INTEGER=Integer |
|
LONG=String |
|
FLOAT=Float |
|
BINARY_FLOAT=Float |
|
DOUBLE=Double |
|
BINARY_DOUBLE=Double |
|
DECIMAL=BigDecimal |
|
CHAR=String |
|
VARCHAR=String |
|
VARCHAR2=String |
|
NVARCHAR=String |
|
NVARCHAR2=String |
|
CLOB=String |
|
BLOB=String |
|
DATE=Date |
|
DATETIME=Date |
|
TIMESTAMP=Date |
|
TIMESTAMP(6)=Date |
|
|
|
int8=Long |
|
int4=Integer |
|
int2=Integer |
|
numeric=BigDecimal |