Ontimize 5.2072EN

com.ontimize.db.sql
Class SQLTemporaryTableCreation

java.lang.Object
  extended bycom.ontimize.db.sql.SQLTable
      extended bycom.ontimize.db.sql.SQLTableCreation
          extended bycom.ontimize.db.sql.SQLTemporaryTableCreation

public class SQLTemporaryTableCreation
extends SQLTableCreation


Field Summary
 
Fields inherited from class com.ontimize.db.sql.SQLTableCreation
columns, constraints
 
Fields inherited from class com.ontimize.db.sql.SQLTable
tableName
 
Constructor Summary
SQLTemporaryTableCreation(java.lang.String tableName, java.util.List columns, java.util.List constraints)
           
 
Method Summary
 java.lang.String getCreateTableInstruction()
          This method returns the starting of the SQL statement of Create Table.
 
Methods inherited from class com.ontimize.db.sql.SQLTableCreation
addColumn, addConstraints, getColumns, getConstraints
 
Methods inherited from class com.ontimize.db.sql.SQLTable
getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTemporaryTableCreation

public SQLTemporaryTableCreation(java.lang.String tableName,
                                 java.util.List columns,
                                 java.util.List constraints)
Method Detail

getCreateTableInstruction

public java.lang.String getCreateTableInstruction()
Description copied from class: SQLTableCreation
This method returns the starting of the SQL statement of Create Table.

Overrides:
getCreateTableInstruction in class SQLTableCreation
Returns:
a String whit the statement.

Ontimize