org.apache.derby.iapi.sql
Interface StorablePreparedStatement

All Superinterfaces:
Dependable, Dependent, ExecPreparedStatement, PreparedStatement, Provider
All Known Implementing Classes:
GenericStorablePreparedStatement

public interface StorablePreparedStatement
extends ExecPreparedStatement

The Statement interface is an extension of exec prepared statement that has some stored prepared specifics.

Author:
jamie

Field Summary
 
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
 
Method Summary
 void loadGeneratedClass()
          Load up the class from the saved bytes.
 
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
 
Methods inherited from interface org.apache.derby.iapi.sql.depend.Dependent
isValid, makeInvalid, makeValid, prepareToInvalidate
 
Methods inherited from interface org.apache.derby.catalog.Dependable
getClassType, getDependableFinder, getObjectID, getObjectName, isPersistent
 

Method Detail

loadGeneratedClass

public void loadGeneratedClass()
                        throws StandardException
Load up the class from the saved bytes.

Throws:
StandardException - on error


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.