| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.CreateViewConstantAction
CreateViewConstantAction | class CreateViewConstantAction extends DDLConstantAction (Code) | | This class describes actions that are ALWAYS performed for a
CREATE VIEW Statement at Execution time.
author: Jerry Brenner. |
CreateViewConstantAction | CreateViewConstantAction(String schemaName, String tableName, int tableType, String viewText, int checkOption, ColumnInfo[] columnInfo, ProviderInfo[] providerInfo, UUID compSchemaId)(Code) | | Make the ConstantAction for a CREATE VIEW statement.
Parameters: schemaName - name for the schema that view lives in. Parameters: tableName - Name of table. Parameters: tableType - Type of table (e.g., BASE). Parameters: viewText - Text of query expression for view definition Parameters: checkOption - Check option type Parameters: columnInfo - Information on all the columns in the table. Parameters: providerInfo - Information on all the Providers Parameters: compSchemaId - Compilation Schema Id(REMIND tableDescriptor ignored) |
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)
|
|
|