databaseutils.props.odbc
来自「MacroWeka扩展了著名数据挖掘工具weka」· ODBC 代码 · 共 36 行
ODBC
36 行
# 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 + =
减小字号Ctrl + -
显示快捷键?