de.mathema.pride
Class PreparedUpdate
java.lang.Object
de.mathema.pride.PreparedOperation
de.mathema.pride.PreparedUpdate
- All Implemented Interfaces:
- TransactionListener
public class PreparedUpdate
- extends PreparedOperation
- Author:
- Jan Lessner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbkeyfields
protected java.lang.String[] dbkeyfields
updatefields
protected java.lang.String[] updatefields
REVISION_ID
public static final java.lang.String REVISION_ID
- See Also:
- Constant Field Values
PreparedUpdate
public PreparedUpdate(java.lang.String[] dbkeyfields,
java.lang.String[] updatefields,
RecordDescriptor red)
throws java.sql.SQLException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.sql.SQLException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
PreparedUpdate
public PreparedUpdate(java.lang.String[] dbkeyfields,
RecordDescriptor red)
throws java.sql.SQLException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.sql.SQLException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
PreparedUpdate
public PreparedUpdate(RecordDescriptor red)
throws java.sql.SQLException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.sql.SQLException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
setParameters
public void setParameters(java.lang.Object obj)
throws java.sql.SQLException
- Specified by:
setParameters
in class PreparedOperation
- Throws:
java.sql.SQLException