class T_SumForIntCol
extends java.lang.Object
implements org.apache.derby.iapi.store.access.SortObserver
| Modifier and Type | Field and Description |
|---|---|
private int |
columnId |
| Constructor and Description |
|---|
T_SumForIntCol(int columnId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFreeList(org.apache.derby.iapi.types.DataValueDescriptor[] objectArray,
int maxFreeListSize) |
org.apache.derby.iapi.types.DataValueDescriptor[] |
getArrayClone() |
org.apache.derby.iapi.types.DataValueDescriptor[] |
insertDuplicateKey(org.apache.derby.iapi.types.DataValueDescriptor[] insertRow,
org.apache.derby.iapi.types.DataValueDescriptor[] existingRow) |
org.apache.derby.iapi.types.DataValueDescriptor[] |
insertNonDuplicateKey(org.apache.derby.iapi.types.DataValueDescriptor[] insertRow) |
public org.apache.derby.iapi.types.DataValueDescriptor[] insertNonDuplicateKey(org.apache.derby.iapi.types.DataValueDescriptor[] insertRow)
insertNonDuplicateKey in interface org.apache.derby.iapi.store.access.SortObserverpublic org.apache.derby.iapi.types.DataValueDescriptor[] insertDuplicateKey(org.apache.derby.iapi.types.DataValueDescriptor[] insertRow,
org.apache.derby.iapi.types.DataValueDescriptor[] existingRow)
throws org.apache.derby.iapi.error.StandardException
insertDuplicateKey in interface org.apache.derby.iapi.store.access.SortObserverorg.apache.derby.iapi.error.StandardExceptionpublic void addToFreeList(org.apache.derby.iapi.types.DataValueDescriptor[] objectArray,
int maxFreeListSize)
addToFreeList in interface org.apache.derby.iapi.store.access.SortObserverpublic org.apache.derby.iapi.types.DataValueDescriptor[] getArrayClone()
throws org.apache.derby.iapi.error.StandardException
getArrayClone in interface org.apache.derby.iapi.store.access.SortObserverorg.apache.derby.iapi.error.StandardExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.