📄 databaseutils.props.odbc
字号:
# Database settings for ODBC in conjunction with MS SQL Server 2000## url: http://www.cs.waikato.ac.nz/~ml/weka/opening_windows_DBs.html# author: Fracpete (fracpete at waikato dot ac dot nz)# version: $Revision: 1.3.2.2 $# JDBC driver (comma-separated list)jdbcDriver=sun.jdbc.odbc.JdbcOdbcDriver# database URLjdbcURL=jdbc:odbc:DSN_name# specific data types#string,getString()= 0; -->nominal#boolean,getBoolean() = 1; -->nominal#double,getDouble() = 2; -->numeric#byte,getByte() = 3; -->numeric#short,getByte()= 4; -->numeric#int,getInteger() = 5; -->numeric#long,getLong() = 6; -->numeric#gloat,getFloat() = 7; -->numeric#date,getDate() = 8; -->datevarchar=0float=2tinyint=3int=5# other optionsCREATE_DOUBLE=DOUBLE PRECISIONCREATE_STRING=VARCHAR(8000)CREATE_INT=INTcheckUpperCaseNames=falsecheckLowerCaseNames=falsecheckForTable=true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -