bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
void checkForClosedStatement() throws SqlException { // For some odd reason, there was a JVM hotspot error with Sun's 1.4 JDK // when the code was written like this: // agent_checkForDeferredExceptions(); // if (!openOnClient_) // throw new SqlException (agent_.logWriter_, "Inva...
void checkForClosedStatement() throws SqlException { // For some odd reason, there was a JVM hotspot error with Sun's 1.4 JDK // when the code was written like this: // agent_checkForDeferredExceptions(); // if (!openOnClient_) // throw new SqlException (agent_.logWriter_, "Inva...
1,102,890
public BatchUpdateException(LogWriter logWriter, String reason, int[] updateCounts) { super(reason, null, -99999, updateCounts); if (logWriter != null) { logWriter.traceDiagnosable(this); } }
public BatchUpdateException(LogWriter logWriter, String reason, int[] updateCounts) { super(reason, null, -99999, updateCounts); if (logWriter != null) { logWriter.traceDiagnosable(this); } }
1,102,891
void markResultSetsClosed(boolean removeListener) { if (resultSetList_ != null) { for (int i = 0; i < resultSetList_.length; i++) { if (resultSetList_[i] != null) { resultSetList_[i].markClosed(removeListener); } resultSetList_[i] = n...
void markResultSetsClosed(boolean removeListener) { if (resultSetList_ != null) { for (int i = 0; i < resultSetList_.length; i++) { if (resultSetList_[i] != null) { resultSetList_[i].markClosed(removeListener); } resultSetList_[i] = n...
1,102,892
public ColumnMetaData(LogWriter logWriter, int upperBound) { logWriter_ = logWriter; initializeCache(upperBound); }
public ColumnMetaData(LogWriter logWriter) { logWriter_ = logWriter; initializeCache(upperBound); }
1,102,893
public ColumnMetaData(LogWriter logWriter, int upperBound) { logWriter_ = logWriter; initializeCache(upperBound); }
public ColumnMetaData(LogWriter logWriter, int upperBound) { logWriter_ = logWriter; }
1,102,894
public void resetStatement(Agent agent, Connection connection) throws SqlException { resetStatement(); initStatement(agent, connection); }
public void resetStatement(Agent agent, Connection connection) throws SqlException { resetStatement(); initStatement(agent, connection); }
1,102,895
final Object setObject(int targetType, Object source) throws SqlException { if (source instanceof Boolean) { return setObject(targetType, ((Boolean) source).booleanValue()); } else if (source instanceof Integer) { return setObject(targetType, ((Integer) source).intValue()); ...
final Object setObject(int targetType, Object source) throws SqlException { if (source instanceof Boolean) { return setObject(targetType, ((Boolean) source).booleanValue()); } else if (source instanceof Integer) { return setObject(targetType, ((Integer) source).intValue()); ...
1,102,896
public HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualif...
HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualifier[][]...
1,102,899
public HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualif...
public HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualif...
1,102,900
public HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualif...
public HashScanResultSet(long conglomId, StaticCompiledOpenConglomInfo scoci, Activation activation, GeneratedMethod resultRowAllocator, int resultSetNumber, GeneratedMethod startKeyGetter, int startSearchOperator, GeneratedMethod stopKeyGetter, int stopSearchOperator, boolean sameStartStopPosition, Qualif...
1,102,901
public void close() throws StandardException { beginTime = getCurrentTimeMillis(); if ( isOpen ) { // we don't want to keep around a pointer to the // row ... so it can be thrown away. // REVISIT: does this need to be in a finally // block, to ensure that it is executed? clearCurrentRow(); if (clo...
public void close() throws StandardException { beginTime = getCurrentTimeMillis(); if ( isOpen ) { // we don't want to keep around a pointer to the // row ... so it can be thrown away. // REVISIT: does this need to be in a finally // block, to ensure that it is executed? clearCurrentRow(); if (clo...
1,102,902
public void close() throws StandardException { beginTime = getCurrentTimeMillis(); if ( isOpen ) { // we don't want to keep around a pointer to the // row ... so it can be thrown away. // REVISIT: does this need to be in a finally // block, to ensure that it is executed? clearCurrentRow(); if (clo...
public void close() throws StandardException { beginTime = getCurrentTimeMillis(); if ( isOpen ) { // we don't want to keep around a pointer to the // row ... so it can be thrown away. // REVISIT: does this need to be in a finally // block, to ensure that it is executed? clearCurrentRow(); if (clo...
1,102,903
private boolean willTickleServer(int number, boolean allowAutoCommits) throws SqlException { boolean requiresAutocommit = false; if (resultSetList_ != null) { for (int i = 0; i < number; i++) { if (resultSetList_[i] != null) { if (resultSetList_[i].openOnSe...
private boolean willTickleServer(int number, boolean allowAutoCommits) throws SqlException { boolean requiresAutocommit = false; if (resultSetList_ != null) { for (int i = 0; i < number; i++) { if (resultSetList_[i] != null) { if (resultSetList_[i].openOnSe...
1,102,904
private int parseACCSEC() throws DRDAProtocolException { int securityCheckCode = 0; int securityMechanism = 0; byte [] secTokenIn = null; reader.markCollection(); int codePoint = reader.getCodePoint(); while (codePoint != -1) { switch(codePoint) { //optional case CodePoint.SECMGRNM: // this is de...
private int parseACCSEC() throws DRDAProtocolException { int securityCheckCode = 0; int securityMechanism = 0; byte [] secTokenIn = null; reader.markCollection(); int codePoint = reader.getCodePoint(); while (codePoint != -1) { switch(codePoint) { //optional case CodePoint.SECMGRNM: // this is de...
1,102,905
private void writeACCSECRD(int securityCheckCode) throws DRDAProtocolException { writer.createDssReply(); writer.startDdm(CodePoint.ACCSECRD); if (securityCheckCode != CodePoint.SECCHKCD_NOTSUPPORTED) writer.writeScalar2Bytes(CodePoint.SECMEC, database.securityMechanism); else { // if server doesnt...
private void writeACCSECRD(int securityCheckCode) throws DRDAProtocolException { writer.createDssReply(); writer.startDdm(CodePoint.ACCSECRD); if (securityCheckCode != CodePoint.SECCHKCD_NOTSUPPORTED) writer.writeScalar2Bytes(CodePoint.SECMEC, database.securityMechanism); else { // if server doesnt...
1,102,906
public FailedProperties40(Properties props) { if (props == null || props.isEmpty()) { firstKey_ = null; firstValue_ = null; return; } Enumeration e = props.keys(); firstKey_ = (String)e.nextElement(); firstValue_ = props.getProperty(firstKey_); ...
public FailedProperties40(Properties props) { if (props == null || props.isEmpty()) { firstKey_ = null; firstValue_ = null; return; } Enumeration e = props.keys(); firstKey_ = (String)e.nextElement(); firstValue_ = props.getProperty(firstKey_); ...
1,102,907
public FailedProperties40(Properties props) { if (props == null || props.isEmpty()) { firstKey_ = null; firstValue_ = null; return; } Enumeration e = props.keys(); firstKey_ = (String)e.nextElement(); firstValue_ = props.getProperty(firstKey_); ...
public FailedProperties40(Properties props) { if (props == null || props.isEmpty()) { firstKey_ = null; firstValue_ = null; return; } Enumeration e = props.keys(); firstKey_ = (String)e.nextElement(); firstValue_ = props.getProperty(firstKey_); ...
1,102,908
public Properties getProperties() { return failedProps_; }
public Map<String,ClientInfoStatus> getProperties() { return failedProps_; }
1,102,909
public ContainerHandle openContainer( ContainerKey containerId, LockingPolicy locking, int mode) throws StandardException;
public ContainerHandle openContainer( ContainerKey containerId, LockingPolicy locking, int mode) throws StandardException;
1,102,911
private void deferredBindExpressions(FromList fromListParam) throws StandardException { /* Bind the expressions in the join clause */ subqueryList = (SubqueryList) getNodeFactory().getNode( C_NodeTypes.SUBQUERY_LIST, getContextManager()); aggregateVector = new Vector(); /* ON clause */ if (...
private void deferredBindExpressions(FromList fromListParam) throws StandardException { /* Bind the expressions in the join clause */ subqueryList = (SubqueryList) getNodeFactory().getNode( C_NodeTypes.SUBQUERY_LIST, getContextManager()); aggregateVector = new Vector(); /* ON clause */ if (...
1,102,912
public void remapColumnReferencesToExpressions() throws StandardException { GroupByColumn gbc; int size = size(); /* This method is called when flattening a FromTable. We should * not be flattening a FromTable if the underlying expression that * will get returned out, after chopping out the redundant Result...
public void remapColumnReferencesToExpressions() throws StandardException { GroupByColumn gbc; int size = size(); /* This method is called when flattening a FromTable. We should * not be flattening a FromTable if the underlying expression that * will get returned out, after chopping out the redundant Result...
1,102,913
public void remapColumnReferencesToExpressions() throws StandardException { GroupByColumn gbc; int size = size(); /* This method is called when flattening a FromTable. We should * not be flattening a FromTable if the underlying expression that * will get returned out, after chopping out the redundant Result...
public void remapColumnReferencesToExpressions() throws StandardException { GroupByColumn gbc; int size = size(); /* This method is called when flattening a FromTable. We should * not be flattening a FromTable if the underlying expression that * will get returned out, after chopping out the redundant Result...
1,102,914
public LocalizedInput(InputStream i, String encode) throws UnsupportedEncodingException{ super(i,encode); this.in = i; }
public LocalizedInput(InputStream i, String encode) throws UnsupportedEncodingException{ super(i,encode); this.in = i; }
1,102,915
SQLBinary(byte[] val) { dataValue = val; }
SQLBinary() { dataValue = val; }
1,102,916
SQLBinary(byte[] val) { dataValue = val; }
SQLBinary(byte[] val) { }
1,102,917
public final void setValue(DataValueDescriptor dvd) throws StandardException { if (dvd.isNull()) { setToNull(); return; } try { setFrom(dvd); } catch (StandardException se) { String msgId = se.getMessageId(); if (SQLState.LANG_OUTSIDE_RANGE_FOR_DATATYPE.equals(msgId)) throw outOfRange(); if (SQLSta...
public final void setValue(DataValueDescriptor dvd) throws StandardException { if (dvd.isNull()) { setToNull(); return; } try { setFrom(dvd); } catch (StandardException se) { String msgId = se.getMessageId(); if (SQLState.LANG_OUTSIDE_RANGE_FOR_DATATYPE.equals(msgId)) throw outOfRange(); if (SQLSta...
1,102,918
protected Message createMessage() throws Exception { return getConnection().createObjectMessage(body); }
protected Message createMessage() throws Exception { Serializable value = (object != null) ? object : getBodyText(); return getConnection().createObjectMessage(value); }
1,102,920
protected int getNumJoinArguments() { return 12; }
protected int getNumJoinArguments() { return 13; }
1,102,922
public void init( Object leftResult, Object rightResult, Object onClause, Object usingClause, Object selectList, Object tableProperties) throws StandardException { super.init(leftResult, rightResult, tableProperties); resultColumns = (ResultColumnList) selectList; joinClause = (ValueNode) ...
public void init( Object leftResult, Object rightResult, Object onClause, Object usingClause, Object selectList, Object tableProperties, Object joinOrderStrategyProperties) throws StandardException { super.init(leftResult, rightResult, tableProperties); resultColumns = (ResultColumnList) se...
1,102,923
private void genGroupedAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Generate the (Distinct)GroupedAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3:...
private void genGroupedAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) throws StandardException { /* Generate the (Distinct)GroupedAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3:...
1,102,925
private void genScalarAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) { /* Generate the (Distinct)ScalarAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3: aggregateItem - entry in save...
private void genScalarAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) { /* Generate the (Distinct)ScalarAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3: aggregateItem - entry in save...
1,102,926
private void genScalarAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) { /* Generate the (Distinct)ScalarAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3: aggregateItem - entry in save...
private void genScalarAggregateResultSet(ActivationClassBuilder acb, MethodBuilder mb) { /* Generate the (Distinct)ScalarAggregateResultSet: * arg1: childExpress - Expression for childResult * arg2: isInSortedOrder - true if source result set in sorted order * arg3: aggregateItem - entry in save...
1,102,927
public ResultDescription getResultDescription ( ResultColumnDescriptor[] cols, String type );
public ResultDescription getResultDescription ( ResultColumnDescriptor[] cols, String type );
1,102,928
public AggregatorInfo ( String aggregateName, String aggregatorClassName, int inputColNum, int outputColNum, int aggregatorColNum, boolean isDistinct, ResultDescription rd ) { this.aggregateName = aggregateName; this.aggregatorClassName = aggregatorClassName; this.inputColumn = inputCo...
public AggregatorInfo ( String aggregateName, String aggregatorClassName, int inputColNum, int outputColNum, int aggregatorColNum, boolean isDistinct, ResultDescription rd ) { this.aggregateName = aggregateName; this.aggregatorClassName = aggregatorClassName; this.inputColumn = inputCo...
1,102,929
public PreparedStatement40(Agent agent, Connection connection, String sql, Section section) throws SQLException { super(agent, connection,sql,section); }
public PreparedStatement40(Agent agent, Connection connection, String sql, Section section) throws SqlException { super(agent, connection,sql,section); }
1,102,930
public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, inputStream, new Long(length)); ...
public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBlob", parameterIndex, inputStream, new Long(length)); ...
1,102,931
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, reader, new Long(length)); } ...
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, reader, new Long(length)); } ...
1,102,933
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, reader, new Long(length)); } ...
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException{ synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setClob", parameterIndex, reader, new Long(length)); } ...
1,102,934
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,102,935
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,102,936
public CheckpointOperation(long redoLWM, long undoLWM, TruncationPoint[] tpoints, Formatable ttab) { this.redoLWM = redoLWM; this.undoLWM = undoLWM; this.truncationLWM = tpoints; this.transactionTable = ttab; }
public CheckpointOperation(long redoLWM, long undoLWM, TruncationPoint[] tpoints, Formatable ttab) { this.redoLWM = redoLWM; this.undoLWM = undoLWM; this.truncationLWM = tpoints; this.transactionTable = ttab; }
1,102,938
public CheckpointOperation(long redoLWM, long undoLWM, TruncationPoint[] tpoints, Formatable ttab) { this.redoLWM = redoLWM; this.undoLWM = undoLWM; this.truncationLWM = tpoints; this.transactionTable = ttab; }
public CheckpointOperation(long redoLWM, long undoLWM, TruncationPoint[] tpoints, Formatable ttab) { this.redoLWM = redoLWM; this.undoLWM = undoLWM; this.transactionTable = ttab; }
1,102,939
public CursorInfo ( int updateMode, ExecCursorTableReference targetTable, ResultColumnDescriptor[] targetColumns, String[] updateColumns ) { this.updateMode = updateMode; this.targetTable = targetTable; this.targetColumns = targetColumns; this.updateColumns = updateColumns; }
public CursorInfo ( int updateMode, ExecCursorTableReference targetTable, ResultColumnDescriptor[] targetColumns, String[] updateColumns ) { this.updateMode = updateMode; this.targetTable = targetTable; this.targetColumns = targetColumns; this.updateColumns = updateColumns; }
1,102,940
public CursorInfo ( int updateMode, ExecCursorTableReference targetTable, ResultColumnDescriptor[] targetColumns, String[] updateColumns ) { this.updateMode = updateMode; this.targetTable = targetTable; this.targetColumns = targetColumns; this.updateColumns = updateColumns; }
public CursorInfo ( int updateMode, ExecCursorTableReference targetTable, ResultColumnDescriptor[] targetColumns, String[] updateColumns ) { this.updateMode = updateMode; this.targetTable = targetTable; this.targetColumns = targetColumns; this.updateColumns = updateColumns; }
1,102,941
private void checkForValidOutParameter(int parameterIndex) throws SqlException { if (parameterMetaData_ == null || parameterMetaData_.sqlxParmmode_[parameterIndex - 1] < java.sql.ParameterMetaData.parameterModeInOut) { throw new SqlException(agent_.logWriter_, "Invalid argument: parameter index " ...
private void checkForValidOutParameter(int parameterIndex) throws SqlException { if (parameterMetaData_ == null || parameterMetaData_.sqlxParmmode_[parameterIndex - 1] < java.sql.ParameterMetaData.parameterModeInOut) { throw new SqlException(agent_.logWriter_, "Invalid argument: parameter index " ...
1,102,942
public java.sql.Array getArray(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getArray", parameterIndex); } super.checkForClosedStatement(); parameterIndex = c...
public java.sql.Array getArray(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getArray", parameterIndex); } super.checkForClosedStatement(); parameterIndex = c...
1,102,943
public java.sql.Array getArray(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getArray", parameterIndex); } super.checkForClosedStatement(); parameterIndex = c...
public java.sql.Array getArray(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getArray", parameterIndex); } super.checkForClosedStatement(); parameterIndex = c...
1,102,944
public java.sql.Blob getBlob(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getBlob", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
public java.sql.Blob getBlob(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getBlob", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
1,102,945
public byte[] getBytes(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getBytes", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkForE...
public byte[] getBytes(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getBytes", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkForE...
1,102,946
public java.sql.Clob getClob(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getClob", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
public java.sql.Clob getClob(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getClob", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
1,102,947
public java.sql.Date getDate(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getDate", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
public java.sql.Date getDate(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getDate", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
1,102,948
public java.sql.Ref getRef(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getRef", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkFo...
public java.sql.Ref getRef(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getRef", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkFo...
1,102,949
public java.sql.Ref getRef(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getRef", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkFo...
public java.sql.Ref getRef(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getRef", parameterIndex); } super.checkForClosedStatement(); parameterIndex = checkFo...
1,102,950
public java.sql.Time getTime(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getTime", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
public java.sql.Time getTime(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getTime", parameterIndex); } super.checkForClosedStatement(); parameterIndex = chec...
1,102,951
public java.sql.Timestamp getTimestamp(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getTimestamp", parameterIndex); } super.checkForClosedStatement(); parame...
public java.sql.Timestamp getTimestamp(int parameterIndex) throws SqlException { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getTimestamp", parameterIndex); } super.checkForClosedStatement(); parame...
1,102,952
public java.net.URL getURL(int parameterIndex) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getURL", parameterIndex); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not yet suppor...
public java.net.URL getURL(int parameterIndex) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "getURL", parameterIndex); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,953
public void setAsciiStream(String parameterName, java.io.InputStream x, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setAsciiStream", parameterName, x, length); } super.checkForClosedStatement(); throw new SqlException(ag...
public void setAsciiStream(String parameterName, java.io.InputStream x, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setAsciiStream", parameterName, x, length); } super.checkForClosedStatement(); throw jdbc3MethodNotSuppo...
1,102,954
public void setBigDecimal(String parameterName, java.math.BigDecimal x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDB...
public void setBigDecimal(String parameterName, java.math.BigDecimal x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBigDecimal", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,955
public void setBinaryStream(String parameterName, java.io.InputStream x, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBinaryStream", parameterName, x, length); } super.checkForClosedStatement(); throw new SqlException(...
public void setBinaryStream(String parameterName, java.io.InputStream x, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBinaryStream", parameterName, x, length); } super.checkForClosedStatement(); throw jdbc3MethodNotSup...
1,102,956
public void setBoolean(String parameterName, boolean x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called -...
public void setBoolean(String parameterName, boolean x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBoolean", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,957
public void setByte(String parameterName, byte x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not yet ...
public void setByte(String parameterName, byte x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setByte", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,958
public void setBytes(String parameterName, byte x[]) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not ...
public void setBytes(String parameterName, byte x[]) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setBytes", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,959
public void setCharacterStream(String parameterName, java.io.Reader reader, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterName, reader, length); } super.checkForClosedStatement(); throw new Sq...
public void setCharacterStream(String parameterName, java.io.Reader reader, int length) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setCharacterStream", parameterName, reader, length); } super.checkForClosedStatement(); throw jdbc3M...
1,102,960
public void setDate(String parameterName, java.sql.Date x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called -...
public void setDate(String parameterName, java.sql.Date x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDate", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,961
public void setDouble(String parameterName, double x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - no...
public void setDouble(String parameterName, double x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setDouble", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,962
public void setFloat(String parameterName, float x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not y...
public void setFloat(String parameterName, float x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setFloat", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,963
public void setInt(String parameterName, int x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not yet sup...
public void setInt(String parameterName, int x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setInt", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,964
public void setLong(String parameterName, long x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not yet ...
public void setLong(String parameterName, long x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setLong", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,965
public void setNull(String parameterName, int sqlType) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterName, sqlType); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called...
public void setNull(String parameterName, int sqlType) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setNull", parameterName, sqlType); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,966
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setObject", parameterName, x, targetSqlType, scale); } super.checkForClosedStatement(); throw new SqlExc...
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setObject", parameterName, x, targetSqlType, scale); } super.checkForClosedStatement(); throw jdbc3Metho...
1,102,967
public void setShort(String parameterName, short x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - not y...
public void setShort(String parameterName, short x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setShort", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,968
public void setString(String parameterName, String x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - no...
public void setString(String parameterName, String x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setString", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,969
public void setTime(String parameterName, java.sql.Time x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called -...
public void setTime(String parameterName, java.sql.Time x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTime", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,970
public void setTimestamp(String parameterName, java.sql.Timestamp x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 ...
public void setTimestamp(String parameterName, java.sql.Timestamp x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setTimestamp", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,971
public void setURL(String parameterName, java.net.URL x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setURL", parameterName, x); } super.checkForClosedStatement(); throw new SqlException(agent_.logWriter_, "JDBC 3 method called - no...
public void setURL(String parameterName, java.net.URL x) throws SqlException { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "setURL", parameterName, x); } super.checkForClosedStatement(); throw jdbc3MethodNotSupported(); }
1,102,972
private boolean wasNullX() throws SqlException { super.checkForClosedStatement(); if (wasNull_ == WAS_NULL_UNSET) { throw new SqlException(agent_.logWriter_, "Invalid operation: wasNull() called with no data retrieved."); } return wasNull_ == WAS_NULL; }
private boolean wasNullX() throws SqlException { super.checkForClosedStatement(); if (wasNull_ == WAS_NULL_UNSET) { throw new SqlException(agent_.logWriter_, new MessageId(SQLState.WASNULL_INVALID)); } return wasNull_ == WAS_NULL; }
1,102,973
public boolean execute() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "execute"); } boolean b = executeX(); if (agent_.loggingEnabled(...
public boolean execute() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "execute"); } boolean b = executeX(); if (agent_.loggingEnabled(...
1,102,974
public boolean execute() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "execute"); } boolean b = executeX(); if (agent_.loggingEnabled(...
public boolean execute() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "execute"); } boolean b = executeX(); if (agent_.loggingEnabled(...
1,102,975
public java.sql.ResultSet executeQuery() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeQuery"); } ResultSet resultSet = executeQueryX(); ...
public java.sql.ResultSet executeQuery() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeQuery"); } ResultSet resultSet = executeQueryX(); ...
1,102,976
public java.sql.ResultSet executeQuery() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeQuery"); } ResultSet resultSet = executeQueryX(); ...
public java.sql.ResultSet executeQuery() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeQuery"); } ResultSet resultSet = executeQueryX(); ...
1,102,977
public int executeUpdate() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeUpdate"); } int updateValue = executeUpdateX(); if (ag...
public int executeUpdate() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeUpdate"); } int updateValue = executeUpdateX(); if (ag...
1,102,978
public int executeUpdate() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeUpdate"); } int updateValue = executeUpdateX(); if (ag...
public int executeUpdate() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, "executeUpdate"); } int updateValue = executeUpdateX(); if (ag...
1,102,979
public final java.sql.Array getArray(int column) throws SqlException { throw new SqlException(agent_.logWriter_, "not yet implemented"); }
public final java.sql.Array getArray(int column) throws SqlException { throw new SqlException(agent_.logWriter_, new MessageId (SQLState.NOT_IMPLEMENTED), "getArray(int)"); }
1,102,980
final java.math.BigDecimal getBigDecimal(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getBigDecimalFromBoolean( getBoolean(column) ); case java.sql.Types.DECIMAL: return get_DECIMAL(colum...
final java.math.BigDecimal getBigDecimal(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getBigDecimalFromBoolean( getBoolean(column) ); case java.sql.Types.DECIMAL: return get_DECIMAL(colum...
1,102,981
public final java.sql.Blob getBlob(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case Types.BLOB: return getBlobColumn_(column, agent_); default: throw new ColumnTypeConversionException(agent_.logWriter_); } }
public final java.sql.Blob getBlob(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case Types.BLOB: return getBlobColumn_(column, agent_); default: throw new ColumnTypeConversionException(agent_.logWriter_, "java.sql.Types " + jdbcTypes_[column -1], "ja...
1,102,982
final boolean getBoolean(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return get_BOOLEAN(column); case java.sql.Types.SMALLINT: return agent_.crossConverters_.getBooleanFromShort(get_SMALLINT(column)); case java...
final boolean getBoolean(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return get_BOOLEAN(column); case java.sql.Types.SMALLINT: return agent_.crossConverters_.getBooleanFromShort(get_SMALLINT(column)); case java...
1,102,983
final byte getByte(int column) throws SqlException { // This needs to be changed to use jdbcTypes[] switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getByteFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: ...
final byte getByte(int column) throws SqlException { // This needs to be changed to use jdbcTypes[] switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getByteFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: ...
1,102,984
final byte[] getBytes(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.BINARY: return get_CHAR_FOR_BIT_DATA(column); case java.sql.Types.VARBINARY: case java.sql.Types.LONGVARBINARY: return ...
final byte[] getBytes(int column) throws SqlException { try { switch (jdbcTypes_[column - 1]) { case java.sql.Types.BINARY: return get_CHAR_FOR_BIT_DATA(column); case java.sql.Types.VARBINARY: case java.sql.Types.LONGVARBINARY: return ...
1,102,985
public final java.sql.Clob getClob(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case Types.CLOB: return getClobColumn_(column, agent_); default: throw new ColumnTypeConversionException(agent_.logWriter_); } }
public final java.sql.Clob getClob(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case Types.CLOB: return getClobColumn_(column, agent_); default: throw new ColumnTypeConversionException(agent_.logWriter_, "java.sql.Types " + jdbcTypes_[column -1], "ja...
1,102,986
final java.sql.Date getDate(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.DATE: return getDATE(column); case java.sql.Types.TIMESTAMP: return getDateFromTIMESTAMP(column); case java.sql.Types.CHAR: return agent_.c...
final java.sql.Date getDate(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.DATE: return getDATE(column); case java.sql.Types.TIMESTAMP: return getDateFromTIMESTAMP(column); case java.sql.Types.CHAR: return agent_.c...
1,102,987
final double getDouble(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getDoubleFromBoolean( getBoolean(column) ); case java.sql.Types.REAL: double d = (double) get_FLOAT(column); ...
final double getDouble(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getDoubleFromBoolean( getBoolean(column) ); case java.sql.Types.REAL: double d = (double) get_FLOAT(column); ...
1,102,988
final float getFloat(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getFloatFromBoolean( getBoolean(column) ); case java.sql.Types.REAL: return get_FLOAT(column); case java.sql.Types...
final float getFloat(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getFloatFromBoolean( getBoolean(column) ); case java.sql.Types.REAL: return get_FLOAT(column); case java.sql.Types...
1,102,989
final int getInt(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getIntFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return (int) get_SMALLINT(column); case java.sq...
final int getInt(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getIntFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return (int) get_SMALLINT(column); case java.sq...
1,102,990
final long getLong(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getLongFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return (long) get_SMALLINT(column); case jav...
final long getLong(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getLongFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return (long) get_SMALLINT(column); case jav...
1,102,991
public final Object getObject(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return new Boolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return new Integer(get_SMALLINT(column)); // See Table 4 in JDBC 1 spec...
public final Object getObject(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return new Boolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return new Integer(get_SMALLINT(column)); // See Table 4 in JDBC 1 spec...
1,102,992
public final java.sql.Ref getRef(int column) throws SqlException { throw new SqlException(agent_.logWriter_, "not yet implemented"); }
public final java.sql.Ref getRef(int column) throws SqlException { throw new SqlException(agent_.logWriter_, new MessageId (SQLState.NOT_IMPLEMENTED), "getRef(int)"); }
1,102,993
final short getShort(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getShortFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return get_SMALLINT(column); case java.sq...
final short getShort(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getShortFromBoolean( getBoolean(column) ); case java.sql.Types.SMALLINT: return get_SMALLINT(column); case java.sq...
1,102,994
final String getString(int column) throws SqlException { try { String tempString = null; switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getStringFromBoolean( getBoolean(column) ); case java.sql.Types....
final String getString(int column) throws SqlException { try { String tempString = null; switch (jdbcTypes_[column - 1]) { case JDBC30Translation.BOOLEAN: return agent_.crossConverters_.getStringFromBoolean( getBoolean(column) ); case java.sql.Types....
1,102,995
final java.sql.Time getTime(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.TIME: return getTIME(column); case java.sql.Types.TIMESTAMP: return getTimeFromTIMESTAMP(column); case java.sql.Types.CHAR: return agent_.c...
final java.sql.Time getTime(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.TIME: return getTIME(column); case java.sql.Types.TIMESTAMP: return getTimeFromTIMESTAMP(column); case java.sql.Types.CHAR: return agent_.c...
1,102,996
final java.sql.Timestamp getTimestamp(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.TIMESTAMP: return getTIMESTAMP(column); case java.sql.Types.DATE: return getTimestampFromDATE(column); case java.sql.Types.TIME: ...
final java.sql.Timestamp getTimestamp(int column) throws SqlException { switch (jdbcTypes_[column - 1]) { case java.sql.Types.TIMESTAMP: return getTIMESTAMP(column); case java.sql.Types.DATE: return getTimestampFromDATE(column); case java.sql.Types.TIME: ...
1,102,997