| 
||||||||||
| 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(String tblname,
                Schema sch)
Saves the table name and schema.  | 
|
| Method Summary | |
|---|---|
 Schema | 
newSchema()
Returns the schema of the new table.  | 
 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(String tblname,
                       Schema sch)
| Method Detail | 
|---|
public String tableName()
public Schema newSchema()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||