db.props
来自「一个数据访问层Torque3.1的生成器的源代码」· PROPS 代码 · 共 51 行
PROPS
51 行
# Taken from java.sql.Types in the IBM 1.3 JDK# JDBC to PostgreSQL mappings.## See http://www.postgresql.org/idocs/index.php?datatype.html for more# information on PostgreSQL data types.BIT = booleanTINYINT = int2SMALLINT = int2INTEGER = integerBIGINT = int8FLOAT = floatREAL = floatBOOLEANCHAR = charBOOLEANINT = int2DOUBLE = double precision# numeric(precision, scale) / decimal(precision, scale)NUMERIC = numericDECIMAL = decimalCHAR = charVARCHAR = varcharLONGVARCHAR = byteaDATE = dateTIME = timeTIMESTAMP = timestampBINARY = byteaVARBINARY = byteaLONGVARBINARY = byteaNULL =OTHER =JAVA_OBJECT =DISTINCT =STRUCT =ARRAY =BLOB =CLOB = textREF =AUTOINCREMENT = serialNOTNULL = NOT NULLprimaryKeyInsideTableDirective = trueindexInsideTableDirective = falseremoveNotNullWithAutoIncrement = truesuppressDefaults = falseidMethod=sequence
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?