org.apache.derby.impl.sql.execute
Class GenericSPSConstantAction

java.lang.Object
  extended byorg.apache.derby.impl.sql.execute.GenericConstantAction
      extended byorg.apache.derby.impl.sql.execute.DDLConstantAction
          extended byorg.apache.derby.impl.sql.execute.GenericSPSConstantAction
All Implemented Interfaces:
ConstantAction
Direct Known Subclasses:
AlterSPSConstantAction, CreateSPSConstantAction

public abstract class GenericSPSConstantAction
extends DDLConstantAction

Utility class for Stored prepared statement constant actions.

Author:
jamie

Field Summary
 
Fields inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
RUNTIMESTATISTICS, STATISTICSTIMING
 
Constructor Summary
GenericSPSConstantAction()
          Public niladic constructor.
 
Method Summary
protected  java.lang.Object[] getUsingResults(java.lang.String usingText)
           
 
Methods inherited from class org.apache.derby.impl.sql.execute.DDLConstantAction
constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, modifiesTableId, readExternal, upToDate, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
executeConstantAction
 

Constructor Detail

GenericSPSConstantAction

public GenericSPSConstantAction()
Public niladic constructor.

Method Detail

getUsingResults

protected java.lang.Object[] getUsingResults(java.lang.String usingText)
                                      throws StandardException
Throws:
StandardException


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