|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.SQLClause
|
+--com.jdc.rdb.sql.ddl.DDLClause
|
+--com.jdc.rdb.sql.ddl.clause.Table
Table represents a Create,
Alter, or Drop
SQL statement TABLE clause. The TABLE
clause identifies the table object for a Create, Alter, or
Drop operation. The name must identify a Database
Table.
Create,
Alter,
Drop,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Table()
Constructs a new Table clause object. |
|
Table(String name)
Constructs a new Table clause object for the specified
Database Table name. |
|
| Method Summary | |
String |
getKeyword()
Returns the Table clause keyword. |
String |
getValue()
Returns the Table clause value. |
Table |
setName(String name)
Sets the Database Table name. |
String |
toString()
Returns a String representation of this Table clause. |
| Methods inherited from class com.jdc.rdb.sql.ddl.DDLClause |
getKeyword |
| Methods inherited from class com.jdc.rdb.sql.SQLClause |
contains, setKeyword, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Table()
Table clause object.
public Table(String name)
Table clause object for the specified
Database Table name.
SQLInvalidException - No TABLE clause name is specified.setName(String)| Method Detail |
public String getKeyword()
Table clause keyword.
getKeyword in class SQLClauseTable clause keyword.public String getValue()
Table clause value.
getValue in class SQLClauseTable clause value.public Table setName(String name)
Database Table name.
Table clause object.
SQLInvalidException - No table name is specified.public String toString()
String representation of this Table clause.
toString in interface CreateClausetoString in class SQLClauseString representation of this Table clause.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||