|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.is.jrf.SQLBuilder
|
+--com.is.jrf.CreateTableSQLBuilder
Instances of this class build SQL to do CREATE TABLE statements.
| Fields inherited from class com.is.jrf.SQLBuilder |
i_columnSpecs, i_dbPolicy, i_domain, i_tableAlias, i_tableName |
| Constructor Summary | |
CreateTableSQLBuilder()
This constructor throws an exception. |
|
CreateTableSQLBuilder(AbstractDomain domain)
|
|
| Method Summary | |
java.lang.String |
buildSQL(java.lang.String tableName,
java.util.List columnSpecs)
Build SQL to create a table the supplied tableName and columnSpecs |
| Methods inherited from class com.is.jrf.SQLBuilder |
getColumnSpecs, getDatabasePolicy, getTableAlias, getTableName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CreateTableSQLBuilder()
public CreateTableSQLBuilder(AbstractDomain domain)
| Method Detail |
public java.lang.String buildSQL(java.lang.String tableName,
java.util.List columnSpecs)
tableName - The name of the table to create.columnSpecs - a value of type 'List'
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||