- All Superinterfaces:
- org.apache.derby.catalog.Dependable, org.apache.derby.iapi.sql.depend.Dependent, org.apache.derby.iapi.sql.execute.ExecPreparedStatement, PreparedStatement, org.apache.derby.iapi.sql.depend.Provider
- public interface StorablePreparedStatement
- extends org.apache.derby.iapi.sql.execute.ExecPreparedStatement
The Statement interface is an extension of exec prepared statement
that has some stored prepared specifics.
| Fields inherited from interface org.apache.derby.catalog.Dependable |
ALIAS, COLUMNS_IN_TABLE, CONGLOMERATE, CONSTRAINT, DEFAULT, FILE, HEAP, INDEX, PREPARED_STATEMENT, SCHEMA, STORED_PREPARED_STATEMENT, TABLE, TRIGGER, VIEW |
| Methods inherited from interface org.apache.derby.iapi.sql.execute.ExecPreparedStatement |
finish, getActivationClass, getClone, getConstantAction, getCursorInfo, getSavedObject, getSavedObjects, getTargetColumns, getTargetTable, getUpdateColumns, getUpdateMode, needsSavepoint, setSource, setSPSAction, setValid |
| Methods inherited from interface org.apache.derby.iapi.sql.PreparedStatement |
execute, execute, getActivation, getBeginCompileTimestamp, getBindTimeInMillis, getCompileTimeInMillis, getCompileTimeWarnings, getEndCompileTimestamp, getGenerateTimeInMillis, getOptimizeTimeInMillis, getParameterTypes, getParseTimeInMillis, getResultDescription, getSource, getSPSName, isAtomic, referencesSessionSchema, rePrepare, upToDate |
loadGeneratedClass
public void loadGeneratedClass()
throws org.apache.derby.iapi.error.StandardException
- Load up the class from the saved bytes.