class SetSchemaConstantAction extends java.lang.Object implements ConstantAction
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
schemaName |
private int |
type |
| Constructor and Description |
|---|
SetSchemaConstantAction(java.lang.String schemaName,
int type)
Make the ConstantAction for a SET SCHEMA statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for SET SCHEMA.
|
java.lang.String |
toString() |
SetSchemaConstantAction(java.lang.String schemaName,
int type)
schemaName - Name of schema.type - type of set schema (e.g. SET_SCHEMA_DYNAMIC, SET_SCHEMA_USER)public java.lang.String toString()
toString in class java.lang.Objectpublic void executeConstantAction(Activation activation) throws StandardException
executeConstantAction in interface ConstantActionactivation - The execution environment for this constant action.StandardException - Thrown on failureConstantAction.executeConstantAction(org.apache.derby.iapi.sql.Activation)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.