@Deprecated public class SqlTMPTable extends SqlDdlTable
SqlDdlTable.Database, SqlDdlTable.Ddl, SqlDdlTable.Triggers, SqlDdlTable.Util
SqlTable.Indices, SqlTable.Sql
TableExpression.Utils
Modifier and Type | Field and Description |
---|---|
protected SELECT |
s
Deprecated.
The s.
|
AFTER, BEFORE, db, ddl, DELETE, INSERT, UPDATE, util
cachedFields, columnNames, databaseGateway, LABEL_METHOD_BitmapIndex, LABEL_METHOD_ForeignKey, LABEL_METHOD_Index, LABEL_METHOD_PrimaryKey, LABEL_METHOD_UniqueIndex, NOT_NULL, NULL, primaryKey, UNIQUE
Constructor and Description |
---|
SqlTMPTable(String schema,
String name,
String alias)
Deprecated.
Instantiates a new sql tmp table.
|
Modifier and Type | Method and Description |
---|---|
SqlTMPTable |
AS(String newAlias)
Deprecated.
AS.
|
void |
fill()
Deprecated.
Fill.
|
SqlTMPTable |
setFillSELECT(SELECT s)
Deprecated.
Sets the fill select.
|
checkColumn, checkIndex, createColumnDefinition, createTrigger, getDbIntern, getDdlIntern, getTopLevelInstance, getTriggersIntern, initializeDefinedTriggers, UPDATE_OF, validateColumns, validateIndices
BIGINT, BINARY, BitmapIndex, BLOB, BOOLEAN, CHAR, CLOB, createColumn, createColumn, createColumn, DATE, DECIMAL, DECIMAL, DECIMAL, DOUBLE, FLOAT, ForeignKey, getDatabaseGateway, getIndicesIntern, Index, initializeColumns, initializeIndices, INT, LONGVARBINARY, LONGVARCHAR, NCHAR, NUMERIC, NUMERIC, NUMERIC, NVARCHAR, PrimaryKey, REAL, selectFromHirarchieFlat, selectFromHirarchieHirarchical, SMALLINT, sql, TIME, TIMESTAMP, TINYINT, UniqueIndex, VARBINARY, VARCHAR
equals, hashCode
toString
protected SELECT s
public SqlTMPTable setFillSELECT(SELECT s)
s
- the spublic SqlTMPTable AS(String newAlias) throws SQLEngineException
AS
in interface TableExpression
AS
in class SqlDdlTable
newAlias
- the new aliasSQLEngineException
- the sQL engine exceptionSqlDdlTable.AS(java.lang.String)
public void fill() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionCopyright © 2003–2021 XDEV Software. All rights reserved.