bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public static void main(String[] args) { System.out.println("Start testing delete and update using JDBC2.0 updateable resultset apis"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); conn = ij.startJBMS(); setup(true); System.out.println...
public static void main(String[] args) { System.out.println("Start testing delete and update using JDBC2.0 updateable resultset apis"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); conn = ij.startJBMS(); setup(true); System.out.println...
1,106,119
static boolean verifyData(int sqlType, int updateXXXName, String checkAgainstTheTable) throws SQLException { PreparedStatement pstmt1 = conn.prepareStatement("select * from " + checkAgainstTheTable); ResultSet rs1 = pstmt1.executeQuery(); rs1.next(); PreparedStatement pstmt = conn.prepareStatement("select * from A...
static boolean verifyData(int sqlType, int updateXXXName, String checkAgainstTheTable) throws SQLException { PreparedStatement pstmt1 = conn.prepareStatement("select * from " + checkAgainstTheTable); ResultSet rs1 = pstmt1.executeQuery(); rs1.next(); PreparedStatement pstmt = conn.prepareStatement("select * from A...
1,106,120
public static void main(String[] args) { test1(args); }
public static void main(String[] args) { System.out.println("Test testRelative starting"); Connection con = null; try { ij.getPropertyArg(args); con = ij.startJBMS(); test1(con); } catch (Exception e) { unexpectedException(e); } }
1,106,122
public static void test1(String []args) { System.out.println("Test testRelative starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg...
public static void test1(String []args) { System.out.println("Test testRelative starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg...
1,106,123
public static void test1(String []args) { System.out.println("Test testRelative starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg...
public static void test1(String []args) { System.out.println("Test testRelative starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg...
1,106,124
static private void unexpectedSQLException(SQLException se) { System.out.println("FAIL -- Unexpected Exception: "+ se.getMessage()); se.printStackTrace(System.out); }
static private void unexpectedSQLException(SQLException se) { System.out.println("FAIL -- Unexpected Exception: "+ "SQLSTATE(" +se.getSQLState() +")" + se.getMessage()); se.printStackTrace(System.out); }
1,106,125
private int getJoinArguments(ActivationClassBuilder acb, MethodBuilder mb, ValueNode joinClause) throws StandardException { int numArgs = getNumJoinArguments(); leftResultSet.generate(acb, mb); // arg 1 mb.push(leftResultSet.resultColumns.size()); // arg 2 rightResultSet.generate(acb, mb)...
private int getJoinArguments(ActivationClassBuilder acb, MethodBuilder mb, ValueNode joinClause) throws StandardException { int numArgs = getNumJoinArguments(); leftResultSet.generate(acb, mb); // arg 1 mb.push(leftResultSet.resultColumns.size()); // arg 2 rightResultSet.generate(acb, mb)...
1,106,126
public HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExists...
HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExistsRightSi...
1,106,127
public HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExists...
public HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExists...
1,106,128
public HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExists...
public HashJoinResultSet(NoPutResultSet leftResultSet, int leftNumCols, NoPutResultSet rightResultSet, int rightNumCols, Activation activation, GeneratedMethod restriction, int resultSetNumber, boolean oneRowRightSide, boolean notExists...
1,106,129
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,130
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,131
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,132
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,133
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,134
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
public QueryTreeNode bind() throws StandardException { FromList fromList = (FromList) getNodeFactory().getNode( C_NodeTypes.FROM_LIST, getNodeFactory().doJoinOrderOptimization(), getContextManager()); ResultColumn rowLocationColumn = null; CurrentRowLocationNode rowLocationNod...
1,106,135
public final void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; default: throw dat...
public final void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; default: throw dat...
1,106,136
public final void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; default: throw dat...
public final void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; default: throw dat...
1,106,137
public final void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.BINARY: case Types.VARBINARY: case Types.LONGVARBINARY: case Types.BLOB: break; default: thro...
public final void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.BINARY: case Types.VARBINARY: case Types.LONGVARBINARY: case Types.BLOB: break; default: thro...
1,106,138
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
private void setBinaryStreamInternal(int parameterIndex, InputStream x, final boolean lengthLess, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { ...
1,106,139
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( !lengthLess && length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(pa...
1,106,140
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
1,106,141
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
private void setBinaryStreamInternal(int parameterIndex, InputStream x, long length) throws SQLException { if ( length < 0 ) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (x == null) { setNull(parameterIndex, j...
1,106,142
public void setBlob (int i, Blob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2: only allow setBlob on a BLOB column. if (colType != Types.BLOB) thro...
public void setBlob (int i, Blob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2: only allow setBlob on a BLOB column. if (colType != Types.BLOB) thro...
1,106,143
public void setBlob (int i, Blob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2: only allow setBlob on a BLOB column. if (colType != Types.BLOB) thro...
public void setBlob (int i, Blob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2: only allow setBlob on a BLOB column. if (colType != Types.BLOB) thro...
1,106,144
public final void setCharacterStream(int parameterIndex, java.io.Reader reader, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; ...
public final void setCharacterStream(int parameterIndex, java.io.Reader reader, long length) throws SQLException { checkStatus(); int jdbcTypeId = getParameterJDBCType(parameterIndex); switch (jdbcTypeId) { case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: case Types.CLOB: break; ...
1,106,145
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, final boolean lengthLess, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameter...
1,106,146
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,147
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,148
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,149
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,150
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,151
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,152
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,153
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
private void setCharacterStreamInternal(int parameterIndex, Reader reader, long length) throws SQLException { // check for -ve length if (length < 0) throw newSQLException(SQLState.NEGATIVE_STREAM_LENGTH); int jdbcTypeId = getParameterJDBCType(parameterIndex); if (reader ...
1,106,154
public void setClob (int i, Clob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2, only allow setClob on a CLOB column. if (colType != Types.CLOB) thro...
public void setClob (int i, Clob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2, only allow setClob on a CLOB column. if (colType != Types.CLOB) thro...
1,106,155
public void setClob (int i, Clob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2, only allow setClob on a CLOB column. if (colType != Types.CLOB) thro...
public void setClob (int i, Clob x) throws SQLException { checkStatus(); int colType; synchronized (getConnectionSynchronization()) { colType = getParameterJDBCType(i); } // DB2, only allow setClob on a CLOB column. if (colType != Types.CLOB) thro...
1,106,156
public void backup(String backupDir) throws SQLException;
public void backup(String backupDir, boolean wait) throws SQLException;
1,106,157
public void backupAndEnableLogArchiveMode(String backupDir, boolean deleteOnlineArchivedLogFiles) throws SQLException;
public void backupAndEnableLogArchiveMode(String backupDir, boolean deleteOnlineArchivedLogFiles) throws SQLException;
1,106,158
private static TestSuite embeddedSuite() { TestSuite embeddedSuite = new TestSuite(); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateBlobNotImplemented")); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateClobNotImplemented")); retu...
private static TestSuite embeddedSuite() { TestSuite embeddedSuite = new TestSuite(); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateBlob")); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateClobNotImplemented")); return embeddedSui...
1,106,159
private static TestSuite embeddedSuite() { TestSuite embeddedSuite = new TestSuite(); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateBlobNotImplemented")); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateClobNotImplemented")); retu...
private static TestSuite embeddedSuite() { TestSuite embeddedSuite = new TestSuite(); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateBlobNotImplemented")); embeddedSuite.addTest(new ConnectionTest( "embeddedCreateClob")); return embeddedSui...
1,106,160
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
1,106,161
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
1,106,162
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
1,106,163
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
public ValueNode bindExpression( FromList fromList, SubqueryList subqueryList, Vector aggregateVector) throws StandardException { // deal with binding operands leftOperand = leftOperand.bindExpression(fromList, subqueryList, aggregateVector); rightOperand = rightOperand.bindExpression(fromList, subqueryList, ...
1,106,164
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary) throws StandardException { if( SanityManager.DEBUG) SanityManager.ASSERT( row.nColumns() == COLUMN_CO...
1,106,167
public void flowAutoCommit() throws SqlException { if (willAutoCommitGenerateFlow()) { flowCommit(); } }
public boolean flowAutoCommit() throws SqlException { if (willAutoCommitGenerateFlow()) { flowCommit(); } }
1,106,169
private static void blobNegativeTest_Derby265(Connection conn) throws SQLException, FileNotFoundException,IOException { // basically setup the tables for clob and blob Statement s = conn.createStatement(); s.execute("create table \"MAPS_BLOB\"(MAP_ID int, MAP_NAME varchar(20),REGION ...
private static void blobNegativeTest_Derby265(Connection conn) throws SQLException, FileNotFoundException,IOException { // basically setup the tables for clob and blob Statement s = conn.createStatement(); s.execute("create table \"MAPS_BLOB\"(MAP_ID int, MAP_NAME varchar(20),REGION ...
1,106,172
private static void blobTest54(Connection conn) { ResultSet rs; Statement stmt1, stmt2; try { stmt1 = conn.createStatement(); stmt1.execute("create table testBlob2 (a integer, b integer)"); PreparedStatement ps = conn.prepareStatement( "insert into testBlob2 values(?,?)...
private static void blobTest54(Connection conn) { ResultSet rs; Statement stmt1, stmt2; System.out.println(START + "blobTest54"); try { stmt1 = conn.createStatement(); stmt1.execute("create table testBlob2 (a integer, b integer)"); PreparedStatement ps = conn.prepareStatement( ...
1,106,180
private static void blobTest92(Connection conn) { ResultSet rs; Statement stmt,stmt2; try { stmt = conn.createStatement(); rs = stmt.executeQuery("select a,b from testBlob"); // fetch row back, get the column as a blob. Blob blob = null, shortBlob = null; int blobLength; ...
private static void blobTest92(Connection conn) { ResultSet rs; Statement stmt,stmt2; System.out.println(START + "blobTest92"); try { stmt = conn.createStatement(); rs = stmt.executeQuery("select a,b from testBlob"); // fetch row back, get the column as a blob. Blob blob = null, sho...
1,106,184
private static void blobTest92(Connection conn) { ResultSet rs; Statement stmt,stmt2; try { stmt = conn.createStatement(); rs = stmt.executeQuery("select a,b from testBlob"); // fetch row back, get the column as a blob. Blob blob = null, shortBlob = null; int blobLength; ...
private static void blobTest92(Connection conn) { ResultSet rs; Statement stmt,stmt2; try { stmt = conn.createStatement(); rs = stmt.executeQuery("select a,b from testBlob"); // fetch row back, get the column as a blob. Blob blob = null, shortBlob = null; int blobLength; ...
1,106,186
private static void clobNegativeTest_Derby265(Connection conn) throws SQLException, FileNotFoundException,IOException { // basically setup the tables for clob Statement s = conn.createStatement(); s.execute("create table \"MAPS\"(MAP_ID int, MAP_NAME varchar(20),REGION varchar(20),A...
private static void clobNegativeTest_Derby265(Connection conn) throws SQLException, FileNotFoundException,IOException { // basically setup the tables for clob Statement s = conn.createStatement(); s.execute("create table \"MAPS\"(MAP_ID int, MAP_NAME varchar(20),REGION varchar(20),A...
1,106,194
private static void clobTest54(Connection conn) { ResultSet rs; Statement stmt1, stmt2; try { System.out.println("start clobTest54"); stmt1 = conn.createStatement(); stmt1.execute("create table testClob2 (a integer, b integer)"); PreparedStatement ps = conn.prepareStatement( ...
private static void clobTest54(Connection conn) { ResultSet rs; Statement stmt1, stmt2; try { stmt1 = conn.createStatement(); stmt1.execute("create table testClob2 (a integer, b integer)"); PreparedStatement ps = conn.prepareStatement( "insert into testClob2 values(?...
1,106,207
private static void clobTest7(Connection conn) { ResultSet rs, rs2; Statement stmt1, stmt2; System.out.println("start clobTest7"); try { stmt1 = conn.createStatement(); stmt1.execute("create table testClob7 (a CLOB(300k), b integer)"); PreparedStatement ps = conn.prepareStatement( ...
private static void clobTest7(Connection conn) { ResultSet rs, rs2; Statement stmt1, stmt2; System.out.println(START + "clobTest7"); try { stmt1 = conn.createStatement(); stmt1.execute("create table testClob7 (a CLOB(300k), b integer)"); PreparedStatement ps = conn.prepareStatement( ...
1,106,209
private static void clobTest8(Connection conn) { System.out.println("start clobTest8"); try { Statement s = conn.createStatement(); s.execute("CREATE TABLE C8.T8POS(id INT NOT NULL PRIMARY KEY, DD CLOB(1m), pos INT, L INT)"); s.execute("CREATE TABLE C8.T8PATT(PATT CLOB(300k))"); // characters used to fi...
private static void clobTest8(Connection conn) { System.out.println(START + "clobTest8"); try { Statement s = conn.createStatement(); s.execute("CREATE TABLE C8.T8POS(id INT NOT NULL PRIMARY KEY, DD CLOB(1m), pos INT, L INT)"); s.execute("CREATE TABLE C8.T8PATT(PATT CLOB(300k))"); // characters used to ...
1,106,210
public static void main(String[] args) { System.out.println("Test blobclob starting"); isDerbyNet = TestUtil.isNetFramework(); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); Connection conn = ij.startJBMS(); // turn off...
public static void main(String[] args) { System.out.println("Test blobclob starting"); isDerbyNet = TestUtil.isNetFramework(); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); Connection conn = ij.startJBMS(); // turn off...
1,106,220
static void printInterval(Clob clob, long pos, int length, int testNum, int iteration, int clobLength) { if (pos > clobLength) System.out.println("CLOB getSubString " + pos + " > " + clobLength); try { /* System.out.println("printInterval(" + clob + "," + pos +"," + length +",...
static void printInterval(Clob clob, long pos, int length, int testNum, int iteration, int clobLength) { if (pos > clobLength) System.out.println("CLOB getSubString " + pos + " > " + clobLength); try { /* System.out.println("printInterval(" + clob + "," + pos +"," + length +",...
1,106,229
static void printInterval(Clob clob, long pos, int length, int testNum, int iteration, int clobLength) { if (pos > clobLength) System.out.println("CLOB getSubString " + pos + " > " + clobLength); try { /* System.out.println("printInterval(" + clob + "," + pos +"," + length +",...
static void printInterval(Clob clob, long pos, int length, int testNum, int iteration, int clobLength) { if (pos > clobLength) System.out.println("CLOB getSubString " + pos + " > " + clobLength); try { /* System.out.println("printInterval(" + clob + "," + pos +"," + length +",...
1,106,230
public static void main(String[] args) { DatabaseMetaData met; Connection con; Statement s; System.out.println("Test dbMetaDataJdbc30 starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); con = ij.startJBMS(); con.setAutoComm...
public static void main(String[] args) { DatabaseMetaData met; Connection con; Statement s; System.out.println("Test dbMetaDataJdbc30 starting"); try { // use the ij utility to read the property file and // make the initial connection. ij.getPropertyArg(args); con = ij.startJBMS(); con.setAutoComm...
1,106,233
protected void cleanUp(Statement stmt) throws SQLException { con.setAutoCommit(true); String[] testObjects = {"table t", "table t1", "view screwie", "table reftab", "table reftab2", "table inflight" , "table alltypes", "table louie", "procedure getpctest1", "procedure getpctest2", "procedure getpctest3a", ...
protected void cleanUp(Statement stmt) throws SQLException { con.setAutoCommit(true); String[] testObjects = {"table t", "table t1", "view screwie", "table reftab", "table reftab2", "table inflight" , "table alltypes", "table louie", "procedure getpctest1", "procedure getpctest2", "procedure getpctest3a", ...
1,106,234
public boolean isValid(int timeout) throws SQLException { throw SQLExceptionFactory.notImplemented ("isValid ()"); }
public boolean isValid(int timeout) throws SQLException { if (timeout < 0) { throw Util.generateCsSQLException(SQLState.INVALID_API_PARAMETER, new Integer(timeout), "timeout", "java.sql.Connection.isValid"); } if (isClosed()) { return false; } synchronized(this) { try { if (isValidStmt == null) { isVal...
1,106,235
public ResultColumn getMatchingColumn(ColumnReference columnReference) throws StandardException { /* Get the logical left and right sides of the join. * (For RIGHT OUTER JOIN, the left is the right * and the right is the left and the JOIN is the NIOJ). */ ResultSetNode logicalLeftRS = getLogicalLeftResultSet()...
public ResultColumn getMatchingColumn(ColumnReference columnReference) throws StandardException { /* Get the logical left and right sides of the join. * (For RIGHT OUTER JOIN, the left is the right * and the right is the left and the JOIN is the NIOJ). */ ResultSetNode logicalLeftRS = getLogicalLeftResultSet()...
1,106,236
final boolean openContainer(ContainerKey newIdentity) throws StandardException { DataInputStream dis = null; try { InputStream is = null; containerPath = dataFactory.getContainerPath(newIdentity, false); try { is = containerPath.getInputStream(); } ...
final boolean openContainer(ContainerKey newIdentity) throws StandardException { DataInputStream dis = null; try { InputStream is = null; containerPath = dataFactory.getContainerPath(newIdentity, false); try { is = containerPath.getInputStream(); } ...
1,106,237
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
public static final int writeLong(DataOutput out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0x4...
1,106,242
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
1,106,243
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
1,106,244
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
public static final int writeLong(OutputStream out, long value) throws IOException { if (value < 0) throw new IOException(); if (value <= 0x3fff) { out.write((int) ((value >>> 8) & 0xff)); out.write((int) ((value ) & 0xff)); return 2; } if (value <= 0x3fffffff) { out.write((int) (((value >>> 24) | 0...
1,106,245
public static Test suite() throws SQLException { TestSuite suite = new TestSuite("jdbc4"); // These really need to run standalone. //suite.addTestSuite(AutoloadBooting.class); //suite.addTestSuite(AutoloadTest.class); suite.addTest(BlobTest.suite()); suite.addTest(CallableStatementTest.suite()); s...
public static Test suite() throws SQLException { TestSuite suite = new TestSuite("jdbc4"); // These really need to run standalone. //suite.addTestSuite(AutoloadBooting.class); //suite.addTestSuite(AutoloadTest.class); suite.addTest(BlobTest.suite()); suite.addTest(CallableStatementTest.suite()); s...
1,106,246
public static Test suite() throws SQLException { TestSuite suite = new TestSuite("jdbc4"); // These really need to run standalone. //suite.addTestSuite(AutoloadBooting.class); //suite.addTestSuite(AutoloadTest.class); suite.addTest(BlobTest.suite()); suite.addTest(CallableStatementTest.suite()); s...
public static Test suite() throws SQLException { TestSuite suite = new TestSuite("jdbc4"); // These really need to run standalone. //suite.addTestSuite(AutoloadBooting.class); //suite.addTestSuite(AutoloadTest.class); suite.addTest(BlobTest.suite()); suite.addTest(CallableStatementTest.suite()); s...
1,106,247
public void free() throws SQLException { throw Util.notImplemented(); }
public void free() throws SQLException { if (!isValid) return; isValid = false; myLength = -1; if (!isBytes) ((Resetable)myStream).closeStream(); else myBytes = null; }
1,106,249
void markUpdatableByCursor() { int size = size(); for (int index = 0; index < size; index++) { ((ResultColumn) elementAt(index)).markUpdatableByCursor(); } }
void markUpdatableByCursor() { int size = size(); for (int index = 0; index < size; index++) { if (((ResultColumn) elementAt(index)).getSourceTableName() != null) ((ResultColumn) elementAt(index)).markUpdatableByCursor(); } }
1,106,254
public static boolean initLogs(String logFileName, String ddlFileName, boolean appendLogs, boolean doVerbose, String endOfStmt) { try { logFile = new PrintWriter(new FileOutputStream(logFileName, appendLogs)); if (ddlFileName != null) ddlFile = new PrintWriter(new FileOutputStream(ddlFileName, appendLogs)); ...
public static boolean initLogs(String logFileName, String ddlFileName, boolean appendLogs, boolean doVerbose, String endOfStmt) { try { logFile = new PrintWriter(new FileOutputStream(logFileName, appendLogs)); if (ddlFileName != null) ddlFile = new PrintWriter(new FileOutputStream(ddlFileName, appendLogs)); ...
1,106,255
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
1,106,256
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
1,106,257
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
public static void main(String[] argv) throws Throwable { try { ij.getPropertyArg(argv); Connection conn = ij.startJBMS(); conn.setAutoCommit(true); // After recovery table should contain two records with // values 0 and 1 Sta...
1,106,258
void generateAuthorizeCheck(ActivationClassBuilder acb, MethodBuilder mb, int sqlOperation) { // add code to authorize statement execution. acb.pushThisAsActivation(mb); mb.callMethod(VMOpcode.INVOKEINTERFACE, null, "getLanguageConnectionContext", ClassName.LanguageConnectionContext, 0); m...
void generateAuthorizeCheck(ActivationClassBuilder acb, MethodBuilder mb, int sqlOperation) { // add code to authorize statement execution. acb.pushThisAsActivation(mb); mb.callMethod(VMOpcode.INVOKEINTERFACE, null, "getLanguageConnectionContext", ClassName.LanguageConnectionContext, 0); m...
1,106,259
protected void tearDown() throws SQLException { conn.rollback(); conn.close(); }
protected void tearDown() throws Exception { conn.rollback(); conn.close(); }
1,106,260
private static void blobTests(Connection conn) throws Exception { try { // Test - 2Gb blob ( actually it is 2gb -1) // Note with setBinaryStream interface the maximum size for the // stream, can be max value for an int. // Also note, that lobs in derby currently support...
private static void blobTests(Connection conn) throws Exception { try { // Test - 2Gb blob ( actually it is 2gb -1) // Note with setBinaryStream interface the maximum size for the // stream, can be max value for an int. // Also note, that lobs in derby currently support...
1,106,264
RandomByteStream(java.util.Random dpr, int length) { this.length = length; this.dpr = dpr; }
RandomByteStream(java.util.Random dpr, long length) { this.length = length; this.dpr = dpr; }
1,106,266
private void processCommands() throws DRDAProtocolException { DRDAStatement stmt = null; int updateCount = 0; boolean PRPSQLSTTfailed = false; boolean checkSecurityCodepoint = session.requiresSecurityCodepoint(); do { correlationID = reader.readDssHeader(); int codePoint = reader.readLengthAndCodePoint(); ...
private void processCommands() throws DRDAProtocolException { DRDAStatement stmt = null; int updateCount = 0; boolean PRPSQLSTTfailed = false; boolean checkSecurityCodepoint = session.requiresSecurityCodepoint(); do { correlationID = reader.readDssHeader(); int codePoint = reader.readLengthAndCodePoint(); ...
1,106,267
private void processCommands() throws DRDAProtocolException { DRDAStatement stmt = null; int updateCount = 0; boolean PRPSQLSTTfailed = false; boolean checkSecurityCodepoint = session.requiresSecurityCodepoint(); do { correlationID = reader.readDssHeader(); int codePoint = reader.readLengthAndCodePoint(); ...
private void processCommands() throws DRDAProtocolException { DRDAStatement stmt = null; int updateCount = 0; boolean PRPSQLSTTfailed = false; boolean checkSecurityCodepoint = session.requiresSecurityCodepoint(); do { correlationID = reader.readDssHeader(); int codePoint = reader.readLengthAndCodePoint(); ...
1,106,268
private Connection getConnection () throws SQLException { return new TestConnection ().createEmbeddedConnection(); }
private Connection getConnection () throws SQLException { return new TestConnection ().createEmbeddedConnection(); }
1,106,269
public static int getJDBCMajorVersion(Connection conn) { try { conn.getClass().getMethod("setSavepoint", null); return 3; } catch (NoSuchMethodException e) { return 2; } catch (NoClassDefFoundError e2) { return 2; } }
public static int getJDBCMajorVersion(Connection conn) { try { conn.getClass().getMethod("setSavepoint", null); return 3; } catch (NoSuchMethodException e) { return 2; } catch (NoClassDefFoundError e2) { return 2; } }
1,106,271
public void updatePersistedSurvey(HttpServletRequest request, SurveyForm sform) { Survey survey; HttpSession session = request.getSession(); if (sform.getSectionName() != null && !sform.getSectionName().equals("")) survey = addSectionToSurvey(request, sform); else { survey = (Survey) session.getAttribute(...
public boolean updatePersistedSurvey(HttpServletRequest request, SurveyForm sform) { Survey survey; HttpSession session = request.getSession(); if (sform.getSectionName() != null && !sform.getSectionName().equals("")) survey = addSectionToSurvey(request, sform); else { survey = (Survey) session.getAttribu...
1,106,278
public void updatePersistedSurvey(HttpServletRequest request, SurveyForm sform) { Survey survey; HttpSession session = request.getSession(); if (sform.getSectionName() != null && !sform.getSectionName().equals("")) survey = addSectionToSurvey(request, sform); else { survey = (Survey) session.getAttribute(...
public void updatePersistedSurvey(HttpServletRequest request, SurveyForm sform) { Survey survey; HttpSession session = request.getSession(); if (sform.getSectionName() != null && !sform.getSectionName().equals("")) survey = addSectionToSurvey(request, sform); else { survey = (Survey) session.getAttribute(...
1,106,279
public int read() throws java.io.IOException { int oneChar = reader_.read(); ++charsRead_; if (oneChar != -1) // if not eos { return 0x00ff & oneChar; } else { return -1; // end of stream } }
public int read() throws java.io.IOException { int oneChar = reader_.read(); ++charsRead_; if (oneChar != -1) // if not eos { if(oneChar <= 0x00ff) return oneChar; else return 0x003f; } else { return -1; // end of stream } }
1,106,282
private void readAndSetExtParam( int i, DRDAStatement stmt, int drdaType, int extLen) throws DRDAProtocolException, SQLException { PreparedStatement ps = stmt.getPreparedStatement(); drdaType = (drdaType & 0x000000ff); // need unsigned value boolean checkNullability = false; if (sqlamLevel >= MGR...
private void readAndSetExtParam( int i, DRDAStatement stmt, int drdaType, int extLen) throws DRDAProtocolException, SQLException { PreparedStatement ps = stmt.getPreparedStatement(); drdaType = (drdaType & 0x000000ff); // need unsigned value boolean checkNullability = false; if (sqlamLevel >= MGR...
1,106,283
void initConnections() { for (int ictr = 0; ictr < numConnections; ictr++) { try { connEnv[ictr].init(out); } catch (SQLException s) { JDBCDisplayUtil.ShowException(out, s); // will continue past connect failure } catch (ClassNotFoundException c) { JDBCDisplayUtil.ShowException(out, c); // will contin...
public void initConnections() { for (int ictr = 0; ictr < numConnections; ictr++) { try { connEnv[ictr].init(out); } catch (SQLException s) { JDBCDisplayUtil.ShowException(out, s); // will continue past connect failure } catch (ClassNotFoundException c) { JDBCDisplayUtil.ShowException(out, c); // will...
1,106,284
public NoPutResultSet materializeResultSetIfPossible(NoPutResultSet rs) throws StandardException { rs.openCore(); Vector rowCache = new Vector(); ExecRow aRow; int cacheSize = 0; FormatableBitSet toClone = null; int maxMemoryPerTable = getLanguageConnectionContext().getOptimizerFactory().getMaxMemoryPerTable();...
public NoPutResultSet materializeResultSetIfPossible(NoPutResultSet rs) throws StandardException { rs.openCore(); Vector rowCache = new Vector(); ExecRow aRow; int cacheSize = 0; FormatableBitSet toClone = null; int maxMemoryPerTable = getLanguageConnectionContext().getOptimizerFactory().getMaxMemoryPerTable();...
1,106,285
public void addStatementEventListener(StatementEventListener listener){ throw new java.lang.UnsupportedOperationException(); }
public void addStatementEventListener(StatementEventListener listener){ if (logWriter_ != null) { logWriter_.traceEntry(this, "addStatementEventListener", listener); } statementEventListeners.addElement(listener); }
1,106,286
public void removeStatementEventListener(StatementEventListener listener){ throw new java.lang.UnsupportedOperationException(); }
public void removeStatementEventListener(StatementEventListener listener){ if (logWriter_ != null) { logWriter_.traceEntry(this, "removeConnectionEventListener", listener); } statementEventListeners.removeElement(listener); }
1,106,287
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
1,106,288
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null); try ...
1,106,289
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, serviceName, null, null); try ...
1,106,290
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
1,106,291
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
1,106,292
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
public Object run() throws IOException, StandardException, InstantiationException, IllegalAccessException { WritableStorageFactory storageFactory = (W...
1,106,293
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
1,106,294
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
1,106,295
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
public Object run() throws StandardException, IOException, InstantiationException, IllegalAccessException { StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null); try ...
1,106,296