Index
All Classes and Interfaces|All Packages
C
- canHandle(String) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- canHandle(Driver) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- canHandle(DataSource) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- cool.scx.jdbc.sqlite - package cool.scx.jdbc.sqlite
- cool.scx.jdbc.sqlite.type_handler - package cool.scx.jdbc.sqlite.type_handler
- createDataSource(String, String, String, String[]) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
D
- ddlBuilder() - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- dialectDataTypeToJDBCType(String) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- dialectDataTypeToJDBCType(String) - Static method in class cool.scx.jdbc.sqlite.SQLiteDialectHelper
G
- getColumnConstraint(Column) - Method in class cool.scx.jdbc.sqlite.SQLiteDDLBuilder
-
当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)
- getDataTypeDefinitionByName(String, Integer) - Method in class cool.scx.jdbc.sqlite.SQLiteDDLBuilder
- getDataTypeNameByJDBCType(JDBCType) - Method in class cool.scx.jdbc.sqlite.SQLiteDDLBuilder
- getFinalSQL(Statement) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- getObject(ResultSet, int) - Method in class cool.scx.jdbc.sqlite.type_handler.SQLiteLocalDateTimeTypeHandler
J
- jdbcTypeToDialectDataType(JDBCType) - Method in class cool.scx.jdbc.sqlite.SQLiteDialect
- jdbcTypeToDialectDataType(JDBCType) - Static method in class cool.scx.jdbc.sqlite.SQLiteDialectHelper
L
- logger - Static variable in class cool.scx.jdbc.sqlite.SQLiteDialect
S
- setObject(PreparedStatement, int, LocalDateTime) - Method in class cool.scx.jdbc.sqlite.type_handler.SQLiteLocalDateTimeTypeHandler
- SQLiteDDLBuilder - Class in cool.scx.jdbc.sqlite
- SQLiteDDLBuilder() - Constructor for class cool.scx.jdbc.sqlite.SQLiteDDLBuilder
- SQLiteDialect - Class in cool.scx.jdbc.sqlite
- SQLiteDialect() - Constructor for class cool.scx.jdbc.sqlite.SQLiteDialect
- SQLiteDialectHelper - Class in cool.scx.jdbc.sqlite
- SQLiteDialectHelper() - Constructor for class cool.scx.jdbc.sqlite.SQLiteDialectHelper
- SQLiteLocalDateTimeTypeHandler - Class in cool.scx.jdbc.sqlite.type_handler
-
当前驱动不支持 LocalDateTime, 尝试使用 Timestamp 进行转换 !!!
- SQLiteLocalDateTimeTypeHandler() - Constructor for class cool.scx.jdbc.sqlite.type_handler.SQLiteLocalDateTimeTypeHandler
All Classes and Interfaces|All Packages