Interface StorablePreparedStatement
- All Superinterfaces:
Dependable, Dependent, ExecPreparedStatement, PreparedStatement
- All Known Implementing Classes:
GenericStorablePreparedStatement
The Statement interface is an extension of exec prepared statement
that has some stored prepared specifics.
-
Field Summary
Fields inherited from interface Dependable
ACTIVATION, ALIAS, COLUMNS_IN_TABLE, COLUMNS_PERMISSION, CONGLOMERATE, CONSTRAINT, DEFAULT, FILE, HEAP, INDEX, PERM, PREPARED_STATEMENT, ROLE_GRANT, ROUTINE_PERMISSION, SCHEMA, SEQUENCE, STORED_PREPARED_STATEMENT, TABLE, TABLE_PERMISSION, TRIGGER, VIEW -
Method Summary
Modifier and TypeMethodDescriptionvoidLoad up the class from the saved bytes.Methods inherited from interface Dependable
getClassType, getDependableFinder, getObjectID, getObjectName, isPersistentMethods inherited from interface Dependent
isValid, makeInvalid, prepareToInvalidateMethods inherited from interface ExecPreparedStatement
finish, getActivationClass, getClone, getConstantAction, getCursorInfo, getInitialRowCount, getRequiredPermissionsList, getSavedObject, getSavedObjects, getStalePlanCheckInterval, getTargetTable, getUpdateMode, hasUpdateColumns, incrementExecutionCount, isUpdateColumn, needsSavepoint, setSource, setSPSAction, setStalePlanCheckInterval, setValid, upToDateMethods inherited from interface PreparedStatement
execute, executeSubStatement, executeSubStatement, getActivation, getBeginCompileTimestamp, getBindTimeInMillis, getCompileTimeInMillis, getCompileTimeWarnings, getEndCompileTimestamp, getGenerateTimeInMillis, getOptimizeTimeInMillis, getParameterType, getParameterTypes, getParseTimeInMillis, getResultDescription, getSource, getSPSName, getVersionCounter, isAtomic, referencesSessionSchema, rePrepare, upToDate
-
Method Details
-
loadGeneratedClass
Load up the class from the saved bytes.- Throws:
StandardException- on error
-