bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public void boot(boolean create, Properties properties) throws StandardException { if (SanityManager.DEBUG) { if (JVMInfo.JDK_ID < 2) SanityManager.THROWASSERT("expected JDK ID to be 2 - is " + JVMInfo.JDK_ID); } boolean provider_or_algo_specified = false; boolean storeProperties = create; String exte...
public void boot(boolean create, Properties properties) throws StandardException { if (SanityManager.DEBUG) { if (JVMInfo.JDK_ID < 2) SanityManager.THROWASSERT("expected JDK ID to be 2 - is " + JVMInfo.JDK_ID); } boolean provider_or_algo_specified = false; boolean storeProperties = create; String exte...
1,107,729
public CostEstimate optimizeIt( Optimizer optimizer, OptimizablePredicateList predList, CostEstimate outerCost, RowOrdering rowOrdering) throws StandardException { /* ** RESOLVE: Most types of Optimizables only implement estimateCost(), ** and leave it up to optimizeIt() in FromTable to fi...
public CostEstimate optimizeIt( Optimizer optimizer, OptimizablePredicateList predList, CostEstimate outerCost, RowOrdering rowOrdering) throws StandardException { /* ** RESOLVE: Most types of Optimizables only implement estimateCost(), ** and leave it up to optimizeIt() in FromTable to fi...
1,107,730
public void considerCost(Optimizable optimizable, OptimizablePredicateList predList, CostEstimate estimatedCost, CostEstimate outerCost) throws StandardException { /* ** Don't consider non-feasible join strategies. */ if ( ! optimizable.feasibleJoinStrategy(predList, this)) { return; } ...
public void considerCost(Optimizable optimizable, OptimizablePredicateList predList, CostEstimate estimatedCost, CostEstimate outerCost) throws StandardException { /* ** Don't consider non-feasible join strategies. */ if ( ! optimizable.feasibleJoinStrategy(predList, this)) { return; } ...
1,107,731
public void considerCost(Optimizable optimizable, OptimizablePredicateList predList, CostEstimate estimatedCost, CostEstimate outerCost) throws StandardException { /* ** Don't consider non-feasible join strategies. */ if ( ! optimizable.feasibleJoinStrategy(predList, this)) { return; } ...
public void considerCost(Optimizable optimizable, OptimizablePredicateList predList, CostEstimate estimatedCost, CostEstimate outerCost) throws StandardException { /* ** Don't consider non-feasible join strategies. */ if ( ! optimizable.feasibleJoinStrategy(predList, this)) { return; } ...
1,107,732
private void costBasedCostOptimizable(Optimizable optimizable, TableDescriptor td, ConglomerateDescriptor cd, OptimizablePredicateList predList, CostEstimate outerCost) throws StandardException { CostEstimate estimatedCost = estimateTotalCost(predList, cd, ...
private void costBasedCostOptimizable(Optimizable optimizable, TableDescriptor td, ConglomerateDescriptor cd, OptimizablePredicateList predList, CostEstimate outerCost) throws StandardException { CostEstimate estimatedCost = estimateTotalCost(predList, cd, ...
1,107,733
private void costBasedCostOptimizable(Optimizable optimizable, TableDescriptor td, ConglomerateDescriptor cd, OptimizablePredicateList predList, CostEstimate outerCost) throws StandardException { CostEstimate estimatedCost = estimateTotalCost(predList, cd, ...
private void costBasedCostOptimizable(Optimizable optimizable, TableDescriptor td, ConglomerateDescriptor cd, OptimizablePredicateList predList, CostEstimate outerCost) throws StandardException { CostEstimate estimatedCost = estimateTotalCost(predList, cd, ...
1,107,734
boolean completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark...
void completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark so...
1,107,735
boolean completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark...
boolean completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark...
1,107,736
boolean completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark...
boolean completeCompile(QueryTreeNode qt) throws StandardException { //if (finished) // throw StandardException.newException(SQLState.LANG_STATEMENT_CLOSED, "completeCompile()"); paramTypeDescriptors = qt.getParameterTypes(); //If the query references a SESSION schema table (temporary or permanent), then mark...
1,107,737
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
1,107,739
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
1,107,740
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
1,107,741
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
private static void largeUnionSelect(Connection con, String viewName, int numUnions) throws Exception { StringBuffer selectSQLBuffer = new StringBuffer("select * from t0 ") ; for (int i = 1; i < numUnions/100;i++) { selectSQLBuffer.append(" UNION ALL (SELECT * FROM " + viewName + ")"); } try { // R...
1,107,742
public static void main(String argv[]) throws Exception { Statement stmt = null; PreparedStatement pstmt = null; //int numUnions = 4000; //int numUnions = 2000; /* We still have problems with large queries. Passes at 4000. With size 5000 it gets "java.lang.VerifyError: (cla...
public static void main(String argv[]) throws Exception { Statement stmt = null; PreparedStatement pstmt = null; //int numUnions = 4000; //int numUnions = 2000; /* We still have problems with large queries. Passes at 4000. With size 5000 it gets "java.lang.VerifyError: (cla...
1,107,743
private static void bootDerby () throws SQLException { Properties attrs = new Properties(); attrs.setProperty("databaseName", makeDatabaseName()); attrs.setProperty("createDatabase", "create"); DataSource ds = TestUtil.getDataSource(attrs); try { Connection conn = ds.getConnection();...
private static void bootDerby () throws SQLException { Properties attrs = new Properties(); attrs.setProperty("databaseName", makeDatabaseName()); attrs.setProperty("createDatabase", "create"); DataSource ds = TestUtil.getDataSource(attrs); try { Connection conn = ds.getConnection();...
1,107,744
public <T> T createQueryObject(Class<T> ifc) throws SQLException{ throw Util.notImplemented(); }
public <T extends BaseQuery>T createQueryObject(Class<T> ifc) throws SQLException { throw Util.notImplemented(); }
1,107,757
private void doFullUpgrade(TransactionController tc, int fromMajorVersionNumber, String aid) throws StandardException { // Only supports upgrade from Derby 10.0 releases onwards if (fromMajorVersionNumber < DataDictionary.DD_VERSION_CS_10_0) { throw StandardException.newException(SQLState.UPGRADE_UNSUPPORTED, ...
private void doFullUpgrade(TransactionController tc, int fromMajorVersionNumber, String aid) throws StandardException { // Only supports upgrade from Derby 10.0 releases onwards if (fromMajorVersionNumber < DataDictionary.DD_VERSION_CS_10_0) { throw StandardException.newException(SQLState.UPGRADE_UNSUPPORTED, ...
1,107,760
public void executeConstantAction( Activation activation ) throws StandardException { TableDescriptor td; UUID toid; SchemaDescriptor schemaDescriptor; ColumnDescriptor columnDescriptor; ExecRow template; LanguageConnectionContext lcc = activation.getLanguageConnectionContext(); DataDictionar...
public void executeConstantAction( Activation activation ) throws StandardException { TableDescriptor td; UUID toid; SchemaDescriptor schemaDescriptor; ColumnDescriptor columnDescriptor; ExecRow template; LanguageConnectionContext lcc = activation.getLanguageConnectionContext(); DataDictionar...
1,107,761
protected void encryptContainer(BaseContainerHandle handle, String newFilePath) throws StandardException { BasePage page = null; StorageFile newFile = dataFactory.getStorageFactory().newStorageFile(newFilePath); try { long ...
protected void encryptContainer(BaseContainerHandle handle, String newFilePath) throws StandardException { BasePage page = null; StorageFile newFile = dataFactory.getStorageFactory().newStorageFile(newFilePath); try { long ...
1,107,763
private static int getPrecision(BigDecimal decimalValue) { if ((decimalValue == null) || decimalValue.equals(ZERO)) { return 0; } return getWholeDigits(decimalValue) + decimalValue.scale(); }
private static int getPrecision(BigDecimal decimalValue) { if ((decimalValue == null) || decimalValue.equals(ZERO)) { return 0; } return SQLDecimal.getWholeDigits(decimalValue) + decimalValue.scale(); }
1,107,765
private int getWholeDigits() { return getWholeDigits(getBigDecimal()); }
private int getWholeDigits() { return SQLDecimal.getWholeDigits(getBigDecimal()); }
1,107,766
ColumnTypeConversionException(LogWriter logWriter) { super(logWriter, "Invalid data conversion:" + " Wrong result column type for requested conversion."); }
ColumnTypeConversionException(LogWriter logWriter, String sourceType, String targetType) { super(logWriter, "Invalid data conversion:" + " Wrong result column type for requested conversion."); }
1,107,769
ColumnTypeConversionException(LogWriter logWriter) { super(logWriter, "Invalid data conversion:" + " Wrong result column type for requested conversion."); }
ColumnTypeConversionException(LogWriter logWriter) { super(logWriter, "Invalid data conversion:" + " Wrong result column type for requested conversion."); }
1,107,770
public void copyFields(ValueNode oldVN) { dataTypeServices = oldVN.getTypeServices(); typeId = oldVN.getTypeId(); }
public void copyFields(ValueNode oldVN) throws StandardException { dataTypeServices = oldVN.getTypeServices(); typeId = oldVN.getTypeId(); }
1,107,771
public TypeCompiler getTypeCompiler() { if (typeCompiler == null) { /* ** getTypeId() is overriddend by parameter node so ** don't get smart and remove the extra method call. */ typeCompiler = getTypeCompiler(getTypeId()); } return typeCompiler; }
public TypeCompiler getTypeCompiler() throws StandardException { if (typeCompiler == null) { /* ** getTypeId() is overriddend by parameter node so ** don't get smart and remove the extra method call. */ typeCompiler = getTypeCompiler(getTypeId()); } return typeCompiler; }
1,107,772
public TypeId getTypeId() { return typeId; }
public TypeId getTypeId() throws StandardException { return typeId; }
1,107,773
public DataTypeDescriptor getTypeServices() { return dataTypeServices; }
public DataTypeDescriptor getTypeServices() throws StandardException { return dataTypeServices; }
1,107,774
public void setType(DataTypeDescriptor dataTypeServices) { this.dataTypeServices = dataTypeServices; /* Get this now so we only have to cast it once */ if (dataTypeServices == null) typeId = null; else typeId = dataTypeServices.getTypeId(); // Clear the typeCompiler, just in case type has changed typeCompile...
public void setType(DataTypeDescriptor dataTypeServices) throws StandardException { this.dataTypeServices = dataTypeServices; /* Get this now so we only have to cast it once */ if (dataTypeServices == null) typeId = null; else typeId = dataTypeServices.getTypeId(); // Clear the typeCompiler, just in case type...
1,107,776
private void updateMaps(JBitSet[] tableColMap, boolean[] eqOuterCols, int[] tableNumbers, int tableNumber, int resultTable, ValueNode arg1, ValueNode arg2) throws StandardException { /* arg2 is a column from our table. This * is a good = for both All tables and Outer arrays * if the right side is a constant...
private void updateMaps(JBitSet[] tableColMap, boolean[] eqOuterCols, int[] tableNumbers, int tableNumber, int resultTable, ValueNode arg1, ValueNode arg2) throws StandardException { /* arg2 is a column from our table. This * is a good = for both All tables and Outer arrays * if the right side is a constant...
1,107,777
public static void pmap(short in, short[] inout, short[] out) { inout[0] += 6; out[0] = 77; }
public static void pmap(short in, short[] inout, short[] out) { inout[0] += 6; out[0] = 77; }
1,107,778
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
1,107,779
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
1,107,780
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
1,107,781
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
1,107,782
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
boolean executeStatement(Activation a, boolean executeQuery, boolean executeUpdate) throws SQLException { // we don't differentiate the update from the resultset case. // so, there could be a result set. // note: the statement interface will paste together // an activation a...
1,107,783
private boolean processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) contin...
private int processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) continue; ...
1,107,784
private boolean processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) contin...
private boolean processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) contin...
1,107,785
private boolean processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) contin...
private boolean processDynamicResults(java.sql.ResultSet[][] holder, int maxDynamicResultSets) throws SQLException { EmbedResultSet[] sorted = new EmbedResultSet[holder.length]; int actualCount = 0; for (int i = 0; i < holder.length; i++) { java.sql.ResultSet[] param = holder[i]; if (param[0] == null) contin...
1,107,786
public Properties getClientInfo() throws SQLException { throw SQLExceptionFactory.notImplemented("getClientInfo()"); }
public Properties getClientInfo() throws SQLException { checkForNullPhysicalConnection(); return physicalConnection_.getClientInfo(); }
1,107,787
public void setClientInfo(Properties properties) throws ClientInfoException { SQLException sqle = SQLExceptionFactory.notImplemented("setClientInfo(Properties)"); throw new ClientInfoException(sqle.getMessage(), sqle.getSQLState(), ...
public void setClientInfo(Properties properties) throws ClientInfoException { SQLException sqle = SQLExceptionFactory.notImplemented("setClientInfo(Properties)"); throw new ClientInfoException(sqle.getMessage(), sqle.getSQLState(), ...
1,107,788
private static String replaceSystemHome(String origString) { int offset = origString.indexOf(DERBY_SYSTEM_HOME); if (offset == -1) return origString; else return origString.substring(0,offset) + "[DERBY_SYSTEM_HOME]"+ origString.substring(offset + DERBY_SYSTEM_HOME.length()); }
private static String replaceSystemHome(String origString) { String replaceString = DERBY_SYSTEM_HOME + File.separator; int offset = origString.indexOf(replaceString); if (offset == -1) return origString; else return origString.substring(0,offset) + "[DERBY_SYSTEM_HOME]"+ origString.substring(offset + DERBY_...
1,107,790
private static String replaceSystemHome(String origString) { int offset = origString.indexOf(DERBY_SYSTEM_HOME); if (offset == -1) return origString; else return origString.substring(0,offset) + "[DERBY_SYSTEM_HOME]"+ origString.substring(offset + DERBY_SYSTEM_HOME.length()); }
private static String replaceSystemHome(String origString) { int offset = origString.indexOf(DERBY_SYSTEM_HOME); if (offset == -1) return origString; else return origString.substring(0,offset) + "[DERBY_SYSTEM_HOME]"+ origString.substring(offset + DERBY_SYSTEM_HOME.length()); }
1,107,791
public Array createArray(String typeName, Object[] elements) throws SQLException { throw Util.notImplemented(); }
public Array createArray(String typeName, Object[] elements) throws SQLException { throw Util.notImplemented(); }
1,107,792
public NClob createNClob() throws SQLException{ throw Util.notImplemented(); }
public NClob createNClob() throws SQLException{ try { return getRealConnection().createNClob(); } catch (SQLException sqle) { notifyException(sqle); throw sqle; } }
1,107,793
public SQLXML createSQLXML() throws SQLException{ throw Util.notImplemented(); }
public SQLXML createSQLXML() throws SQLException{ try { return getRealConnection().createSQLXML (); } catch (SQLException sqle) { notifyException(sqle); throw sqle; } }
1,107,794
public Struct createStruct(String typeName, Object[] attributes) throws SQLException { throw Util.notImplemented(); }
public Struct createStruct(String typeName, Object[] attributes) throws SQLException { throw Util.notImplemented(); }
1,107,795
int getJDBCLevel() { return 4;}
final int getJDBCLevel() { return 4;}
1,107,796
public java.util.Map<String,Class<?>> getTypeMap() throws SQLException { try { return getRealConnection().getTypeMap(); } catch (SQLException se) { notifyException(se); throw se; } }
public final java.util.Map<String,Class<?>> getTypeMap() throws SQLException { try { return getRealConnection().getTypeMap(); } catch (SQLException se) { notifyException(se); throw se; } }
1,107,797
public boolean isWrapperFor(Class<?> interfaces) throws SQLException { checkIfClosed(); return interfaces.isInstance(this); }
public final boolean isWrapperFor(Class<?> interfaces) throws SQLException { checkIfClosed(); return interfaces.isInstance(this); }
1,107,798
public BrokeredStatement newBrokeredStatement (BrokeredStatementControl statementControl) throws SQLException { return new BrokeredStatement40(statementControl, getJDBCLevel()); }
public final BrokeredStatement newBrokeredStatement (BrokeredStatementControl statementControl) throws SQLException { return new BrokeredStatement40(statementControl, getJDBCLevel()); }
1,107,799
public BrokeredStatement newBrokeredStatement (BrokeredStatementControl statementControl) throws SQLException { return new BrokeredStatement40(statementControl, getJDBCLevel()); }
public BrokeredStatement newBrokeredStatement (BrokeredStatementControl statementControl) throws SQLException { try { return new BrokeredStatement40(statementControl, getJDBCLevel()); } catch (SQLException sqle) { notifyException(sqle); throw sqle; } }
1,107,800
public <T> T unwrap(java.lang.Class<T> interfaces) throws SQLException{ checkIfClosed(); //Derby does not implement non-standard methods on //JDBC objects try { return interfaces.cast(this); } catch (ClassCastException cce) { thro...
public final <T> T unwrap(java.lang.Class<T> interfaces) throws SQLException{ checkIfClosed(); //Derby does not implement non-standard methods on //JDBC objects try { return interfaces.cast(this); } catch (ClassCastException cce) { ...
1,107,801
private static void jira428Test(Connection conn) throws Exception { Statement stmt = conn.createStatement(); PreparedStatement ps ; try { stmt.execute("drop table jira428"); } catch (Throwable t) { } stmt.execute("create table jira428 (i integer)"); boolean savedAutoComm...
private static void jira428Test(Connection conn) throws Exception { Statement stmt = conn.createStatement(); PreparedStatement ps ; try { stmt.execute("drop table jira428"); } catch (Throwable t) { } stmt.execute("create table jira428 (i integer)"); boolean savedAutoComm...
1,107,802
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,107,803
public DateTimeDataValue getTimestamp( DataValueDescriptor date, DataValueDescriptor time) throws StandardException { return new SQLTimestamp( date, time); }
public DateTimeDataValue getTimestamp( DataValueDescriptor operand) throws StandardException { return new SQLTimestamp( date, time); }
1,107,805
public DateTimeDataValue getTimestamp( DataValueDescriptor date, DataValueDescriptor time) throws StandardException { return new SQLTimestamp( date, time); }
public DateTimeDataValue getTimestamp( DataValueDescriptor date, DataValueDescriptor time) throws StandardException { return SQLTimestamp.computeTimestampFunction( operand, this); }
1,107,806
public ReaderToUTF8Stream(Reader appReader, int valueLength,int numCharsToTruncate) { this.reader = new LimitReader(appReader); reader.setLimit(valueLength); buffer = new byte[BUFSIZE]; blen = -1; this.charsToTruncate = numCharsToTruncate; this.valueLength = valueLeng...
public ReaderToUTF8Stream(Reader appReader, int valueLength,int numCharsToTruncate) { this.reader = new LimitReader(appReader); if (valueLength != UNKNOWN_LENGTH) { reader.setLimit(valueLength); } if (SanityManager.DEBUG && valueLength == UNKNOWN_LENGTH) { SanityManager.ASSERT(numCharsToTruncate == 0...
1,107,807
private static SQLException newEmbedSQLException(String messageId, Object[] args, SQLException next, int severity, Throwable t) { return new EmbedSQLException( MessageService.getCompleteMessage(messageId, args), messageId, next, severity, t, args); }
private static SQLException newEmbedSQLException(String messageId, Object[] args, SQLException next, int severity, Throwable t) { return new EmbedSQLException( MessageService.getCompleteMessage(messageId, args), messageId, next, severity, t, args); }
1,107,808
public void setUp() throws SQLException { XADataSource xadatasource = getXADataSource(); ConnectionPoolDataSource cpds = getConnectionPoolDataSource(); pooledConnection = cpds.getPooledConnection(); xaconnection = xadatasource.getXAConnection(); //register this class as a ...
public void setUp() throws SQLException { XADataSource xadatasource = getXADataSource(); ConnectionPoolDataSource cpds = getConnectionPoolDataSource(); pooledConnection = cpds.getPooledConnection(); xaconnection = xadatasource.getXAConnection(); //register this class as a ...
1,107,809
public void doTag(final XMLOutput output) throws Exception { log.debug( "Trying to invoke target: " + name ); // attain the goal and throw up any exception to be caught by parent tags getGoal(name).attain(); }
public void doTag(final XMLOutput output) throws Exception { log.debug( "Trying to invoke target: " + name ); // attain the goal and throw up any exception to be caught by parent tags getProject().attainGoal(name); }
1,107,810
protected void doTest() { try { createTestDatabase(); // Don't let error stream ruin the diff. System.err.close(); // The only test we need to run is the one for // Network Server; see functionTests/tools/ // dblook_test.java. runTest(3, testDBName, testDBName + "_new"); } catch (Exception e) { Syste...
protected void doTest() { try { createTestDatabase(dbCreationScript_1); // Don't let error stream ruin the diff. System.err.close(); // The only test we need to run is the one for // Network Server; see functionTests/tools/ // dblook_test.java. runTest(3, testDBName, testDBName + "_new"); } catch (Exce...
1,107,811
public String getUniqueConnectionName() { int newNum = 0; boolean newConnectionNameOk = false; String newConnectionName = ""; Enumeration enum; while (!newConnectionNameOk){ newConnectionName = Session.DEFAULT_NAME + newNum; newConnectionNameOk = true; enum = sessions.keys(); while ...
public String getUniqueConnectionName() { int newNum = 0; boolean newConnectionNameOk = false; String newConnectionName = ""; Enumeration e; while (!newConnectionNameOk){ newConnectionName = Session.DEFAULT_NAME + newNum; newConnectionNameOk = true; enum = sessions.keys(); while (en...
1,107,813
public String getUniqueConnectionName() { int newNum = 0; boolean newConnectionNameOk = false; String newConnectionName = ""; Enumeration enum; while (!newConnectionNameOk){ newConnectionName = Session.DEFAULT_NAME + newNum; newConnectionNameOk = true; enum = sessions.keys(); while ...
public String getUniqueConnectionName() { int newNum = 0; boolean newConnectionNameOk = false; String newConnectionName = ""; Enumeration enum; while (!newConnectionNameOk){ newConnectionName = Session.DEFAULT_NAME + newNum; newConnectionNameOk = true; enum = sessions.keys(); while ...
1,107,814
protected void bind(DDLStatementNode ddlNode, DataDictionary dd) throws StandardException { super.bind(ddlNode, dd); refTableSd = getSchemaDescriptor(refTableName.getSchemaName()); if (refTableSd.isSystemSchema()) { throw StandardException.newException(SQLState.LANG_NO_FK_ON_SYSTEM_SCHEMA); } // check the refe...
protected void bind(DDLStatementNode ddlNode, DataDictionary dd) throws StandardException { super.bind(ddlNode, dd); refTableSd = getSchemaDescriptor(refTableName.getSchemaName()); if (refTableSd.isSystemSchema()) { throw StandardException.newException(SQLState.LANG_NO_FK_ON_SYSTEM_SCHEMA); } // check the refe...
1,107,815
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,107,818
public void check(){ Enumeration enum = attributes.elements(); while (enum.hasMoreElements()) { AttributeHolder anAttribute = (AttributeHolder)enum.nextElement(); //The check for duplicate must be done at the URLCheck level //and not by each specific attribute. Only URLCheck knowns about //...
public void check(){ Enumeration enum = attributes.elements(); while (enum.hasMoreElements()) { AttributeHolder anAttribute = (AttributeHolder)enum.nextElement(); //The check for duplicate must be done at the URLCheck level //and not by each specific attribute. Only URLCheck knowns about //...
1,107,819
public ExecIndexRow buildEmptyIndexRow( int indexNumber, RowLocation rowLocation) throws StandardException { if (SanityManager.DEBUG) checkIndexNumber(indexNumber); /* Build the row */ ExecIndexRow row = getExecutionFactory().getIndexableRow(2); /* 1st column is TABLEID (char(36)) */ row.setColumn...
public ExecIndexRow buildEmptyIndexRow( int indexNumber, RowLocation rowLocation) throws StandardException { if (SanityManager.DEBUG) checkIndexNumber(indexNumber); /* Build the row */ ExecIndexRow row = getExecutionFactory().getIndexableRow(2); /* 1st column is TABLEID (char(36)) */ row.setColumn...
1,107,823
public short getShort(int column) throws SQLException { switch (column) { case 2: // COLUMN_TYPE: return (short) (procedure.getParameterModes()[paramCursor]); case 3: // DATA_TYPE: if (sqlType != null) return (short)sqlType.getJDBCTypeId(); els...
public short getShort(int column) throws SQLException { switch (column) { case 2: // COLUMN_TYPE: return columnType; case 3: // DATA_TYPE: if (sqlType != null) return (short)sqlType.getJDBCTypeId(); else return (short) java.s...
1,107,826
public short getShort(int column) throws SQLException { switch (column) { case 2: // COLUMN_TYPE: return (short) (procedure.getParameterModes()[paramCursor]); case 3: // DATA_TYPE: if (sqlType != null) return (short)sqlType.getJDBCTypeId(); els...
public short getShort(int column) throws SQLException { switch (column) { case 2: // COLUMN_TYPE: return (short) (procedure.getParameterModes()[paramCursor]); case 3: // DATA_TYPE: if (sqlType != null) return (short)sqlType.getJDBCTypeId(); els...
1,107,827
public String getString(int column) throws SQLException { switch (column) { case 1: // COLUMN_NAME: return procedure.getParameterNames()[paramCursor]; case 4: //_TYPE_NAME: return sqlType.getTypeName(); case 10: // REMARKS: return null; ...
public String getString(int column) throws SQLException { switch (column) { case 1: // COLUMN_NAME: return columnName; case 4: //_TYPE_NAME: return sqlType.getTypeName(); case 10: // REMARKS: return null; default: retur...
1,107,828
public boolean next() throws SQLException { if (++paramCursor >= procedure.getParameterCount()) return false; sqlType = procedure.getParameterTypes()[paramCursor]; param_number = (short) paramCursor; return true; }
public boolean next() throws SQLException { if (++paramCursor >= procedure.getParameterCount()) return false; if (paramCursor > -1) { sqlType = procedure.getParameterTypes()[paramCursor]; columnName = procedure.getParameterNames()[paramCursor]; columnType = (short)translate(procedure.getParameterModes(...
1,107,829
protected PreparedStatement getPreparedStatement() { return ps; }
protected PreparedStatement getPreparedStatement() throws SQLException { return ps; }
1,107,830
protected PreparedStatement getPreparedStatement() { return ps; }
protected PreparedStatement getPreparedStatement() { if (ps instanceof BrokeredPreparedStatement) return (PreparedStatement)( ((BrokeredPreparedStatement) ps).getStatement()); else return ps; }
1,107,831
protected int getResultSetHoldability() throws SQLException { Statement rsstmt = null; ResultSet rs = getResultSet(); int holdValue = -1; if (rs != null) rsstmt = rs.getStatement(); else rsstmt = getPreparedStatement(); Class[] getResultSetHoldabilityParam = {}; try { Method sh = rsstmt.getClass(...
protected int getResultSetHoldability() throws SQLException { Statement rsstmt = null; ResultSet rs = getResultSet(); int holdValue = -1; if (rs != null) rsstmt = rs.getStatement(); else rsstmt = getPreparedStatement(); Class[] getResultSetHoldabilityParam = {}; try { Method sh = rsstmt.getClass(...
1,107,832
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,835
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,836
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,837
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,838
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,839
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
private String findMatch(FillForm fillForm, HttpSession session, ArrayList<String> commands) { String nextPos = null; Iterator iter = commands.iterator(); while (iter.hasNext() && nextPos == null) { // StringTokenizer st = new StringTokenizer((String) iter.next(), " "); LineParser st = new LineParser((String)...
1,107,840
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
1,107,841
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
1,107,842
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
public FlowManageDTO getNextStep(FillForm fillForm, HttpSession session) { FlowManageDTO flowDTO = null; Survey survey = (Survey) session.getAttribute("CurrentClientSurvey"); Section section = (Section) session.getAttribute("CurrentClientSection"); String quotaScript = section.getQuotaMgmtScript(); String flowScr...
1,107,843
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
1,107,844
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) > (bytes.length - offset)) { tr...
1,107,845
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (! lastSegment) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) > (...
1,107,846
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. try { // Mark current DSS as cont...
1,107,847
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
1,107,848
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
1,107,849
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
1,107,850
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
protected int flushScalarStreamSegment (int leftToRead, int bytesToRead) throws DRDAProtocolException { int newBytesToRead = bytesToRead; // either at end of data, end of dss segment, or both. if (leftToRead != 0) { // 32k segment filled and not at end of data. if ((Math.min (2 + leftToRead, 32767)) >...
1,107,851
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
private int prepScalarStream( boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,853
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,854
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int nullIndicatorSize = 0; if (writeNullByte) null...
1,107,855
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,856
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,857
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,858
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,859
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,860
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
protected int prepScalarStream (boolean chainedWithSameCorrelator, int codePoint, boolean writeNullByte, int leftToRead) throws DRDAProtocolException { int extendedLengthByteCount; int nullIndicatorSize = 0; ...
1,107,861