bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext) { int parentStatementDepth = statementDepth; boolean inTrigger = false; boolean parentIsAtomic = false; // by default, assume we are going to use the outermost statement ...
public StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext, long timeoutMillis) { int parentStatementDepth = statementDepth; boolean inTrigger = false; boolean parentIsAtomic = false; // by default, assume we are going to use the ...
1,104,541
public StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext) { int parentStatementDepth = statementDepth; boolean inTrigger = false; boolean parentIsAtomic = false; // by default, assume we are going to use the outermost statement ...
public StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext) { int parentStatementDepth = statementDepth; boolean inTrigger = false; boolean parentIsAtomic = false; // by default, assume we are going to use the outermost statement ...
1,104,542
public void setInUse(boolean inTrigger, boolean isAtomic, String stmtText, ParameterValueSet pvs);
public void setInUse(boolean inTrigger, boolean isAtomic, String stmtText, ParameterValueSet pvs, long timeoutMillis);
1,104,543
private ParameterMetaData getParameterMetaDataX() throws SqlException { super.checkForClosedStatement(); ParameterMetaData pm = ClientDriver.getFactory().newParameterMetaData (parameterMetaData_ != null ? parameterMetaData_ : ClientDriver.getFactory().newCo...
private ParameterMetaData getParameterMetaDataX() throws SqlException { super.checkForClosedStatement(); ParameterMetaData pm = ClientDriver.getFactory().newParameterMetaData (parameterMetaData_ != null ? parameterMetaData_ : ClientDriver.getFactory().newCo...
1,104,544
public void setAsciiStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEnt...
public void setAsciiStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEnt...
1,104,545
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterIndex, x); } ...
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterIndex, x); } ...
1,104,546
public void setBinaryStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.trace...
public void setBinaryStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.trace...
1,104,547
public void setBlob(int parameterIndex, java.sql.Blob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, x); } ...
public void setBlob(int parameterIndex, java.sql.Blob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, x); } ...
1,104,548
public void setBoolean(int parameterIndex, boolean x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterIndex, x); } ...
public void setBoolean(int parameterIndex, boolean x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterIndex, x); } ...
1,104,549
public void setByte(int parameterIndex, byte x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterIndex, x); } final i...
public void setByte(int parameterIndex, byte x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterIndex, x); } final i...
1,104,550
public void setBytes(int parameterIndex, byte[] x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterIndex, x); } fin...
public void setBytes(int parameterIndex, byte[] x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterIndex, x); } fin...
1,104,551
public void setCharacterStream(int parameterIndex, Reader x) throws SQLException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterIndex, x); } try {...
public void setCharacterStream(int parameterIndex, Reader x) throws SQLException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterIndex, x); } try {...
1,104,552
public void setClob(int parameterIndex, java.sql.Clob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, x); } ...
public void setClob(int parameterIndex, java.sql.Clob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, x); } ...
1,104,553
public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterIndex, x); } ...
public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterIndex, x); } ...
1,104,554
public void setDouble(int parameterIndex, double x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterIndex, x); } f...
public void setDouble(int parameterIndex, double x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterIndex, x); } f...
1,104,555
public void setFloat(int parameterIndex, float x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterIndex, x); } fina...
public void setFloat(int parameterIndex, float x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterIndex, x); } fina...
1,104,556
public void setInt(int parameterIndex, int x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterIndex, x); } final int ...
public void setInt(int parameterIndex, int x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterIndex, x); } final int ...
1,104,557
public void setLong(int parameterIndex, long x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterIndex, x); } final i...
public void setLong(int parameterIndex, long x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterIndex, x); } final i...
1,104,558
public void setNull(int parameterIndex, int jdbcType) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterIndex, jdbcType); } ...
public void setNull(int parameterIndex, int jdbcType) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterIndex, jdbcType); } ...
1,104,559
public void setShort(int parameterIndex, short x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterIndex, x); } fina...
public void setShort(int parameterIndex, short x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterIndex, x); } fina...
1,104,560
public void setString(int parameterIndex, String x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterIndex, x); } f...
public void setString(int parameterIndex, String x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterIndex, x); } f...
1,104,561
public void setTime(int parameterIndex, java.sql.Time x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterIndex, x); } ...
public void setTime(int parameterIndex, java.sql.Time x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterIndex, x); } ...
1,104,562
public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterIndex, x); } ...
public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterIndex, x); } ...
1,104,563
public void setAsciiStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEnt...
public void setAsciiStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEnt...
1,104,564
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterIndex, x); } ...
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterIndex, x); } ...
1,104,565
public void setBinaryStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.trace...
public void setBinaryStream(int parameterIndex, java.io.InputStream x, long length) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.trace...
1,104,566
public void setBlob(int parameterIndex, java.sql.Blob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, x); } ...
public void setBlob(int parameterIndex, java.sql.Blob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, x); } ...
1,104,567
public void setBoolean(int parameterIndex, boolean x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterIndex, x); } ...
public void setBoolean(int parameterIndex, boolean x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterIndex, x); } ...
1,104,568
public void setByte(int parameterIndex, byte x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterIndex, x); } final i...
public void setByte(int parameterIndex, byte x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterIndex, x); } final i...
1,104,569
public void setBytes(int parameterIndex, byte[] x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterIndex, x); } fin...
public void setBytes(int parameterIndex, byte[] x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterIndex, x); } fin...
1,104,570
public void setCharacterStream(int parameterIndex, Reader x) throws SQLException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterIndex, x); } try {...
public void setCharacterStream(int parameterIndex, Reader x) throws SQLException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterIndex, x); } try {...
1,104,571
public void setClob(int parameterIndex, java.sql.Clob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, x); } ...
public void setClob(int parameterIndex, java.sql.Clob x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, x); } ...
1,104,572
public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterIndex, x); } ...
public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterIndex, x); } ...
1,104,573
public void setDouble(int parameterIndex, double x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterIndex, x); } f...
public void setDouble(int parameterIndex, double x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterIndex, x); } f...
1,104,574
public void setFloat(int parameterIndex, float x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterIndex, x); } fina...
public void setFloat(int parameterIndex, float x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterIndex, x); } fina...
1,104,575
public void setInt(int parameterIndex, int x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterIndex, x); } final int ...
public void setInt(int parameterIndex, int x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterIndex, x); } final int ...
1,104,576
public void setLong(int parameterIndex, long x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterIndex, x); } final i...
public void setLong(int parameterIndex, long x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterIndex, x); } final i...
1,104,577
public void setNull(int parameterIndex, int jdbcType) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterIndex, jdbcType); } ...
public void setNull(int parameterIndex, int jdbcType) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterIndex, jdbcType); } ...
1,104,578
public void setShort(int parameterIndex, short x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterIndex, x); } fina...
public void setShort(int parameterIndex, short x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterIndex, x); } fina...
1,104,579
public void setString(int parameterIndex, String x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterIndex, x); } f...
public void setString(int parameterIndex, String x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterIndex, x); } f...
1,104,580
public void setTime(int parameterIndex, java.sql.Time x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterIndex, x); } ...
public void setTime(int parameterIndex, java.sql.Time x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterIndex, x); } ...
1,104,581
public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterIndex, x); } ...
public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterIndex, x); } ...
1,104,582
private final java.sql.Date getDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_); }
private final java.sql.Date getDATE(int column) throws SqlException { try { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_); }
1,104,583
private final java.sql.Date getDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_); }
private final java.sql.Date getDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_, charsetName_[column - 1]); }catch (UnsupportedEncodingException e) { throw new SqlExcep...
1,104,584
private final java.sql.Date getDateFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_); }
private final java.sql.Date getDateFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_); }
1,104,585
private final String getStringFromDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_).toString(); }
private final String getStringFromDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToDate(dataBuffer_, columnDataPosition_[column - 1], recyclableDate_).toString(); }
1,104,586
private final String getStringFromTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_).toString(); }
private final String getStringFromTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_).toString(); }
1,104,587
private final String getStringFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_).toString(); }
private final String getStringFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_).toString(); }
1,104,588
private final java.sql.Time getTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_); }
private final java.sql.Time getTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_); }
1,104,589
private final java.sql.Timestamp getTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
private final java.sql.Timestamp getTIMESTAMP(int column) throws SqlException { try { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp( dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
1,104,590
private final java.sql.Timestamp getTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
private final java.sql.Timestamp getTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_, charsetName_[column - 1]); } catch (java.io.UnsupportedEncodin...
1,104,591
private final java.sql.Time getTimeFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_); }
private final java.sql.Time getTimeFromTIMESTAMP(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timestampBytesToTime(dataBuffer_, columnDataPosition_[column - 1], recyclableTime_); }
1,104,593
private final java.sql.Timestamp getTimestampFromDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
private final java.sql.Timestamp getTimestampFromDATE(int column) throws SqlException { return org.apache.derby.client.am.DateTime.dateBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
1,104,594
private final java.sql.Timestamp getTimestampFromTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
private final java.sql.Timestamp getTimestampFromTIME(int column) throws SqlException { return org.apache.derby.client.am.DateTime.timeBytesToTimestamp(dataBuffer_, columnDataPosition_[column - 1], recyclableTimestamp_); }
1,104,595
public static final java.sql.Date dateBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String date = new String(buffer, offset, DateTime.dateRepresentat...
public static final java.sql.Date dateBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate, String encoding) throws UnsupportedEncodingException { int year, month, day; String date ...
1,104,596
public static final java.sql.Date dateBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String date = new String(buffer, offset, DateTime.dateRepresentat...
public static final java.sql.Date dateBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String date = new String(buffer, offset, DateTime.dateRepresentat...
1,104,597
public static final java.sql.Date timestampBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String timestamp = new String(buffer, offset, Date...
public static final java.sql.Date timestampBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate, String encoding) throws UnsupportedEncodingException { int year, month, day; ...
1,104,598
public static final java.sql.Date timestampBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String timestamp = new String(buffer, offset, Date...
public static final java.sql.Date timestampBytesToDate(byte[] buffer, int offset, java.sql.Date recyclableDate) { int year, month, day; String timestamp = new String(buffer, offset, Date...
1,104,599
public static final java.sql.Time timeBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String time = new String(buffer, offset, DateTime.timeReprese...
public static final java.sql.Time timeBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime, String encoding) throws UnsupportedEncodingException { int hour, minute, second; String t...
1,104,600
public static final java.sql.Time timeBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String time = new String(buffer, offset, DateTime.timeReprese...
public static final java.sql.Time timeBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String time = new String(buffer, offset, DateTime.timeReprese...
1,104,601
public static final java.sql.Timestamp timestampBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day, hour, minute, sec...
public static final java.sql.Timestamp timestampBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp, String encoding) throws UnsupportedEncodingExcep...
1,104,602
public static final java.sql.Timestamp timestampBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day, hour, minute, sec...
public static final java.sql.Timestamp timestampBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day, hour, minute, sec...
1,104,603
public static final java.sql.Time timestampBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String timestamp = new String(buffer, offset, ...
public static final java.sql.Time timestampBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime, String encoding) throws UnsupportedEncodingException { int hour, minute, second;...
1,104,604
public static final java.sql.Time timestampBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String timestamp = new String(buffer, offset, ...
public static final java.sql.Time timestampBytesToTime(byte[] buffer, int offset, java.sql.Time recyclableTime) { int hour, minute, second; String timestamp = new String(buffer, offset, ...
1,104,605
public static final java.sql.Timestamp dateBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day; String date = new String(...
public static final java.sql.Timestamp dateBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp, String encoding) throws UnsupportedEncodingException { i...
1,104,606
public static final java.sql.Timestamp dateBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day; String date = new String(...
public static final java.sql.Timestamp dateBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int year, month, day; String date = new String(...
1,104,607
public static final java.sql.Timestamp timeBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int hour, minute, second; String time = new Str...
public static final java.sql.Timestamp timeBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp, String encoding) throws UnsupportedEncodingException { i...
1,104,608
public static final java.sql.Timestamp timeBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int hour, minute, second; String time = new Str...
public static final java.sql.Timestamp timeBytesToTimestamp(byte[] buffer, int offset, java.sql.Timestamp recyclableTimestamp) { int hour, minute, second; String time = new Str...
1,104,609
public void copyTypesAndLengthsToSource(ResultColumnList sourceRCL) { /* Source and target can have different lengths. */ int size = (size() > sourceRCL.size()) ? size() : sourceRCL.size(); for (int index = 0; index < size; index++) { ResultColumn sourceRC = (ResultColumn) sourceRCL.elementAt(index); ResultCol...
public void copyTypesAndLengthsToSource(ResultColumnList sourceRCL) throws StandardException { /* Source and target can have different lengths. */ int size = (size() > sourceRCL.size()) ? size() : sourceRCL.size(); for (int index = 0; index < size; index++) { ResultColumn sourceRC = (ResultColumn) sourceRCL.elem...
1,104,610
public boolean hasConsistentTypeInfo() { boolean isConsistent = true; if (SanityManager.DEBUG) { int size = size(); for (int index = 0; index < size; index++) { ResultColumn rc = (ResultColumn) elementAt(index); ValueNode expr = rc.getExpression(); DataTypeDescriptor rcDTS = rc.getTypeServices(); ...
public boolean hasConsistentTypeInfo() throws StandardException { boolean isConsistent = true; if (SanityManager.DEBUG) { int size = size(); for (int index = 0; index < size; index++) { ResultColumn rc = (ResultColumn) elementAt(index); ValueNode expr = rc.getExpression(); DataTypeDescriptor rcDTS = ...
1,104,611
public boolean isExactTypeAndLengthMatch(ResultColumnList otherRCL) { int size = size(); for (int index = 0; index < size; index++) { ResultColumn thisRC = (ResultColumn) elementAt(index); ResultColumn otherRC = (ResultColumn) otherRCL.elementAt(index); if (! thisRC.getTypeServices().isExactTypeAndLengthMatch...
public boolean isExactTypeAndLengthMatch(ResultColumnList otherRCL) throws StandardException { int size = size(); for (int index = 0; index < size; index++) { ResultColumn thisRC = (ResultColumn) elementAt(index); ResultColumn otherRC = (ResultColumn) otherRCL.elementAt(index); if (! thisRC.getTypeServices()....
1,104,612
public ActionForward updateSurvey(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { SurveyForm sform = (SurveyForm) form; ActionForward forward = mapping.findForward("persistOk"); try{ new SurveyWebComponent().updatePersis...
public ActionForward updateSurvey(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { SurveyForm sform = (SurveyForm) form; ActionForward forward = mapping.findForward("persistOk"); try{ SurveyWebComponent swc = new SurveyWe...
1,104,613
private void generateMinion(ExpressionClassBuilder acb, MethodBuilder mb, boolean genChildResultSet) throws StandardException { /* If this ProjectRestrict doesn't do anything, bypass its generation. * (Remove any true and true predicates first, as they could be left * by the like transformation.)...
private void generateMinion(ExpressionClassBuilder acb, MethodBuilder mb, boolean genChildResultSet) throws StandardException { /* If this ProjectRestrict doesn't do anything, bypass its generation. * (Remove any true and true predicates first, as they could be left * by the like transformation.)...
1,104,614
private void generateMinion(ExpressionClassBuilder acb, MethodBuilder mb, boolean genChildResultSet) throws StandardException { /* If this ProjectRestrict doesn't do anything, bypass its generation. * (Remove any true and true predicates first, as they could be left * by the like transformation.)...
private void generateMinion(ExpressionClassBuilder acb, MethodBuilder mb, boolean genChildResultSet) throws StandardException { /* If this ProjectRestrict doesn't do anything, bypass its generation. * (Remove any true and true predicates first, as they could be left * by the like transformation.)...
1,104,615
public CostEstimate getFinalCostEstimate() { /* ** The cost estimate will be set here if either optimize() or ** optimizeIt() was called on this node. It's also possible ** that optimization was done directly on the child node, ** in which case the cost estimate will be null here. */ if (costEstimate == null) ...
public CostEstimate getFinalCostEstimate() { /* ** The cost estimate will be set here if either optimize() or ** optimizeIt() was called on this node. It's also possible ** that optimization was done directly on the child node, ** in which case the cost estimate will be null here. */ if (costEstimate == null) ...
1,104,616
public CostEstimate getFinalCostEstimate() { /* ** The cost estimate will be set here if either optimize() or ** optimizeIt() was called on this node. It's also possible ** that optimization was done directly on the child node, ** in which case the cost estimate will be null here. */ if (costEstimate == null) ...
public CostEstimate getFinalCostEstimate() { /* ** The cost estimate will be set here if either optimize() or ** optimizeIt() was called on this node. It's also possible ** that optimization was done directly on the child node, ** in which case the cost estimate will be null here. */ if (costEstimate == null) ...
1,104,617
protected EmbedParameterSetMetaData getParameterMetaData() throws SQLException { if (stmtPmeta != null) return stmtPmeta; EmbedParameterSetMetaData pmeta = null; Class[] getParameterMetaDataParam = {}; try { Method sh = getPreparedStatement().getClass().getMethod("getParameterMetaData", getParameterMetaData...
protected EmbedParameterSetMetaData getParameterMetaData() throws SQLException { if (stmtPmeta != null) return stmtPmeta; EmbedParameterSetMetaData pmeta = null; Class[] getParameterMetaDataParam = {}; try { Method sh = getPreparedStatement().getClass().getMethod("getEmbedParameterSetMetaData", getParameter...
1,104,619
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) { Object obj; if (asTrimmedStrings) ...
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) { Object obj; if (asTrimmedStrings) ...
1,104,621
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) { Object obj; if (asTrimmedStrings) ...
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) { Object obj; if (asTrimmedStrings) ...
1,104,622
protected void runTest(String[] args) throws Exception { // Check the returned type of the JDBC Connections. ij.getPropertyArg(args); Connection dmc = ij.startJBMS(); dmc.createStatement().executeUpdate("create table y(i int)"); dmc.createStatement().executeUpdate( "create procedure checkConn2(in d...
protected void runTest(String[] args) throws Exception { // Check the returned type of the JDBC Connections. ij.getPropertyArg(args); Connection dmc = ij.startJBMS(); dmc.createStatement().executeUpdate("create table y(i int)"); dmc.createStatement().executeUpdate( "create procedure checkConn2(in d...
1,104,623
public double nonBasePredicateSelectivity( Optimizable innerTable, OptimizablePredicateList predList) { double retval = 1.0; if (predList != null) { for (int i = 0; i < predList.size(); i++) { // Don't include redundant join predicates in selectivity calculations if (predList.isRedundantPre...
public double nonBasePredicateSelectivity( Optimizable innerTable, OptimizablePredicateList predList) throws StandardException { double retval = 1.0; if (predList != null) { for (int i = 0; i < predList.size(); i++) { // Don't include redundant join predicates in selectivity calculations if...
1,104,624
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration enum = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (enum.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getTok...
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration e = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (enum.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getToken(...
1,104,626
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration enum = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (enum.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getTok...
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration enum = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (e.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getToken(...
1,104,627
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration enum = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (enum.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getTok...
public void displayErrors(){ //If no error are found then nothing is displayed. Enumeration enum = errors.elements(); //In the first line, show the exact token that was parsed from //the URL. if (enum.hasMoreElements()) display(LocalizedResource.getMessage("TL_urlLabel1", "[", getTok...
1,104,628
public NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean not...
NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExistsR...
1,104,630
public NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean not...
public NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean not...
1,104,631
public NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean not...
public NestedLoopJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean not...
1,104,632
public ResultColumnList getAllResultColumns(String allTableName) throws StandardException { if (SanityManager.DEBUG) SanityManager.THROWASSERT( "getAllResultColumns() not expected to be called for " + this.getClass().getName() + this); return null; }
public ResultColumnList getAllResultColumns(TableName allTableName) throws StandardException { if (SanityManager.DEBUG) SanityManager.THROWASSERT( "getAllResultColumns() not expected to be called for " + this.getClass().getName() + this); return null; }
1,104,633
StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext);
StatementContext pushStatementContext(boolean isAtomic, String stmtText, ParameterValueSet pvs, boolean rollbackParentContext, long timeoutMillis);
1,104,635
public DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMod...
DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMode, boo...
1,104,636
public DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMod...
public DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMod...
1,104,637
public DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMod...
public DistinctScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, int hashKeyItem, String tableName, String userSuppliedOptimizerOverrides, String indexName, boolean isConstraint, int colRefItem, int lockMod...
1,104,638
private void printErrorStack(Throwable t) { Monitor.logMessage("-------------------------\n"); t.printStackTrace(Monitor.getStream().getPrintWriter()); Monitor.logMessage("-------------------------\n"); ErrorStringBuilder esb = new ErrorStringBuilder(Monitor.getStream().getHeader()); esb.stackTrace(t); }
private void printErrorStack(Throwable t) { Monitor.logMessage("-------------------------\n"); t.printStackTrace(Monitor.getStream().getPrintWriter()); Monitor.logMessage("-------------------------\n"); ErrorStringBuilder esb = new ErrorStringBuilder(Monitor.getStream().getHeader()); esb.stackTrace(t); }
1,104,639
private void printErrorStack(Throwable t) { Monitor.logMessage("-------------------------\n"); t.printStackTrace(Monitor.getStream().getPrintWriter()); Monitor.logMessage("-------------------------\n"); ErrorStringBuilder esb = new ErrorStringBuilder(Monitor.getStream().getHeader()); esb.stackTrace(t); }
private void printErrorStack(Throwable t) { Monitor.logMessage("-------------------------\n"); t.printStackTrace(Monitor.getStream().getPrintWriter()); Monitor.logMessage("-------------------------\n"); ErrorStringBuilder esb = new ErrorStringBuilder(Monitor.getStream().getHeader()); esb.stackTrace(t); Monitor.lo...
1,104,640
public void generate(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Get the next ResultSet#, so we can number this ResultSetNode, its * ResultColumnList and ResultSet. */ assignResultSetNumber(); // Get the final cost estimate based on the child's cost. costEstimate = ...
public void generate(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Get the next ResultSet#, so we can number this ResultSetNode, its * ResultColumnList and ResultSet. */ assignResultSetNumber(); // Get the final cost estimate based on the child's cost. costEstimate = ...
1,104,641
public void generate(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Get the next ResultSet#, so we can number this ResultSetNode, its * ResultColumnList and ResultSet. */ assignResultSetNumber(); // Get the final cost estimate based on the child's cost. costEstimate = ...
public void generate(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Get the next ResultSet#, so we can number this ResultSetNode, its * ResultColumnList and ResultSet. */ assignResultSetNumber(); // Get the final cost estimate based on the child's cost. costEstimate = ...
1,104,642
public static void assertColumnNames(ResultSet rs, String [] expectedColNames) throws Exception { ResultSetMetaData rsmd = rs.getMetaData(); int actualCols = rsmd.getColumnCount(); Assert.assertEquals("Unexpected column count:", rsmd.getColumnCount(), expectedColNames.lengt...
public static void assertColumnNames(ResultSet rs, String [] expectedColNames) throws SQLException { ResultSetMetaData rsmd = rs.getMetaData(); int actualCols = rsmd.getColumnCount(); Assert.assertEquals("Unexpected column count:", rsmd.getColumnCount(), expectedColNames.le...
1,104,643
public static void assertColumnNames(ResultSet rs, String [] expectedColNames) throws Exception { ResultSetMetaData rsmd = rs.getMetaData(); int actualCols = rsmd.getColumnCount(); Assert.assertEquals("Unexpected column count:", rsmd.getColumnCount(), expectedColNames.lengt...
public static void assertColumnNames(ResultSet rs, String [] expectedColNames) throws Exception { ResultSetMetaData rsmd = rs.getMetaData(); int actualCols = rsmd.getColumnCount(); Assert.assertEquals("Unexpected column count:", expectedColNames.length, rsmd.getColumnCount(...
1,104,644
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { String s; boolean ok; Object obj = null; ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) ...
private static void assertRowInResultSet(ResultSet rs, int rowNum, Object [] expectedRow, boolean asTrimmedStrings) throws SQLException { String s; boolean ok; Object obj = null; ResultSetMetaData rsmd = rs.getMetaData(); for (int i = 0; i < expectedRow.length; i++) ...
1,104,645
private String plugInArgs( String message, String[] rawArgs ) { int count = rawArgs.length; String[] cookedArgs = new String[ count ]; // add xml angle brackets around the args for ( int i = 0; i < count; i++ ) { cookedArgs[ i ] = "&lt;" + rawArgs[ i ...
private String plugInArgs( String message, String[] rawArgs ) { int count = rawArgs.length; String[] cookedArgs = new String[ count ]; // add xml angle brackets around the args for ( int i = 0; i < count; i++ ) { cookedArgs[ i ] = "<varname>&lt;" + ra...
1,104,646