Uses of Class
cool.scx.jdbc.dialect.Dialect
Packages that use Dialect
Package
Description
-
Uses of Dialect in cool.scx.jdbc
Methods in cool.scx.jdbc that return Dialect -
Uses of Dialect in cool.scx.jdbc.dialect
Methods in cool.scx.jdbc.dialect that return DialectModifier and TypeMethodDescriptionstatic DialectDialectSelector.findDialect(String url) 根据数据库连接 URL 去找static DialectDialectSelector.findDialect(Driver realDriver) 根据驱动查找static DialectDialectSelector.findDialect(DataSource dataSource) 根据数据源去查找 -
Uses of Dialect in cool.scx.jdbc.dialect._default
Subclasses of Dialect in cool.scx.jdbc.dialect._defaultFields in cool.scx.jdbc.dialect._default declared as Dialect -
Uses of Dialect in cool.scx.jdbc.meta_data
Methods in cool.scx.jdbc.meta_data with parameters of type DialectModifier and TypeMethodDescriptionstatic StringSchemaHelper.getMigrateSQL(Table oldTable, Table newTable, Dialect dialect) 获取迁移 SQL (当前只支持 创建不存在的新列) todo 需要支持删除旧列和修改列 -
Uses of Dialect in cool.scx.jdbc.result_handler
Methods in cool.scx.jdbc.result_handler with parameters of type Dialect -
Uses of Dialect in cool.scx.jdbc.result_handler.bean_builder
Methods in cool.scx.jdbc.result_handler.bean_builder with parameters of type Dialect -
Uses of Dialect in cool.scx.jdbc.spy.event_listener
Constructors in cool.scx.jdbc.spy.event_listener with parameters of type Dialect -
Uses of Dialect in cool.scx.jdbc.sql
Methods in cool.scx.jdbc.sql with parameters of type Dialect