bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public void resetPreparedStatement(Agent agent, Connection connection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException { s...
public void resetPreparedStatement(Agent agent, Connection connection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException { s...
1,102,998
public void resetPreparedStatement(Agent agent, Connection connection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException { s...
public void resetPreparedStatement(Agent agent, Connection connection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException { s...
1,102,999
private void doSpaceAccounting( Object[] row, boolean firstDuplicate) { inmemory_rowcnt++; if( max_inmemory_rowcnt <= 0) { for( int i = 0; i < row.length; i++) { if( row[i] instanceof DataValueDescriptor) ...
private void doSpaceAccounting( Object[] row, boolean firstDuplicate) { inmemory_rowcnt++; if( max_inmemory_rowcnt <= 0) { for( int i = 0; i < row.length; i++) { if( row[i] instanceof DataValueDescriptor) ...
1,103,000
public HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boo...
HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boolean on...
1,103,001
public HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boo...
public HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boo...
1,103,002
public HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boo...
public HashLeftOuterJoinResultSet( NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, GeneratedMethod emptyRowFun, boolean wasRightOuterJoin, boo...
1,103,003
protected static DRDAProtocolException newAgentError(DRDAConnThread agent, int svrcod, String rdbnam, String srvdgn) { if ( SanityManager.DEBUG ) System.out.println("agentError in " + agent); Object[] oa = {new Integer(svrcod), rdbnam, srvdgn}; return new DRDAProtocolException(DRDA_AgentError, ...
protected static DRDAProtocolException newAgentError(DRDAConnThread agent, int svrcod, String rdbnam, String srvdgn) { if ( SanityManager.DEBUG ) agent.trace("agentError in " + agent); Object[] oa = {new Integer(svrcod), rdbnam, srvdgn}; return new DRDAProtocolException(DRDA_AgentError, a...
1,103,004
static void noSecurityManager() throws PrivilegedActionException { installSecurityManager("<NONE>"); }
public static Test noSecurityManager(BaseTestCase test) { installSecurityManager("<NONE>"); }
1,103,005
static void noSecurityManager() throws PrivilegedActionException { installSecurityManager("<NONE>"); }
static void noSecurityManager() throws PrivilegedActionException { if (externalSecurityManagerInstalled) return new TestSuite(); return new SecurityManagerSetup(test, "<NONE>"); }
1,103,006
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
1,103,008
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
1,103,009
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
1,103,010
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
public void boot(boolean create, Properties startParams) throws StandardException { dataDirectory = startParams.getProperty(PersistentService.ROOT); logDevice = startParams.getProperty(Attribute.LOG_DEVICE); if( logDevice != null) { // in case the user specifies logDevice in URL form String...
1,103,011
private void flushBuffer(long fileNumber, long wherePosition) throws IOException { synchronized (this) { if (fileNumber < logFileNumber) // history return; // A log instant indicates the start of a log record // but not how long it is. Thus the amount of data in // the logOut buffer is irrelevant. We can ...
private void flushBuffer(long fileNumber, long wherePosition) throws IOException, StandardException { synchronized (this) { if (fileNumber < logFileNumber) // history return; // A log instant indicates the start of a log record // but not how long it is. Thus the amount of data in // the logOut buffer is ...
1,103,013
private long logtest_appendPartialLogRecord(byte[] data, int offset, int length, byte[] optionalData, int optionalDataOffset, int optionalDataLength) throws StandardException { if (SanityManager.DEBUG) { int bytesToWrite = 1; String TestPartialLogWrite = PropertyUt...
private long logtest_appendPartialLogRecord(byte[] data, int offset, int length, byte[] optionalData, int optionalDataOffset, int optionalDataLength) throws StandardException { if (SanityManager.DEBUG) { int bytesToWrite = 1; String TestPartialLogWrite = PropertyUt...
1,103,014
public void recover( RawStoreFactory rsf, DataFactory df, TransactionFactory tf) throws StandardException { if (SanityManager.DEBUG) { SanityManager.ASSERT(rsf != null, "raw store factory == null"); SanityManager.ASSERT(df != null, "data factory == null"); } checkCorrupt(); rawStore...
public void recover( RawStoreFactory rsf, DataFactory df, TransactionFactory tf) throws StandardException { if (SanityManager.DEBUG) { SanityManager.ASSERT(rsf != null, "raw store factory == null"); SanityManager.ASSERT(df != null, "data factory == null"); } checkCorrupt(); rawStore...
1,103,016
public void stop() { // stop our checkpoint if (checkpointDaemon != null) { checkpointDaemon.unsubscribe(myClientNumber); checkpointDaemon.stop(); } synchronized(this) { stopped = true; if (logOut != null) { try { logOut.flushLogAccessFile(); logOut.close(); } catch (IOException ioe) { ...
public void stop() { // stop our checkpoint if (checkpointDaemon != null) { checkpointDaemon.unsubscribe(myClientNumber); checkpointDaemon.stop(); } synchronized(this) { stopped = true; if (logOut != null) { try { logOut.flushLogAccessFile(); logOut.close(); } logOut = null; } } ...
1,103,017
private void switchLogFile() throws StandardException { boolean switchedOver = false; ///////////////////////////////////////////////////// // Freeze the log for the switch over to a new log file. // This blocks out any other threads from sending log // record to the log stream. // // The switching of the log ...
private void switchLogFile() throws StandardException { boolean switchedOver = false; ///////////////////////////////////////////////////// // Freeze the log for the switch over to a new log file. // This blocks out any other threads from sending log // record to the log stream. // // The switching of the log ...
1,103,019
private void switchLogFile() throws StandardException { boolean switchedOver = false; ///////////////////////////////////////////////////// // Freeze the log for the switch over to a new log file. // This blocks out any other threads from sending log // record to the log stream. // // The switching of the log ...
private void switchLogFile() throws StandardException { boolean switchedOver = false; ///////////////////////////////////////////////////// // Freeze the log for the switch over to a new log file. // This blocks out any other threads from sending log // record to the log stream. // // The switching of the log ...
1,103,020
public void addRemovePermissionsDescriptor( boolean add, PermissionsDescriptor perm, String grantee, TransactionController tc) throws StandardException;
public boolean addRemovePermissionsDescriptor( boolean add, PermissionsDescriptor perm, String grantee, TransactionController tc) throws StandardException;
1,103,021
public RoutinePermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID routineUUID) { this( dd, grantee, grantor, routineUUID, true); }
public RoutinePermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID routineUUID, boolean hasExecutePermission) throws StandardException { this( dd, grantee, grantor, routineUUID, true); }
1,103,022
public RoutinePermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID routineUUID) { this( dd, grantee, grantor, routineUUID, true); }
public RoutinePermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID routineUUID) { super (dd, grantee, grantor); this.routineUUID = routineUUID; this.hasExecutePermission = hasExecutePermissi...
1,103,023
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
1,103,024
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
1,103,025
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
1,103,026
public ColPermsDescriptor getColumnPermissions( UUID colPermsUUID) throws StandardException;
public ColPermsDescriptor getColumnPermissions( UUID colPermsUUID) throws StandardException;
1,103,028
public ColPermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID tableUUID, String type) { this( dd, grantee, grantor, tableUUID, type, (FormatableBitSet) null); }
public ColPermsDescriptor( DataDictionary dd, String grantee, String grantor, UUID tableUUID, String type) { this( dd, grantee, grantor, tableUUID, type, (FormatableBitSet) null); }
1,103,029
abstract protected void dumpRS(int procId, ResultSet s) throws SQLException;
protected void dumpRS(ResultSet rs) throws SQLException { dumpRS(IGNORE_PROC_ID, rs); }
1,103,030
public static int parseStyle(Class constantClass, String text, boolean toUpperCase) throws JellyTagException{ int answer = 0; if (text != null) { if (toUpperCase) { text = text.toUpperCase(); } StringTokenizer items = new StringTokenizer(text, ","); ...
public static int parseStyle(Class constantClass, String text, boolean toUpperCase) throws JellyTagException{ int answer = 0; if (text != null) { if (toUpperCase) { text = text.toUpperCase(); } StringTokenizer items = new StringTokenizer(text, ","); ...
1,103,032
protected void invokeBody(XMLOutput output) throws Exception { if ( isTrim() && ! hasTrimmed ) { trimBody(); } invokeBody(output); }
public void invokeBody(XMLOutput output) throws Exception { if ( isTrim() && ! hasTrimmed ) { trimBody(); } invokeBody(output); }
1,103,033
protected void invokeBody(XMLOutput output) throws Exception { if ( isTrim() && ! hasTrimmed ) { trimBody(); } invokeBody(output); }
protected void invokeBody(XMLOutput output) throws Exception { if ( isTrim() && ! hasTrimmed ) { trimBody(); } getBody().run(context, output); }
1,103,034
public RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite) throws ClassNotFoundException, IOException, Exception { this.runDir = runDir; this.outDir = outDir; ...
public RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite) throws ClassNotFoundException, IOException, Exception { this.runDir = runDir; this.outDir = outDir; ...
1,103,037
public RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite) throws ClassNotFoundException, IOException, Exception { this.runDir = runDir; this.outDir = outDir; ...
public RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite) throws ClassNotFoundException, IOException, Exception { this.runDir = runDir; this.outDir = outDir; ...
1,103,038
public CursorTableReference ( String exposedName, String baseName, String schemaName ) { this.exposedName = exposedName; this.baseName = baseName; this.schemaName = schemaName; }
public CursorTableReference ( String exposedName, String baseName, String schemaName ) { this.exposedName = exposedName; this.baseName = baseName; this.schemaName = schemaName; }
1,103,039
public CursorTableReference ( String exposedName, String baseName, String schemaName ) { this.exposedName = exposedName; this.baseName = baseName; this.schemaName = schemaName; }
public CursorTableReference ( String exposedName, String baseName, String schemaName ) { this.exposedName = exposedName; this.baseName = baseName; this.schemaName = schemaName; }
1,103,040
public String getNumberAsString(long o){ if (enableLocalized){ return formatNumber.format(o); } else{ return String.valueOf(o); } }
public String getNumberAsString(int o){ if (enableLocalized){ return formatNumber.format(o); } else{ return String.valueOf(o); } }
1,103,042
getProductVersionHolderFromMyEnv(InputStream propertiesStream) { if (propertiesStream == null) return null; Properties p = new Properties(); try { p.load(propertiesStream); } catch (IOException ioe) { System.out.println("IOE " + ioe.getMessage()); // //This case is a bit ugly. If we get an IOException, ...
getProductVersionHolderFromMyEnv(String productGenus) { if (propertiesStream == null) return null; Properties p = new Properties(); try { p.load(propertiesStream); } catch (IOException ioe) { System.out.println("IOE " + ioe.getMessage()); // //This case is a bit ugly. If we get an IOException, we return...
1,103,043
getProductVersionHolderFromMyEnv(InputStream propertiesStream) { if (propertiesStream == null) return null; Properties p = new Properties(); try { p.load(propertiesStream); } catch (IOException ioe) { System.out.println("IOE " + ioe.getMessage()); // //This case is a bit ugly. If we get an IOException, ...
getProductVersionHolderFromMyEnv(InputStream propertiesStream) { ProductVersionHolder tempPVH = new ProductVersionHolder(); tempPVH.productGenus = productGenus; Properties p = (Properties) java.security.AccessController.doPrivileged(tempPVH); if (p == null) return null; Properties p = new Properties(); try { ...
1,103,044
getProductVersionHolderFromMyEnv(InputStream propertiesStream) { if (propertiesStream == null) return null; Properties p = new Properties(); try { p.load(propertiesStream); } catch (IOException ioe) { System.out.println("IOE " + ioe.getMessage()); // //This case is a bit ugly. If we get an IOException, ...
getProductVersionHolderFromMyEnv(InputStream propertiesStream) { if (propertiesStream == null) return null; Properties p = new Properties(); try { p.load(propertiesStream); } catch (IOException ioe) { System.out.println("IOE " + ioe.getMessage()); // //This case is a bit ugly. If we get an IOException, ...
1,103,045
public ijFatalException(SQLException e) { super(FatalException); this.e = e; }
public ijFatalException() { super(FatalException); this.e = e; }
1,103,046
public ijFatalException(SQLException e) { super(FatalException); this.e = e; }
public ijFatalException(SQLException e) { super(FatalException); this.e = e; }
1,103,047
public ChefGraph(Composite par, int style, Chef je) { super(par, style); shell = par.getShell(); log = LogWriter.getInstance(); chef = je; canvas = this; newProps(); selrect = null; hop_candidate = null; last_hop_split = null; selected_entries = null; selected_note = null; hori = g...
public ChefGraph(Composite par, int style, Chef je) { super(par, style); shell = par.getShell(); log = LogWriter.getInstance(); chef = je; canvas = this; newProps(); selrect = null; hop_candidate = null; last_hop_split = null; selected_entries = null; selected_note = null; hori = g...
1,103,048
public ChefLog(Composite parent, int style, Chef chef) { super(parent, style); shell=parent.getShell(); this.log=LogWriter.getInstance(); display=shell.getDisplay(); this.chef=chef; FormLayout formLayout = new FormLayout (); formLayout.marginWidth = Const.FORM_MARGIN; formLayout.marginHeight = Const.FORM_...
public ChefLog(Composite parent, int style, Chef chef) { super(parent, style); shell=parent.getShell(); this.log=LogWriter.getInstance(); display=shell.getDisplay(); this.chef=chef; FormLayout formLayout = new FormLayout (); formLayout.marginWidth = Const.FORM_MARGIN; formLayout.marginHeight = Const.FORM_...
1,103,049
public String getColumnName() { return colRef.getColumnName(); }
public String getColumnName() { return columnExpression.getColumnName(); }
1,103,050
public void bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { /* Bind the ColumnReference to the FromList */ colRef = (ColumnReference) colRef.bindExpression(fromList, subqueryList, aggregateVector); // Verify that we can grou...
public void bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { /* Bind the ColumnReference to the FromList */ columnExpression = (ValueNode) columnExpression.bindExpression(fromList, subqueryList, aggregateVector); // Verify th...
1,103,051
public void bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { /* Bind the ColumnReference to the FromList */ colRef = (ColumnReference) colRef.bindExpression(fromList, subqueryList, aggregateVector); // Verify that we can grou...
public void bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { /* Bind the ColumnReference to the FromList */ colRef = (ColumnReference) colRef.bindExpression(fromList, subqueryList, aggregateVector); // Verify that we can grou...
1,103,053
public String toString() { if (SanityManager.DEBUG) { return "Column Reference: "+colRef+super.toString(); } else { return ""; } }
public String toString() { if (SanityManager.DEBUG) { return "Column Expression: "+columnExpression+super.toString(); } else { return ""; } }
1,103,054
public SqlException(LogWriter logwriter, MessageId msgid, Object[] args, Throwable cause) { this( logwriter, msgutil_.getCompleteMessage( msgid.msgid, args), ExceptionUtil.getSQLStateFromIdentifier(msgid.msgid), ExceptionUti...
public SqlException(LogWriter logwriter, MessageId msgid, Object[] args, Throwable cause) { this( logwriter, msgutil_.getCompleteMessage( msgid.msgid, args), ExceptionUtil.getSQLStateFromIdentifier(msgid.msgid), ExceptionUti...
1,103,055
protected void encryptContainer(BaseContainerHandle handle, String newFilePath) throws StandardException { BasePage page = null; StorageFile newFile = dataFactory.getStorageFactory().newStorageFile(newFilePath); try { long ...
protected void encryptContainer(BaseContainerHandle handle, String newFilePath) throws StandardException { BasePage page = null; StorageFile newFile = dataFactory.getStorageFactory().newStorageFile(newFilePath); try { long ...
1,103,056
public Object run() throws StandardException { switch( actionCode) { case GET_FILE_NAME_ACTION: return privGetFileName( actionIdentity, actionStub, actionErrorOK, actionTryAlternatePath); case CREATE_CONTAINER_ACTION: { StorageFile file = privGetF...
public Object run() throws StandardException, IOException { switch( actionCode) { case GET_FILE_NAME_ACTION: return privGetFileName( actionIdentity, actionStub, actionErrorOK, actionTryAlternatePath); case CREATE_CONTAINER_ACTION: { StorageFile fi...
1,103,057
public static int readFormatIdInteger(byte[] data) { int a = data[0]; int b = data[1]; return (((a & 0xff) << 8) | (b & 0xff)); }
public static int readFormatIdInteger(DataInput in) throws IOException { int a = data[0]; int b = data[1]; return (((a & 0xff) << 8) | (b & 0xff)); }
1,103,059
public static int readFormatIdInteger(byte[] data) { int a = data[0]; int b = data[1]; return (((a & 0xff) << 8) | (b & 0xff)); }
public static int readFormatIdInteger(byte[] data) { int a = data[0]; int b = data[1]; return (((a & 0xff) << 8) | (b & 0xff)); }
1,103,060
protected void initConnection(org.apache.derby.client.am.LogWriter logWriter, String user, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException { if (logWriter != null) { ...
protected void initConnection(org.apache.derby.client.am.LogWriter logWriter, String user, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException { if (logWriter != null) { ...
1,103,064
public boolean getRetrieveMessageText() { return this.retrieveMessageText; }
public boolean getRetrieveMessageText() { return this.retrieveMessageText; }
1,103,065
public void resetAgent(Connection connection, LogWriter logWriter, int loginTimeout, String server, int port) throws SqlException { resetAgent(logWriter); resetAgent_(logWriter, loginTimeout, server, port); }
public void resetAgent(Connection connection, LogWriter logWriter, int loginTimeout, String server, int port) throws SqlException { resetAgent(logWriter); resetAgent_(logWriter, loginTimeout, server, port); }
1,103,066
public synchronized String getJobEntryAttributeString(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeString(id_jobentry, 0, code); }
public synchronized String getJobEntryAttributeString(long id_jobentry, int nr, String code) throws KettleDatabaseException { return getJobEntryAttributeString(id_jobentry, 0, code); }
1,103,068
public synchronized String getJobEntryAttributeString(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeString(id_jobentry, 0, code); }
public synchronized String getJobEntryAttributeString(long id_jobentry, String code) throws KettleDatabaseException { Row r = getJobEntryAttributeRow(id_jobentry, nr, code); if (r == null) return null; return r.searchValue("VALUE_STR").getString(); }
1,103,069
public boolean getJobEntryAttributeBoolean(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeBoolean(id_jobentry, 0, code, false); }
public boolean getJobEntryAttributeBoolean(long id_jobentry, int nr, String code) throws KettleDatabaseException { return getJobEntryAttributeBoolean(id_jobentry, 0, code, false); }
1,103,070
public boolean getJobEntryAttributeBoolean(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeBoolean(id_jobentry, 0, code, false); }
public boolean getJobEntryAttributeBoolean(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeBoolean(id_jobentry, nr, code, false); }
1,103,071
public synchronized long getJobEntryAttributeInteger(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeInteger(id_jobentry, 0, code); }
public synchronized long getJobEntryAttributeInteger(long id_jobentry, int nr, String code) throws KettleDatabaseException { return getJobEntryAttributeInteger(id_jobentry, 0, code); }
1,103,072
public synchronized long getJobEntryAttributeInteger(long id_jobentry, String code) throws KettleDatabaseException { return getJobEntryAttributeInteger(id_jobentry, 0, code); }
public synchronized long getJobEntryAttributeInteger(long id_jobentry, String code) throws KettleDatabaseException { Row r = getJobEntryAttributeRow(id_jobentry, nr, code); if (r == null) return 0; return r.searchValue("VALUE_NUM").getInteger(); }
1,103,073
public Object nextElement() { if( ! hasMore) throw new NoSuchElementException(); try { scan.fetch( row); Object retValue = BackingStoreHashtable.cloneRow( row); hasMore = scan.next(); if( ! hasMor...
public Object nextElement() { if( ! hasMore) throw new NoSuchElementException(); try { scan.fetch( row); Object retValue = BackingStoreHashtable.shallowCloneRow( row); hasMore = scan.next(); if( !...
1,103,074
private Object getRemove( Object key, boolean remove, boolean existenceOnly) throws StandardException { int hashCode = key.hashCode(); int rowCount = 0; Object retValue = null; scanKey[0].setValue( hashCode); ScanController scan = tc.openScan( btreeConglomerateId, ...
private Object getRemove( Object key, boolean remove, boolean existenceOnly) throws StandardException { int hashCode = key.hashCode(); int rowCount = 0; Object retValue = null; scanKey[0].setValue( hashCode); ScanController scan = tc.openScan( btreeConglomerateId, ...
1,103,075
private Object getRemove( Object key, boolean remove, boolean existenceOnly) throws StandardException { int hashCode = key.hashCode(); int rowCount = 0; Object retValue = null; scanKey[0].setValue( hashCode); ScanController scan = tc.openScan( btreeConglomerateId, ...
private Object getRemove( Object key, boolean remove, boolean existenceOnly) throws StandardException { int hashCode = key.hashCode(); int rowCount = 0; Object retValue = null; scanKey[0].setValue( hashCode); ScanController scan = tc.openScan( btreeConglomerateId, ...
1,103,076
public int fetchNextGroup( DataValueDescriptor[][] row_array, RowLocation[] oldrowloc_array, RowLocation[] newrowloc_array) throws StandardException;
public int fetchNextGroup( DataValueDescriptor[][] row_array, RowLocation[] oldrowloc_array, RowLocation[] newrowloc_array) throws StandardException;
1,103,077
public utilMain(int numConnections, LocalizedOutput out, Hashtable ignoreErrors) throws ijFatalException { String framework_property = util.getSystemProperty("framework"); if (framework_property != null) { if (framework_property.equals("DB2jNet") || framework_property.equals("DB2jcc")) isJCC = true; }...
utilMain(int numConnections, LocalizedOutput out) throws ijFatalException { String framework_property = util.getSystemProperty("framework"); if (framework_property != null) { if (framework_property.equals("DB2jNet") || framework_property.equals("DB2jcc")) isJCC = true; } /* init the parser; give it n...
1,103,078
public utilMain(int numConnections, LocalizedOutput out, Hashtable ignoreErrors) throws ijFatalException { String framework_property = util.getSystemProperty("framework"); if (framework_property != null) { if (framework_property.equals("DB2jNet") || framework_property.equals("DB2jcc")) isJCC = true; }...
public utilMain(int numConnections, LocalizedOutput out, Hashtable ignoreErrors) throws ijFatalException { String framework_property = util.getSystemProperty("framework"); if (framework_property != null) { if (framework_property.equals("DB2jNet") || framework_property.equals("DB2jcc")) isJCC = true; }...
1,103,079
protected final Statement getStatement() throws SQLException { return getPreparedStatement(); }
public final Statement getStatement() throws SQLException { return getPreparedStatement(); }
1,103,082
private void beforeFirstX() throws SqlException { resetRowsetFlags(); // this method has no effect if the result set has no rows. // only send cntqry to position the cursor before first if // resultset contains rows and it is not already before first, or // if the cursor is a dyna...
private void beforeFirstX() throws SqlException { resetRowsetFlags(); unuseStreams(); // this method has no effect if the result set has no rows. // only send cntqry to position the cursor before first if // resultset contains rows and it is not already before first, or // if the ...
1,103,085
public DisconnectException(Agent agent, SqlException e) { this(agent, e.getMessage()); setNextException(e); }
public DisconnectException(Agent agent, SqlException e) { this(agent, e.getMessage()); setNextException(e); }
1,103,096
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
1,103,097
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
1,103,098
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
public final java.io.InputStream getAsciiStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getAsciiStream(); case java.sql.Types.CHAR: ...
1,103,099
public final java.io.InputStream getBinaryStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.BINARY: return new java.io.ByteArrayInputStream(get_CHAR_FOR_BIT_DATA(column)); case java.sql.Types.VARBINARY: ...
public final java.io.InputStream getBinaryStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.BINARY: return new java.io.ByteArrayInputStream(get_CHAR_FOR_BIT_DATA(column)); case java.sql.Types.VARBINARY: ...
1,103,100
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
1,103,101
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
1,103,102
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
1,103,103
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
public final java.io.Reader getCharacterStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: Clob c = getClobColumn_(column, agent_); return c.getCharacterStream(); case java.sql.Types.CHAR: ...
1,103,104
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
1,103,105
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
1,103,106
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
1,103,107
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
public final java.io.InputStream getUnicodeStream(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.CLOB: { Clob c = getClobColumn_(column, agent_); String s = c.getSubString(1L, (int) c.len...
1,103,108
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape, int maxWidth) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to ...
1,103,109
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
1,103,110
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
1,103,111
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
1,103,112
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
1,103,113
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
public static String greaterEqualString(String pattern, String escape) throws StandardException { int firstAnyChar = pattern.indexOf(anyChar); int firstAnyString = pattern.indexOf(anyString); // // For Escape we don't utilize any of the stylish code // below but brute force walk the pattern to find out // w...
1,103,114
public static String greaterEqualStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, (String) null); }
public static String greaterEqualStringFromParameter(String pattern, int maxWidth) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, (String) null); }
1,103,116
public static String greaterEqualStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, (String) null); }
public static String greaterEqualStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, (String) null, maxWidth); }
1,103,117
public static String greaterEqualStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, escape); }
public static String greaterEqualStringFromParameterWithEsc(String pattern, String escape, int maxWidth) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, escape); }
1,103,118
public static String greaterEqualStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, escape); }
public static String greaterEqualStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return greaterEqualString(pattern, escape, maxWidth); }
1,103,119
public static String lessThanString(String pattern) throws StandardException { //int firstAnyChar = pattern.indexOf(anyChar); //int firstAnyString = pattern.indexOf(anyString); int lastUsableChar; int patternLen; char oldLastChar; char newLastChar; char[] charArray; if ((patternLen = pattern.length()) == ...
public static String lessThanString(String pattern, int maxWidth) throws StandardException { //int firstAnyChar = pattern.indexOf(anyChar); //int firstAnyString = pattern.indexOf(anyString); int lastUsableChar; int patternLen; char oldLastChar; char newLastChar; char[] charArray; if ((patternLen = pattern...
1,103,120
public static String lessThanString(String pattern) throws StandardException { //int firstAnyChar = pattern.indexOf(anyChar); //int firstAnyString = pattern.indexOf(anyString); int lastUsableChar; int patternLen; char oldLastChar; char newLastChar; char[] charArray; if ((patternLen = pattern.length()) == ...
public static String lessThanString(String pattern) throws StandardException { //int firstAnyChar = pattern.indexOf(anyChar); //int firstAnyString = pattern.indexOf(anyString); int lastUsableChar; int patternLen; char oldLastChar; char newLastChar; char[] charArray; if ((patternLen = pattern.length()) == ...
1,103,121
public static String lessThanStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, null); }
public static String lessThanStringFromParameter(String pattern, int maxWidth) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, null); }
1,103,122
public static String lessThanStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, null); }
public static String lessThanStringFromParameter(String pattern) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, null, maxWidth); }
1,103,123
public static String lessThanStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, escape); }
public static String lessThanStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, escape); }
1,103,124
public static String lessThanStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, escape); }
public static String lessThanStringFromParameterWithEsc(String pattern, String escape) throws StandardException { if (pattern == null) return null; return lessThanString(pattern, escape, maxWidth); }
1,103,125
public void updateNCharacterStream(int columnIndex, Reader x, int length) throws SQLException { throw Util.notImplemented(); }
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException { throw Util.notImplemented(); }
1,103,128
private Properties addRequiredAttributes(Properties attrs) { if (TestUtil.isJCCFramework()) { attrs.setProperty("driverType","4"); } attrs.setProperty("serverName","localhost"); attrs.setProperty("portNumber","20000"); //attrs.setProperty("retrieveMessagesFromServerOnGetMessage","true"); return attrs; }
private Properties addRequiredAttributes(Properties attrs) { if (TestUtil.isJCCFramework()) { attrs.setProperty("driverType","4"); } attrs.setProperty("serverName","localhost"); attrs.setProperty("portNumber","20000"); //attrs.setProperty("retrieveMessagesFromServerOnGetMessage","true"); return attrs; }
1,103,129