Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.dbms | |
com.xdev.jadoth.sqlengine.internal.tables | |
com.xdev.jadoth.sqlengine.retrospection |
Modifier and Type | Method and Description |
---|---|
static <T extends SqlTable> |
SQL.create(Class<T> tableClass,
String alias)
Creates the.
|
Modifier and Type | Method and Description |
---|---|
Object |
DbmsAdaptor.truncate(SqlTable table)
Calls "TRUNCATE TABLE" for
table or an equivalent depending on the database. |
Object |
DbmsAdaptor.Implementation.truncate(SqlTable table)
Executes a standard SQL "TRUNCATE" Query via JDBC Statement.executeUpdate().
|
Modifier and Type | Class and Description |
---|---|
class |
SqlDdlTable
The Class SqlDdlTable.
|
class |
SqlTMPTable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SqlTable |
SqlTable.AS(String newAlias) |
SqlTable[] |
SqlTable.Sql.getSubTables()
Gets the sub tables.
|
SqlTable |
PrimaryKeyValue.getTable()
Gets the table.
|
protected SqlTable |
SqlTable.getTopLevelInstance() |
protected SqlTable |
SqlTable.Sql.this$() |
Constructor and Description |
---|
SqlTable(SqlTable table,
String alias)
Instantiates a new sql table.
|
Modifier and Type | Method and Description |
---|---|
MappingGenerator.Configuration |
MappingGenerator.Configuration.setSuperClass(Class<? extends SqlTable> superClass)
Sets the super class.
|
Copyright © 2003–2022 XDEV Software. All rights reserved.