|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--uk.co.kimble.cobra.SQLStatement
|
+--uk.co.kimble.cobra.SQLInsertStatement
Insert Statement: INSERT INTO table VALUES (value1, value2... valueN) Subselects and partial inserts are not supported
| Fields inherited from class uk.co.kimble.cobra.SQLStatement |
class_dictionary,
sql |
| Constructor Summary | |
SQLInsertStatement(uk.co.kimble.cobra.ClassDictionary cd)
Build an Insert statement to retrieve a single instance of the object based on the primary keys |
|
| Method Summary | |
java.lang.String |
buildForObject()
Build an insert statement for the PersistentObject |
| Methods inherited from class uk.co.kimble.cobra.SQLStatement |
asSQLClause,
asSQLStatement,
buildForCriteria,
getClassDictionary,
setKeyValues,
setValues |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SQLInsertStatement(uk.co.kimble.cobra.ClassDictionary cd)
throws PersistentException
class_name - Name of class to insert| Method Detail |
public java.lang.String buildForObject()
throws PersistentException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||