| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.ReplaceJarConstantAction
ReplaceJarConstantAction | class ReplaceJarConstantAction extends DDLConstantAction (Code) | | Constant action to Add an external Jar file to a database.
|
ReplaceJarConstantAction | ReplaceJarConstantAction(UUID id, String schemaName, String sqlName, String externalPath)(Code) | | Make the ConstantAction to replace a jar file in a database.
Parameters: id - The id for the jar file Parameters: schemaName - The SchemaName for the jar file. Parameters: sqlName - The sqlName for the jar file. Parameters: externalPath - The name of the file that holds the jar. |
purgeOnCommit | protected boolean purgeOnCommit()(Code) | | |
Methods inherited from org.apache.derby.impl.sql.execute.DDLConstantAction | protected String constructToString(String statementType, String objectName)(Code)(Java Doc) static SchemaDescriptor getAndCheckSchemaDescriptor(DataDictionary dd, UUID schemaId, String statementType) throws StandardException(Code)(Java Doc) static SchemaDescriptor getSchemaDescriptorForCreate(DataDictionary dd, Activation activation, String schemaName) throws StandardException(Code)(Java Doc) final void lockTableForDDL(TransactionController tc, long heapConglomerateNumber, boolean exclusiveMode) throws StandardException(Code)(Java Doc) protected void storeConstraintDependenciesOnPrivileges(Activation activation, Dependent dependent, UUID refTableUUID) throws StandardException(Code)(Java Doc) protected void storeViewTriggerDependenciesOnPrivileges(Activation activation, Dependent dependent) throws StandardException(Code)(Java Doc)
|
|
|