Uses of Interface
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 DialectMethods in cool.scx.jdbc with parameters of type DialectModifier and TypeMethodDescriptionstatic StringSchemaHelper.getMigrateSQL(Table oldTable, Table newTable, Dialect dialect) 获取迁移 SQL (当前只支持 创建不存在的新列) todo 需要支持删除旧列和修改列 -
Uses of Dialect in cool.scx.jdbc.dialect
Classes in cool.scx.jdbc.dialect that implement DialectFields in cool.scx.jdbc.dialect declared as DialectMethods 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.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