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