Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.dbms | |
com.xdev.jadoth.sqlengine.dbms.standard | |
com.xdev.jadoth.sqlengine.internal.tables |
Modifier and Type | Method and Description |
---|---|
static <T extends SqlDdlTable> |
SQL.initializeFor(DatabaseGateway<?> dbc,
Class<T> tableClass,
String alias)
Initialize for.
|
static <T extends SqlDdlTable> |
SQL.initializeInDb(Class<T> tableClass,
String alias)
Initialize in db.
|
Modifier and Type | Method and Description |
---|---|
void |
DbmsDDLMapper.createIndices(SqlDdlTable table)
Creates the indices.
|
void |
DbmsDDLMapper.createTable(SqlDdlTable table)
Creates the table.
|
void |
DbmsDDLMapper.createTriggers(SqlDdlTable table)
Creates the triggers.
|
Object |
DbmsDDLMapper.postCreateTableActions(SqlDdlTable table)
Post create table actions.
|
Object |
DbmsDDLMapper.preCreateTableActions(SqlDdlTable table)
Pre create table actions.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardDDLMapper.createIndices(SqlDdlTable table) |
void |
StandardDDLMapper.createTable(SqlDdlTable table) |
void |
StandardDDLMapper.createTriggers(SqlDdlTable table) |
Object |
StandardDDLMapper.postCreateTableActions(SqlDdlTable table) |
Object |
StandardDDLMapper.preCreateTableActions(SqlDdlTable table) |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryKeyValue<T extends SqlDdlTable>
The Class PrimaryKeyValue.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlTMPTable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SqlDdlTable |
SqlDdlTable.AS(String newAlias) |
protected SqlDdlTable |
SqlDdlTable.getTopLevelInstance() |
SqlDdlTable |
SqlDdlTable.Ddl.initialize()
Initialize.
|
SqlDdlTable |
SqlDdlTable.Database.initializeFor(DatabaseGateway<?> databaseGateway)
Initialize for.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlTrigger.setTable(SqlDdlTable table)
Sets the table.
|
Constructor and Description |
---|
PrimaryKeyValue(SqlDdlTable table,
SqlField[] columns,
Object[] values)
Instantiates a new primary key value.
|
Copyright © 2003–2022 XDEV Software. All rights reserved.