Uses of Class
com.gengoai.sql.SQL.TableDef
-
Packages that use SQL.TableDef Package Description com.gengoai.sql -
-
Uses of SQL.TableDef in com.gengoai.sql
Method parameters in com.gengoai.sql with type arguments of type SQL.TableDef Modifier and Type Method Description static Table
SQL. table(String name, @NonNull Consumer<SQL.TableDef> definition)
static Table
SQL. table(String name, SQLElement type, @NonNull Consumer<SQL.TableDef> definition)
-