de.mathema.pride
Class PreparedInsert
java.lang.Object
de.mathema.pride.PreparedOperation
de.mathema.pride.PreparedInsert
- All Implemented Interfaces:
- TransactionListener
public class PreparedInsert
- extends PreparedOperation
- Author:
- Jan Lessner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected java.lang.String table
autoFields
protected java.lang.String[] autoFields
REVISION_ID
public static final java.lang.String REVISION_ID
- See Also:
- Constant Field Values
PreparedInsert
public PreparedInsert(RecordDescriptor red)
throws java.sql.SQLException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.sql.SQLException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
PreparedInsert
public PreparedInsert(java.lang.String[] autoFields,
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