Uses of Class
de.mathema.pride.PreparedOperation

Packages that use PreparedOperation
de.mathema.pride This package provides the implementation of the PriDE persistence layer for JAVA. 
 

Uses of PreparedOperation in de.mathema.pride
 

Subclasses of PreparedOperation in de.mathema.pride
 class PreparedInsert
           
 class PreparedUpdate
           
 

Methods in de.mathema.pride with parameters of type PreparedOperation
 int RecordDescriptor.getConstraint(java.lang.Object obj, java.lang.String[] dbfields, PreparedOperation pop, java.lang.String table, int position)
          Similar to function above but instead writes the values into a passed PreparedOperation.
 int RecordDescriptor.getCreationValues(java.lang.Object obj, java.lang.String[] excludeAttrs, PreparedOperation pop, java.lang.String table, int position)
          Similar to function above but instead writes the values into a passed PreparedOperation.
 int RecordDescriptor.getUpdateValues(java.lang.Object obj, java.lang.String[] excludeAttrs, java.lang.String[] includeAttrs, PreparedOperation pop, java.lang.String table, int position)
          Similar to function above but instead writes the values into a passed PreparedOperation.
 void RecordDescriptor.getWhereValue(java.lang.Object obj, java.lang.String dbfield, PreparedOperation pop, java.lang.String table, int position)
          Similar to function above but instead writes the value into a passed PreparedOperation.