|
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.Schema
Schema represents a Create or
Drop SQL statement
SCHEMA clause. The SCHEMA clause identifies the schema
object for a Create or Drop operation. The name must
identify a Database Schema.
Create,
Drop,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Schema()
Constructs a new Schema clause object. |
|
Schema(String name)
Constructs a new Schema clause object for the specified
Database Schema name. |
|
| Method Summary | |
String |
getKeyword()
Returns the Schema clause keyword. |
String |
getValue()
Returns the Schema clause value. |
Schema |
setName(String name)
Sets the Database Schema name. |
String |
toString()
Returns a String representation of this Schema 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 Schema()
Schema clause object.
public Schema(String name)
Schema clause object for the specified
Database Schema name.
SQLInvalidException - No SCHEMA clause name is specified.setName(String)| Method Detail |
public String getKeyword()
Schema clause keyword.
getKeyword in class SQLClauseSchema clause keyword.public String getValue()
Schema clause value.
getValue in class SQLClauseSchema clause value.public Schema setName(String name)
Database Schema name.
Schema clause object.
SQLInvalidException - No schema name is specified.public String toString()
String representation of this Schema clause.
toString in interface CreateClausetoString in class SQLClauseString representation of this Schema clause.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||