|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes actions that are ALWAYS performed for a Statement at Execution time. For instance, it is used for DDL statements to describe what they should stuff into the catalogs.
An object satisfying this interface is put into the PreparedStatement and run at Execution time.
Field Summary | |
static int |
RUNTIMESTATISTICS
|
static int |
STATISTICSTIMING
|
Method Summary | |
void |
executeConstantAction(Activation activation)
Run the ConstantAction. |
boolean |
modifiesTableId(UUID tableId)
Does this constant action modify the passed in table uuid? |
boolean |
upToDate()
Reports whether these constants are up-to-date. |
Field Detail |
public static final int STATISTICSTIMING
public static final int RUNTIMESTATISTICS
Method Detail |
public void executeConstantAction(Activation activation) throws StandardException
activation
- The execution environment for this constant action.
StandardException
- Thrown on failurepublic boolean modifiesTableId(UUID tableId) throws StandardException
tableId
- the other table id
StandardException
- on errorpublic boolean upToDate() throws StandardException
StandardException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |