Uses of Class
org.dashbuilder.dataprovider.sql.model.CreateTable
-
Packages that use CreateTable Package Description org.dashbuilder.dataprovider.sql org.dashbuilder.dataprovider.sql.dialect org.dashbuilder.dataprovider.sql.model -
-
Uses of CreateTable in org.dashbuilder.dataprovider.sql
Methods in org.dashbuilder.dataprovider.sql that return CreateTable Modifier and Type Method Description static CreateTableSQLFactory. createTable(Connection connection) -
Uses of CreateTable in org.dashbuilder.dataprovider.sql.dialect
Methods in org.dashbuilder.dataprovider.sql.dialect with parameters of type CreateTable Modifier and Type Method Description StringDefaultDialect. getSQL(CreateTable create)StringDialect. getSQL(CreateTable create) -
Uses of CreateTable in org.dashbuilder.dataprovider.sql.model
Methods in org.dashbuilder.dataprovider.sql.model that return CreateTable Modifier and Type Method Description CreateTableCreateTable. columns(Column... cols)CreateTableCreateTable. primaryKey(Column... cols)
-