|
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.dml.DMLClause
|
+--com.jdc.rdb.sql.dml.insert.Into
Into represents an Insert
SQL statement INTO clause. The INTO
clause identifies the object of an Insert operation. The name
must identify a Table or a View.
Insert,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.rdb.sql.dml.DMLClause |
sqlClause |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Into()
Constructs a new Into clause object. |
|
Into(String name)
Constructs a new Into clause object for the specified
Database Table name. |
|
| Method Summary | |
String |
getKeyword()
Returns the Into clause keyword. |
String |
getValue()
Returns the Into clause value. |
Into |
setName(String name)
Sets the database Table name to
Insert a row into. |
String |
toString()
Returns a String representation of this Into clause. |
| Methods inherited from class com.jdc.rdb.sql.dml.DMLClause |
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 Into()
Into clause object.
public Into(String name)
Into clause object for the specified
Database Table name.
SQLInvalidException - No INTO clause table name is specified.setName(String)| Method Detail |
public String getKeyword()
Into clause keyword.
getKeyword in class SQLClauseInto clause keyword.public String getValue()
Into clause value.
getValue in class SQLClauseInto clause value.public Into setName(String name)
Table name to
Insert a row into.
Into clause object.
SQLInvalidException - No table name is specified.public String toString()
String representation of this Into clause.
toString in interface InsertClausetoString in class SQLClauseString representation of this Into clause.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||