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