Uses of Class
de.mathema.pride.IllegalDescriptorException

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

Uses of IllegalDescriptorException in de.mathema.pride
 

Methods in de.mathema.pride that throw IllegalDescriptorException
 void StoredProcedure.execute(java.sql.Connection con)
          Executes the stored procedure represented by this object on the passed database connection.
 void StoredProcedure.execute(Database db)
          Executes the stored procedure represented by this object on the passed database.
protected  java.lang.String StoredProcedure.getOutParam(java.sql.CallableStatement stmt, java.lang.reflect.Field field, int index)
           
protected  java.lang.String StoredProcedure.getOutParams(java.sql.CallableStatement stmt)
           
protected  int StoredProcedure.getSQLType(java.lang.Class type)
          Returns the SQL type equivalent to the passed Java type
protected  java.lang.String StoredProcedure.setInParam(java.sql.CallableStatement stmt, java.lang.reflect.Field field, int index)
          Sets an input values for an SP call
protected  java.lang.String StoredProcedure.setOutParamType(java.sql.CallableStatement stmt, java.lang.reflect.Field field, int index)
          Sets an output value types for an SP call
protected  java.lang.String StoredProcedure.setParams(java.sql.CallableStatement stmt)
           
 

Constructors in de.mathema.pride that throw IllegalDescriptorException
ExtendedAttributeDescriptor(java.lang.Class objectType, java.lang.String[] attrInfo, int extractionMode)
           
ExtensionDescriptor(RecordDescriptor master, java.lang.String[][] attributeMap)
           
RecordDescriptor(java.lang.Class objectType, java.lang.String dbtable, RecordDescriptor baseDescriptor, java.lang.String[][] attributeMap)
          Creates a new mapping descriptor like constructor above but always uses the current DB context of DatabaseFactory and auto extraction mode.
RecordDescriptor(java.lang.Class objectType, java.lang.String dbtable, RecordDescriptor baseDescriptor, java.lang.String[][] attributeMap, int extractionMode)
          Creates a new mapping descriptor like constructor above but always uses the current DB context of DatabaseFactory.
RecordDescriptor(java.lang.Class objectType, java.lang.String dbContext, java.lang.String dbtable, RecordDescriptor baseDescriptor, java.lang.String[][] attributeMap)
           
RecordDescriptor(java.lang.Class objectType, java.lang.String dbContext, java.lang.String dbtable, RecordDescriptor baseDescriptor, java.lang.String[][] attributeMap, int extractionMode)
          Creates a new mapping descriptor