public class UpdatableVTIConstantAction extends WriteCursorConstantAction
| Modifier and Type | Field and Description |
|---|---|
int[] |
changedColumnIds
This class implements Formatable.
|
int |
statementType |
conglomId, deferred, heapSCOCI, indexCIDS, indexNames, indexSCOCIs, irgs, lockMode, singleRowSource, targetUUID| Constructor and Description |
|---|
UpdatableVTIConstantAction()
Public niladic constructor.
|
UpdatableVTIConstantAction(int statementType,
boolean deferred,
int[] changedColumnIds)
Make the ConstantAction for an updatable VTI statement.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeFormatId()
Get the formatID which corresponds to this class.
|
executeConstantAction, getBaseRowReadList, getBaseRowReadMap, getConglomerateId, getFKInfo, getIndexNameFromCID, getIndexNames, getProperty, getStreamStorableHeapColIds, getTargetProperties, getTriggerInfo, readExternal, writeExternalpublic int[] changedColumnIds
public int statementType
public UpdatableVTIConstantAction()
public UpdatableVTIConstantAction(int statementType,
boolean deferred,
int[] changedColumnIds)
deferred - Whether or not to do operation in deferred modechangedColumnIds - Array of ids of changed columnsApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.