org.apache.derby.impl.sql.execute
Interface KeyToBaseRowConstantAction

All Superinterfaces:
ConstantAction

public interface KeyToBaseRowConstantAction
extends ConstantAction


Field Summary
 
Fields inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
RUNTIMESTATISTICS, STATISTICSTIMING
 
Method Summary
 FormatableBitSet getBaseRowReadList()
           
 long getBaseTableConglomId()
           
 ExecRow getEmptyHeapRow(LanguageConnectionContext lcc)
           
 ExecRow getEmptyKeyRow()
           
 long getKeyConglomId()
           
 UUID getTableId()
           
 
Methods inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
executeConstantAction, modifiesTableId, upToDate
 

Method Detail

getEmptyHeapRow

public ExecRow getEmptyHeapRow(LanguageConnectionContext lcc)
                        throws StandardException
Throws:
StandardException

getEmptyKeyRow

public ExecRow getEmptyKeyRow()
                       throws StandardException
Throws:
StandardException

getKeyConglomId

public long getKeyConglomId()
                     throws StandardException
Throws:
StandardException

getBaseTableConglomId

public long getBaseTableConglomId()
                           throws StandardException
Throws:
StandardException

getTableId

public UUID getTableId()
                throws StandardException
Throws:
StandardException

getBaseRowReadList

public FormatableBitSet getBaseRowReadList()
                                    throws StandardException
Throws:
StandardException


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