bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public static ResultColumnDescriptor getResultColumnDescriptor(String name, int jdcbTypeId, boolean nullable, int length) { return new org.apache.derby.impl.sql.GenericColumnDescriptor( name, DataTypeDescriptor.getBuiltInDataTypeDescriptor(jdcbTypeId, nullable, length)); }
public static ResultColumnDescriptor getResultColumnDescriptor(String name, int jdcbTypeId, boolean nullable) { return new org.apache.derby.impl.sql.GenericColumnDescriptor( name, DataTypeDescriptor.getBuiltInDataTypeDescriptor(jdcbTypeId, nullable, length)); }
1,102,449
public static ResultColumnDescriptor getResultColumnDescriptor(String name, int jdcbTypeId, boolean nullable, int length) { return new org.apache.derby.impl.sql.GenericColumnDescriptor( name, DataTypeDescriptor.getBuiltInDataTypeDescriptor(jdcbTypeId, nullable, length)); }
public static ResultColumnDescriptor getResultColumnDescriptor(String name, int jdcbTypeId, boolean nullable, int length) { return new org.apache.derby.impl.sql.GenericColumnDescriptor( name, DataTypeDescriptor.getBuiltInDataTypeDescriptor(jdcbTypeId, nullable)); }
1,102,450
public NoPutResultSet getBulkTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod s...
public NoPutResultSet getBulkTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod s...
1,102,451
public NoPutResultSet getDistinctGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) t...
public NoPutResultSet getDistinctGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) t...
1,102,452
public NoPutResultSet getDistinctScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedM...
public NoPutResultSet getDistinctScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedM...
1,102,453
public NoPutResultSet getDistinctScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyColumn, String tableName, String userSuppliedOptimizerOverrides, ...
public NoPutResultSet getDistinctScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyColumn, String tableName, String userSuppliedOptimizerOverrides, ...
1,102,454
public NoPutResultSet getGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws St...
public NoPutResultSet getGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws St...
1,102,455
public NoPutResultSet getHashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide, ...
public NoPutResultSet getHashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide, ...
1,102,456
public NoPutResultSet getHashLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOute...
public NoPutResultSet getHashLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOute...
1,102,457
public NoPutResultSet getHashScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGe...
public NoPutResultSet getHashScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGe...
1,102,458
public NoPutResultSet getHashTableResultSet(NoPutResultSet source, GeneratedMethod singleTableRestriction, Qualifier[][] equijoinQualifiers, GeneratedMethod projection, int resultSetNumber, int mapRefItem, boolean reuseResult, int keyColItem, boolean removeDuplicates, long maxInMemoryRowCount, int initialCap...
public NoPutResultSet getHashTableResultSet(NoPutResultSet source, GeneratedMethod singleTableRestriction, Qualifier[][] equijoinQualifiers, GeneratedMethod projection, int resultSetNumber, int mapRefItem, boolean reuseResult, int keyColItem, boolean removeDuplicates, long maxInMemoryRowCount, int initialCap...
1,102,459
public NoPutResultSet getIndexRowToBaseRowResultSet( long conglomId, int scociItem, NoPutResultSet source, GeneratedMethod resultRowAllocator, int resultSetNumber, String indexName, int heapColRefItem, int indexColRefItem, int indexColMapItem, Gener...
public NoPutResultSet getIndexRowToBaseRowResultSet( long conglomId, int scociItem, NoPutResultSet source, GeneratedMethod resultRowAllocator, int resultSetNumber, String indexName, int heapColRefItem, int indexColRefItem, int indexColMapItem, Gener...
1,102,460
public NoPutResultSet getLastIndexKeyResultSet ( Activation activation, int resultSetNumber, GeneratedMethod resultRowAllocator, long conglomId, String tableName, String userSuppliedOptimizerOverrides, String indexName, int colRefItem, int lockMode, boolean tableLocked, in...
public NoPutResultSet getLastIndexKeyResultSet ( Activation activation, int resultSetNumber, GeneratedMethod resultRowAllocator, long conglomId, String tableName, String userSuppliedOptimizerOverrides, String indexName, int colRefItem, int lockMode, boolean tableLocked, in...
1,102,461
public NoPutResultSet getMaterializedResultSet(NoPutResultSet source, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException { return new MaterializedResultSet(source, source.getActivation(), ...
public NoPutResultSet getMaterializedResultSet(NoPutResultSet source, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException { return new MaterializedResultSet(source, source.getActivation(), ...
1,102,462
public NoPutResultSet getNestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide,...
public NoPutResultSet getNestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide,...
1,102,463
public NoPutResultSet getNestedLoopLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRig...
public NoPutResultSet getNestedLoopLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRig...
1,102,464
public NoPutResultSet getNormalizeResultSet(NoPutResultSet source, int resultSetNumber, int erdNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, boolean forUpdate, GeneratedMethod closeCleanup) throws StandardException { return new NormalizeResultS...
public NoPutResultSet getNormalizeResultSet(NoPutResultSet source, int resultSetNumber, int erdNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, boolean forUpdate, GeneratedMethod closeCleanup) throws StandardException { return new NormalizeResultS...
1,102,465
public NoPutResultSet getProjectRestrictResultSet(NoPutResultSet source, GeneratedMethod restriction, GeneratedMethod projection, int resultSetNumber, GeneratedMethod constantRestriction, int mapRefItem, boolean reuseResult, boolean doesProjection, double optimizerEstimatedRowCount, double optimizerEstimatedC...
public NoPutResultSet getProjectRestrictResultSet(NoPutResultSet source, GeneratedMethod restriction, GeneratedMethod projection, int resultSetNumber, GeneratedMethod constantRestriction, int mapRefItem, boolean reuseResult, boolean doesProjection, double optimizerEstimatedRowCount, double optimizerEstimatedC...
1,102,466
public NoPutResultSet getRaDependentTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMeth...
public NoPutResultSet getRaDependentTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMeth...
1,102,467
public NoPutResultSet getRowResultSet(Activation activation, GeneratedMethod row, boolean canCacheRow, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) { return new RowResultSet(activation, row, canCach...
public NoPutResultSet getRowResultSet(Activation activation, GeneratedMethod row, boolean canCacheRow, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) { return new RowResultSet(activation, row, canCach...
1,102,468
public NoPutResultSet getScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod cl...
public NoPutResultSet getScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod cl...
1,102,469
public NoPutResultSet getScrollInsensitiveResultSet(NoPutResultSet source, Activation activation, int resultSetNumber, int sourceRowWidth, boolean scrollable, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardExcep...
public NoPutResultSet getScrollInsensitiveResultSet(NoPutResultSet source, Activation activation, int resultSetNumber, int sourceRowWidth, boolean scrollable, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardExcep...
1,102,470
public NoPutResultSet getSetOpResultSet( NoPutResultSet leftSource, NoPutResultSet rightSource, Activation activation, int resultSetNumber, ...
public NoPutResultSet getSetOpResultSet( NoPutResultSet leftSource, NoPutResultSet rightSource, Activation activation, int resultSetNumber, ...
1,102,471
public NoPutResultSet getSortResultSet(NoPutResultSet source, boolean distinct, boolean isInSortedOrder, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardExcepti...
public NoPutResultSet getSortResultSet(NoPutResultSet source, boolean distinct, boolean isInSortedOrder, int orderItem, GeneratedMethod rowAllocator, int maxRowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardExcepti...
1,102,472
public NoPutResultSet getTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyG...
public NoPutResultSet getTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyG...
1,102,473
public NoPutResultSet getUnionResultSet(NoPutResultSet leftResultSet, NoPutResultSet rightResultSet, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException { return new UnionRe...
public NoPutResultSet getUnionResultSet(NoPutResultSet leftResultSet, NoPutResultSet rightResultSet, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException { return new UnionRe...
1,102,474
public NoPutResultSet getVTIResultSet(Activation activation, GeneratedMethod row, int resultSetNumber, GeneratedMethod constructor, String javaClassName, Qualifier[][] pushedQualifiers, int erdNumber, boolean version2, boolean reuseablePs, int ctc...
public NoPutResultSet getVTIResultSet(Activation activation, GeneratedMethod row, int resultSetNumber, GeneratedMethod constructor, String javaClassName, Qualifier[][] pushedQualifiers, int erdNumber, boolean version2, boolean reuseablePs, int ctc...
1,102,475
NoPutResultSet getBulkTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, ...
NoPutResultSet getBulkTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, ...
1,102,476
public void authorize(Activation activation, int operation) throws StandardException;
public void authorize(Activation activation, int operation) throws StandardException;
1,102,477
UpdateResultSet(NoPutResultSet source, GeneratedMethod checkGM, Activation activation, int constantActionItem, int rsdItem) throws StandardException { this(source, checkGM , activation, ((ConstantAction)activation.getPreparedStatement().getSavedObject(constantActionItem...
UpdateResultSet(NoPutResultSet source, GeneratedMethod checkGM, Activation activation, int constantActionItem, int rsdItem) throws StandardException { this(source, checkGM , activation, ((ConstantAction)activation.getPreparedStatement().getSavedObject(constantActionItem...
1,102,478
UpdateResultSet(NoPutResultSet source, GeneratedMethod checkGM, Activation activation, int constantActionItem, int rsdItem) throws StandardException { this(source, checkGM , activation, ((ConstantAction)activation.getPreparedStatement().getSavedObject(constantActionItem...
UpdateResultSet(NoPutResultSet source, GeneratedMethod checkGM, Activation activation, int constantActionItem, int rsdItem) throws StandardException { this(source, checkGM , activation, ((ConstantAction)activation.getPreparedStatement().getSavedObject(constantActionItem...
1,102,479
NoPutResultSet getDistinctGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws S...
NoPutResultSet getDistinctGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws S...
1,102,480
NoPutResultSet getDistinctScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod c...
NoPutResultSet getDistinctScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod c...
1,102,481
NoPutResultSet getDistinctScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyColumn, String tableName, String userSuppliedOptimizerOverrides, String ind...
NoPutResultSet getDistinctScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyColumn, String tableName, String userSuppliedOptimizerOverrides, String ind...
1,102,482
NoPutResultSet getGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardE...
NoPutResultSet getGroupedAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardE...
1,102,483
public NoPutResultSet getHashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide, ...
public NoPutResultSet getHashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide, ...
1,102,484
public NoPutResultSet getHashLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOute...
public NoPutResultSet getHashLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOute...
1,102,485
NoPutResultSet getHashScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, ...
NoPutResultSet getHashScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, ...
1,102,486
public NoPutResultSet getHashTableResultSet(NoPutResultSet source, GeneratedMethod singleTableRestriction, Qualifier[][] equijoinQualifiers, GeneratedMethod projection, int resultSetNumber, int mapRefItem, boolean reuseResult, int keyColItem, boolean removeDuplicates, long maxInMemoryRowCount, int initialCap...
public NoPutResultSet getHashTableResultSet(NoPutResultSet source, GeneratedMethod singleTableRestriction, Qualifier[][] equijoinQualifiers, GeneratedMethod projection, int resultSetNumber, int mapRefItem, boolean reuseResult, int keyColItem, boolean removeDuplicates, long maxInMemoryRowCount, int initialCap...
1,102,487
public NoPutResultSet getIndexRowToBaseRowResultSet( long conglomId, int scoci, NoPutResultSet source, GeneratedMethod resultRowAllocator, int resultSetNumber, String indexName, int heapColRefItem, int indexColRefItem, int indexColMapItem, Generated...
public NoPutResultSet getIndexRowToBaseRowResultSet( long conglomId, int scoci, NoPutResultSet source, GeneratedMethod resultRowAllocator, int resultSetNumber, String indexName, int heapColRefItem, int indexColRefItem, int indexColMapItem, Generated...
1,102,488
NoPutResultSet getLastIndexKeyResultSet ( Activation activation, int resultSetNumber, GeneratedMethod resultRowAllocator, long conglomId, String tableName, String userSuppliedOptimizerOverrides, String indexName, int colRefItem, int lockMode, boolean tableLocked, int i...
NoPutResultSet getLastIndexKeyResultSet ( Activation activation, int resultSetNumber, GeneratedMethod resultRowAllocator, long conglomId, String tableName, String userSuppliedOptimizerOverrides, String indexName, int colRefItem, int lockMode, boolean tableLocked, int i...
1,102,490
NoPutResultSet getMaterializedResultSet(NoPutResultSet source, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
NoPutResultSet getMaterializedResultSet(NoPutResultSet source, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
1,102,491
public NoPutResultSet getNestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide,...
public NoPutResultSet getNestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSide,...
1,102,492
public NoPutResultSet getNestedLoopLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRig...
public NoPutResultSet getNestedLoopLeftOuterJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, GeneratedMethod joinClause, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRig...
1,102,493
NoPutResultSet getNormalizeResultSet(NoPutResultSet source, int resultSetNumber, int erdNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, boolean forUpdate, GeneratedMethod closeCleanup) throws StandardException;
NoPutResultSet getNormalizeResultSet(NoPutResultSet source, int resultSetNumber, int erdNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, boolean forUpdate, GeneratedMethod closeCleanup) throws StandardException;
1,102,494
NoPutResultSet getProjectRestrictResultSet(NoPutResultSet source, GeneratedMethod restriction, GeneratedMethod projection, int resultSetNumber, GeneratedMethod constantRestriction, int mapArrayItem, boolean reuseResult, boolean doesProjection, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ...
NoPutResultSet getProjectRestrictResultSet(NoPutResultSet source, GeneratedMethod restriction, GeneratedMethod projection, int resultSetNumber, GeneratedMethod constantRestriction, int mapArrayItem, boolean reuseResult, boolean doesProjection, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ...
1,102,495
public NoPutResultSet getRaDependentTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, Genera...
public NoPutResultSet getRaDependentTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, Genera...
1,102,496
NoPutResultSet getRowResultSet(Activation activation, GeneratedMethod row, boolean canCacheRow, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
NoPutResultSet getRowResultSet(Activation activation, GeneratedMethod row, boolean canCacheRow, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
1,102,497
NoPutResultSet getScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeClea...
NoPutResultSet getScalarAggregateResultSet(NoPutResultSet source, boolean isInSortedOrder, int aggregateItem, int orderingItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, boolean singleInputRow, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeClea...
1,102,498
NoPutResultSet getScrollInsensitiveResultSet(NoPutResultSet source, Activation activation, int resultSetNumber, int sourceRowWidth, boolean scrollable, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws...
NoPutResultSet getScrollInsensitiveResultSet(NoPutResultSet source, Activation activation, int resultSetNumber, int sourceRowWidth, boolean scrollable, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws...
1,102,499
NoPutResultSet getSetOpResultSet( NoPutResultSet leftSource, NoPutResultSet rightSource, Activation activation, int resultSetNumber, long optimizerEstimatedRowCount, ...
NoPutResultSet getSetOpResultSet( NoPutResultSet leftSource, NoPutResultSet rightSource, Activation activation, int resultSetNumber, long optimizerEstimatedRowCount, ...
1,102,500
NoPutResultSet getSortResultSet(NoPutResultSet source, boolean distinct, boolean isInSortedOrder, int orderItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
NoPutResultSet getSortResultSet(NoPutResultSet source, boolean distinct, boolean isInSortedOrder, int orderItem, GeneratedMethod rowAllocator, int rowSize, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
1,102,501
NoPutResultSet getTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int ...
NoPutResultSet getTableScanResultSet( Activation activation, long conglomId, int scociItem, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int ...
1,102,502
NoPutResultSet getUnionResultSet(NoPutResultSet source1, NoPutResultSet source2, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
NoPutResultSet getUnionResultSet(NoPutResultSet source1, NoPutResultSet source2, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost, GeneratedMethod closeCleanup) throws StandardException;
1,102,504
public NoPutResultSet getVTIResultSet(Activation activation, GeneratedMethod row, int resultSetNumber, GeneratedMethod constructor, String javaClassName, Qualifier[][] pushedQualifiers, int erdNumber, boolean version2, boolean reuseablePs, int ctcNumber, ...
public NoPutResultSet getVTIResultSet(Activation activation, GeneratedMethod row, int resultSetNumber, GeneratedMethod constructor, String javaClassName, Qualifier[][] pushedQualifiers, int erdNumber, boolean version2, boolean reuseablePs, int ctcNumber, ...
1,102,505
protected InputStream materializeStream(InputStream is, String typeDesc) throws SqlException { final int GROWBY = 32 * 1024; // 32 KB ArrayList byteArrays = new ArrayList(); byte[] curBytes = new byte[GROWBY]; int totalLength = 0; int partLength = 0; // Read all ...
protected InputStream materializeStream(InputStream is, String typeDesc) throws SqlException { final int GROWBY = 32 * 1024; // 32 KB ArrayList byteArrays = new ArrayList(); byte[] curBytes = new byte[GROWBY]; int totalLength = 0; int partLength = 0; // Read all ...
1,102,506
protected InputStream materializeStream(InputStream is, String typeDesc) throws SqlException { final int GROWBY = 32 * 1024; // 32 KB ArrayList byteArrays = new ArrayList(); byte[] curBytes = new byte[GROWBY]; int totalLength = 0; int partLength = 0; // Read all ...
protected InputStream materializeStream(InputStream is, String typeDesc) throws SqlException { final int GROWBY = 32 * 1024; // 32 KB ArrayList byteArrays = new ArrayList(); byte[] curBytes = new byte[GROWBY]; int totalLength = 0; int partLength = 0; // Read all ...
1,102,507
public ByteArrayCombinerStream(ArrayList arraysIn, long length) { this.specifiedLength = length; if (arraysIn != null && arraysIn.size() > 0) { // Copy references to the byte arrays to a new ArrayList. int arrayCount = arraysIn.size(); long tmpRemaining = length; ...
public ByteArrayCombinerStream(ArrayList arraysIn, long length) { this.specifiedLength = length; if (arraysIn != null && arraysIn.size() > 0) { // Copy references to the byte arrays to a new ArrayList. int arrayCount = arraysIn.size(); byte[] tmpArray; ...
1,102,508
public ByteArrayCombinerStream(ArrayList arraysIn, long length) { this.specifiedLength = length; if (arraysIn != null && arraysIn.size() > 0) { // Copy references to the byte arrays to a new ArrayList. int arrayCount = arraysIn.size(); long tmpRemaining = length; ...
public ByteArrayCombinerStream(ArrayList arraysIn, long length) { this.specifiedLength = length; if (arraysIn != null && arraysIn.size() > 0) { // Copy references to the byte arrays to a new ArrayList. int arrayCount = arraysIn.size(); long tmpRemaining = length; ...
1,102,509
OnlineBackup(String dbName) { this.dbName = dbName; }
OnlineBackup(String dbName, String backupPath) { this.dbName = dbName; }
1,102,511
public void run() { try { performBackup(); } catch (SQLException sqle) { org.apache.derby.tools.JDBCDisplayUtil.ShowSQLException(System.out, sqle); sqle.printStackTrace(System.out); } }
public void run() { try { performBackup(); } catch (SQLException sqle) { org.apache.derby.tools.JDBCDisplayUtil.ShowSQLException(System.out, sqle); sqle.printStackTrace(System.out); } }
1,102,513
public void waitForBackupToBegin() throws InterruptedException{ synchronized(this) { //wait for backup to begin while(!beginBackup) { wait(); } } }
public void waitForBackupToBegin() throws Exception{ synchronized(this) { //wait for backup to begin while(!beginBackup) { wait(); } } }
1,102,514
public void waitForBackupToBegin() throws InterruptedException{ synchronized(this) { //wait for backup to begin while(!beginBackup) { wait(); } } }
public void waitForBackupToBegin() throws InterruptedException{ synchronized(this) { //wait for backup to begin while (!beginBackup) { if (backupFailed) throw new Exception("BACKUP FAILED:" + backupError.getMessage()); else wait(); } } }
1,102,515
public void waitForBackupToEnd() throws InterruptedException{ synchronized(this) { if (!endBackup) { // check if a backup has actually started by the test if (!beginBackup) { System.out.println("BACKUP IS NOT STARTED BY THE TEST YET"); } else { //wait for backup to finish while(!endBackup) { ...
public void waitForBackupToEnd() throws Exception{ synchronized(this) { if (!endBackup) { // check if a backup has actually started by the test if (!beginBackup) { System.out.println("BACKUP IS NOT STARTED BY THE TEST YET"); } else { //wait for backup to finish while(!endBackup) { wait();...
1,102,516
public void waitForBackupToEnd() throws InterruptedException{ synchronized(this) { if (!endBackup) { // check if a backup has actually started by the test if (!beginBackup) { System.out.println("BACKUP IS NOT STARTED BY THE TEST YET"); } else { //wait for backup to finish while(!endBackup) { ...
public void waitForBackupToEnd() throws InterruptedException{ synchronized(this) { if (!endBackup) { // check if a backup has actually started by the test if (!beginBackup) { System.out.println("BACKUP IS NOT STARTED BY THE TEST YET"); } else { //wait for backup to finish while(!endBackup) { ...
1,102,517
public void doTag(XMLOutput output) throws Exception { if (!maxRowsSpecified) { Object obj = context.getVariable("org.apache.commons.jelly.sql.maxRows"); if (obj != null) { if (obj instanceof Integer) { maxRows = ((Integer) obj).intValue(); ...
public void doTag(XMLOutput output) throws Exception { if (!maxRowsSpecified) { Object obj = context.getVariable("org.apache.commons.jelly.sql.maxRows"); if (obj != null) { if (obj instanceof Integer) { maxRows = ((Integer) obj).intValue(); ...
1,102,518
protected Tag findAncestorWithClass(Class parentClass) { return findAncestorWithClass(getParent(), parentClass); }
protected Tag findAncestorWithClass(Class parentClass) { return findAncestorWithClass(getParent(), parentClass); }
1,102,519
public Main(boolean trash) { }
public Main(boolean trash) { }
1,102,520
public void goScript(Connection conn, LocalizedInput in) { JDBCDisplayUtil.showSelectCount = false; connEnv[0].addSession(conn, (String) null); fileInput = initialFileInput = !in.isStandardInput(); commandGrabber[0].ReInit(in); runScriptGuts(); }
public int goScript(Connection conn, LocalizedInput in) { JDBCDisplayUtil.showSelectCount = false; connEnv[0].addSession(conn, (String) null); fileInput = initialFileInput = !in.isStandardInput(); commandGrabber[0].ReInit(in); runScriptGuts(); }
1,102,521
public void goScript(Connection conn, LocalizedInput in) { JDBCDisplayUtil.showSelectCount = false; connEnv[0].addSession(conn, (String) null); fileInput = initialFileInput = !in.isStandardInput(); commandGrabber[0].ReInit(in); runScriptGuts(); }
public void goScript(Connection conn, LocalizedInput in) { JDBCDisplayUtil.showSelectCount = false; connEnv[0].addSession(conn, (String) null); fileInput = initialFileInput = !in.isStandardInput(); commandGrabber[0].ReInit(in); return runScriptGuts(); }
1,102,522
static public Connection startJBMS() throws SQLException, ClassNotFoundException, InstantiationException, IllegalAccessException { return startJBMS(null,null); }
static public Connection startJBMS() throws SQLException, ClassNotFoundException, InstantiationException, IllegalAccessException { return startJBMS(null,null); }
1,102,523
private List getDependencyDescriptorList(List storedList) throws StandardException { DataDictionary dd = getDataDictionary(); if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the dependent and provider, create a...
private List getDependencyDescriptorList(List storedList, Provider providerForList) throws StandardException { DataDictionary dd = getDataDictionary(); if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the depend...
1,102,526
private List getDependencyDescriptorList(List storedList) throws StandardException { DataDictionary dd = getDataDictionary(); if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the dependent and provider, create a...
private List getDependencyDescriptorList(List storedList) throws StandardException { if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the dependent and provider, create a Dependency with * that Dependent and P...
1,102,527
private List getDependencyDescriptorList(List storedList) throws StandardException { DataDictionary dd = getDataDictionary(); if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the dependent and provider, create a...
private List getDependencyDescriptorList(List storedList) throws StandardException { DataDictionary dd = getDataDictionary(); if (storedList.size() != 0) { /* For each DependencyDescriptor, we need to instantiate * object descriptors of the appropriate type for both * the dependent and provider, create a...
1,102,528
protected List getDependents (Provider p) throws StandardException { List deps = (List) providers.get(p.getObjectID()); /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent()) { return (deps == nul...
private List getDependents (Provider p) throws StandardException { List deps = (List) providers.get(p.getObjectID()); /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent()) { return (deps == null?...
1,102,529
protected List getDependents (Provider p) throws StandardException { List deps = (List) providers.get(p.getObjectID()); /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent()) { return (deps == nul...
protected List getDependents (Provider p) throws StandardException { List deps = (List) providers.get(p.getObjectID()); /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent()) { return deps; } el...
1,102,530
protected List getDependents (Provider p) throws StandardException { List deps = (List) providers.get(p.getObjectID()); /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent()) { return (deps == nul...
protected List getDependents (Provider p), p throws StandardException { List deps = (List), p providers.get(p.getObjectID(), p), p; /* If the Provider is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! p.isPersistent(), p), p { r...
1,102,531
protected List getProviders (Dependent d) throws StandardException { List deps = (List) dependents.get(d.getObjectID()); /* If the Dependent is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! d.isPersistent()) { return (deps == n...
private List getProviders (Dependent d) throws StandardException { List deps = (List) dependents.get(d.getObjectID()); /* If the Dependent is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! d.isPersistent()) { return (deps == nul...
1,102,532
protected List getProviders (Dependent d) throws StandardException { List deps = (List) dependents.get(d.getObjectID()); /* If the Dependent is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * integrate the 2. */ if (! d.isPersistent()) { return (deps == n...
protected List getProviders (Dependent d), (Provider) null throws StandardException { List deps = (List), (Provider) null dependents.get(d.getObjectID(), (Provider) null), (Provider) null; /* If the Dependent is not persistent, then we only have to * worry about in-memory dependencies. Otherwise, we have to * i...
1,102,533
public CompilerContext pushCompilerContext(SchemaDescriptor sd);
public CompilerContext pushCompilerContext();
1,102,534
public QueryTreeNode parseStatement(String statementSQLText) throws StandardException;
public QueryTreeNode parseStatement(String statementSQLText, Object[] paramDefaults) throws StandardException;
1,102,535
public BasicProviderInfo( UUID uuid, DependableFinder dFinder, String providerName) { this.uuid = uuid; this.dFinder = dFinder; this.providerName = providerName; }
public BasicProviderInfo( UUID uuid, DependableFinder dFinder, String providerName) { this.uuid = uuid; this.dFinder = dFinder; this.providerName = providerName; }
1,102,536
protected boolean compress( FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); long last_valid_page = extent.compressPages(); if (last_valid_page >= 0) { ...
protected boolean compress( RawTransaction ntt, FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); long last_valid_page = extent.compressPages(); if (last_val...
1,102,537
protected boolean compress( FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); long last_valid_page = extent.compressPages(); if (last_valid_page >= 0) { ...
protected boolean compress( FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); int last_valid_page = extent.compress(owner, ntt, this); if (last_valid_page >= 0)...
1,102,538
protected boolean compress( FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); long last_valid_page = extent.compressPages(); if (last_valid_page >= 0) { ...
protected boolean compress( FileContainer myContainer) throws StandardException { boolean all_pages_compressed = false; if (SanityManager.DEBUG) SanityManager.ASSERT(isLatched(), "page is not latched"); long last_valid_page = extent.compressPages(); if (last_valid_page >= 0) { ...
1,102,539
public String toString() { if (SanityManager.DEBUG) { String str = "*** Alloc page ***\n" + super.toString(); return str; } else return null; }
public String toString() { if (SanityManager.DEBUG) { String str = "*** Alloc page ***\n" + "nextAllocPageNumber = " + nextAllocPageNumber + "\nnextAllocPageOffset = " + nextAllocPageOffset + "\nreserved1 = " + reserved1 + "\nreserved2 = " + reserved2 + "\...
1,102,540
protected abstract void truncatePages(long lastValidPagenum);
protected abstract void truncatePages(long lastValidPagenum) throws StandardException;
1,102,542
protected void initFromData( FileContainer myContainer, PageKey newIdentity) throws StandardException { if (myContainer != null) { // read in info about page stored once in the container header. spareSpace = myContainer.getSpareSpace(); minimumRecordSize = myContainer.ge...
protected void initFromData( FileContainer myContainer, PageKey newIdentity) throws StandardException { if (myContainer != null) { // read in info about page stored once in the container header. spareSpace = myContainer.getSpareSpace(); minimumRecordSize = myContainer.ge...
1,102,543
RemoveFileOperation(String name, long generationId, boolean removeAtOnce) { this.name = name; this.generationId = generationId; this.removeAtOnce = removeAtOnce; }
public RemoveFileOperation() { this.name = name; this.generationId = generationId; this.removeAtOnce = removeAtOnce; }
1,102,544
RemoveFileOperation(String name, long generationId, boolean removeAtOnce) { this.name = name; this.generationId = generationId; this.removeAtOnce = removeAtOnce; }
RemoveFileOperation(String name, long generationId, boolean removeAtOnce) { this.name = name; this.generationId = generationId; this.removeAtOnce = removeAtOnce; }
1,102,545
private void runPhase(int version, int phase) throws Exception{ System.out.println("\n\nSTART - phase " + PHASES[phase]); URLClassLoader classLoader = null; switch(version) { case OLD_RELEASE: classLoader = oldClassLoader; break; case NEW_RELEASE: classLoader = newClassLoader; break; ...
private void runPhase(int version, int phase) throws Exception{ System.out.println("\n\nSTART - phase " + PHASES[phase]); URLClassLoader classLoader = null; switch(version) { case OLD_RELEASE: classLoader = oldClassLoader; break; case NEW_RELEASE: classLoader = newClassLoader; break; ...
1,102,546
protected static String findCodeBase(boolean[] isJar) { String classpath = System.getProperty("java.class.path"); char sep = '/'; ZipInfoProperties zip[]= org.apache.derby.impl.tools.sysinfo.Main.getAllInfo (classpath); for (int i = 0; i < zip.length; i++) { // it's a url so should just have forward slashes ...
public static String findCodeBase(boolean[] isJar) { String classpath = System.getProperty("java.class.path"); char sep = '/'; ZipInfoProperties zip[]= org.apache.derby.impl.tools.sysinfo.Main.getAllInfo (classpath); for (int i = 0; i < zip.length; i++) { // it's a url so should just have forward slashes S...
1,102,547
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
1,102,548
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
1,102,549
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
public void validateStatement(ConstantAction constantAction) throws StandardException { if (SanityManager.DEBUG) { if (constantAction instanceof DDLConstantAction) SanityManager.THROWASSERT("DDL NOT SUPPORTED IN TRIGGER"); } /* ** No INSERT/UPDATE/DELETE on trigger table ** for a before trigger. */ else ...
1,102,550
public void bindExpressions(FromList fromListParam) throws StandardException { int fromListParamSize = fromListParam.size(); int fromListSize = fromList.size(); int numDistinctAggs; if (SanityManager.DEBUG) SanityManager.ASSERT(fromList != null && resultColumns != null, "Both fromList and resultColumns are ...
public void bindExpressions(FromList fromListParam) throws StandardException { int fromListParamSize = fromListParam.size(); int fromListSize = fromList.size(); int numDistinctAggs; if (SanityManager.DEBUG) SanityManager.ASSERT(fromList != null && resultColumns != null, "Both fromList and resultColumns are ...
1,102,551
public String getStatementExecutionPlanText(int depth) { String header; String isolationString = null; initFormatInfo(depth); if (indexName != null) { header = indent + MessageService.getTextMessage( SQLState.RTS_IS_RS_USING, tableName, MessageService.getTextMessage( ...
public String getStatementExecutionPlanText(int depth) { String header = ""; String isolationString = null; initFormatInfo(depth); if (indexName != null) { header = indent + MessageService.getTextMessage( SQLState.RTS_IS_RS_USING, tableName, MessageService.getTextMessage( ...
1,102,555
public String getStatementExecutionPlanText(int depth) { String header; String isolationString = null; initFormatInfo(depth); if (indexName != null) { header = indent + MessageService.getTextMessage( SQLState.RTS_IS_RS_USING, tableName, MessageService.getTextMessage( ...
public String getStatementExecutionPlanText(int depth) { String header; String isolationString = null; initFormatInfo(depth); if (indexName != null) { header = header + indent + MessageService.getTextMessage( SQLState.RTS_IS_RS_USING, tableName, MessageService.getTextMessage( ...
1,102,556
public static String sortProperties( Properties list, String indent ) { int size = list == null ? 0 : list.size(); int count = 0; String[] array = new String[size]; String key; String value; StringBuffer buffer; // Calculate the number of properties in the property list and // build an array of all ...
public static String sortProperties( Properties list ) { int size = list == null ? 0 : list.size(); int count = 0; String[] array = new String[size]; String key; String value; StringBuffer buffer; // Calculate the number of properties in the property list and // build an array of all the property na...
1,102,557
public static String sortProperties( Properties list, String indent ) { int size = list == null ? 0 : list.size(); int count = 0; String[] array = new String[size]; String key; String value; StringBuffer buffer; // Calculate the number of properties in the property list and // build an array of all ...
public static String sortProperties( Properties list, String indent ) { int size = list == null ? 0 : list.size(); int count = 0; String[] array = new String[size]; String key; String value; StringBuffer buffer; // Calculate the number of properties in the property list and // build an array of all ...
1,102,558