uk.co.kimble.cobra
Class SQLUpdateStatement

java.lang.Object
  |
  +--uk.co.kimble.cobra.SQLStatement
        |
        +--uk.co.kimble.cobra.SQLUpdateStatement

public class SQLUpdateStatement
extends SQLStatement


Fields inherited from class uk.co.kimble.cobra.SQLStatement
class_dictionary, sql
 
Constructor Summary
SQLUpdateStatement(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()
           
 
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

SQLUpdateStatement

public SQLUpdateStatement(uk.co.kimble.cobra.ClassDictionary cd)
                   throws PersistentException
Build an Insert statement to retrieve a single instance of the object based on the primary keys
Method Detail

buildForObject

public java.lang.String buildForObject()
                                throws PersistentException
Overrides:
buildForObject in class SQLStatement