|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.parse.CreateTableData
public class CreateTableData
Data for the SQL create table statement.
| Constructor Summary | |
|---|---|
CreateTableData(java.lang.String tblname,
Schema sch)
Saves the table name and schema. |
|
| Method Summary | |
|---|---|
Schema |
newSchema()
Returns the schema of the new table. |
java.lang.String |
tableName()
Returns the name of the new table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateTableData(java.lang.String tblname,
Schema sch)
| Method Detail |
|---|
public java.lang.String tableName()
public Schema newSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||