You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/08/25 06:29:36 UTC

svn commit: r436644 [3/6] - /incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Array.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Array.java?rev=436644&r1=436643&r2=436644&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Array.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Array.java Thu Aug 24 21:29:34 2006
@@ -1,79 +1,79 @@
-/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *     http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.harmony.sql.tests.java.sql;
-
-import java.sql.Array;
-import java.sql.ResultSet;
-import java.util.Map;
-
-public class Impl_Array implements Array {
-
-	public Impl_Array() {
-		super();
-	} // end constructor
-
-	public String getBaseTypeName() {
-
-		return null;
-	} // end method getBaseTypeName
-
-	public int getBaseType() {
-
-		return 2000135303;
-	} // end method getBaseType
-
-	public Object getArray() {
-
-		return null;
-	} // end method getArray
-
-	public Object getArray(Map parm1) {
-
-		return null;
-	} // end method getArray
-
-	public Object getArray(long parm1, int parm2) {
-
-		return null;
-	} // end method getArray
-
-	public Object getArray(long parm1, int parm2, Map parm3) {
-
-		return null;
-	} // end method getArray
-
-	public ResultSet getResultSet() {
-
-		return null;
-	} // end method getResultSet
-
-	public ResultSet getResultSet(Map parm1) {
-
-		return null;
-	} // end method getResultSet
-
-	public ResultSet getResultSet(long parm1, int parm2) {
-
-		return null;
-	} // end method getResultSet
-
-	public ResultSet getResultSet(long parm1, int parm2, Map parm3) {
-
-		return null;
-	} // end method getResultSet
-
-} // end class ArrayTest
-
+/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.harmony.sql.tests.java.sql;
+
+import java.sql.Array;
+import java.sql.ResultSet;
+import java.util.Map;
+
+public class Impl_Array implements Array {
+
+	public Impl_Array() {
+		super();
+	} // end constructor
+
+	public String getBaseTypeName() {
+
+		return null;
+	} // end method getBaseTypeName
+
+	public int getBaseType() {
+
+		return 2000135303;
+	} // end method getBaseType
+
+	public Object getArray() {
+
+		return null;
+	} // end method getArray
+
+	public Object getArray(Map parm1) {
+
+		return null;
+	} // end method getArray
+
+	public Object getArray(long parm1, int parm2) {
+
+		return null;
+	} // end method getArray
+
+	public Object getArray(long parm1, int parm2, Map parm3) {
+
+		return null;
+	} // end method getArray
+
+	public ResultSet getResultSet() {
+
+		return null;
+	} // end method getResultSet
+
+	public ResultSet getResultSet(Map parm1) {
+
+		return null;
+	} // end method getResultSet
+
+	public ResultSet getResultSet(long parm1, int parm2) {
+
+		return null;
+	} // end method getResultSet
+
+	public ResultSet getResultSet(long parm1, int parm2, Map parm3) {
+
+		return null;
+	} // end method getResultSet
+
+} // end class ArrayTest
+

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Array.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Connection.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Connection.java?rev=436644&r1=436643&r2=436644&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Connection.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Connection.java Thu Aug 24 21:29:34 2006
@@ -1,204 +1,204 @@
-/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *     http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.harmony.sql.tests.java.sql;
-
-import java.sql.CallableStatement;
-import java.sql.Connection;
-import java.sql.DatabaseMetaData;
-import java.sql.PreparedStatement;
-import java.sql.SQLWarning;
-import java.sql.Savepoint;
-import java.sql.Statement;
-import java.util.Map;
-
-public class Impl_Connection implements Connection {
-
-	public Impl_Connection() {
-		super();
-	} // end constructor
-
-	public Statement createStatement() {
-
-		return null;
-	} // end method createStatement
-
-	public PreparedStatement prepareStatement(String parm1) {
-
-		return null;
-	} // end method prepareStatement
-
-	public CallableStatement prepareCall(String parm1) {
-
-		return null;
-	} // end method prepareCall
-
-	public String nativeSQL(String parm1) {
-
-		return null;
-	} // end method nativeSQL
-
-	public void setAutoCommit(boolean parm1) {
-
-	} // end method setAutoCommit
-
-	public boolean getAutoCommit() {
-
-		return false;
-	} // end method getAutoCommit
-
-	public void commit() {
-
-	} // end method commit
-
-	public void rollback() {
-
-	} // end method rollback
-
-	public void close() {
-
-	} // end method close
-
-	public boolean isClosed() {
-
-		return false;
-	} // end method isClosed
-
-	public DatabaseMetaData getMetaData() {
-
-		return null;
-	} // end method getMetaData
-
-	public void setReadOnly(boolean parm1) {
-
-	} // end method setReadOnly
-
-	public boolean isReadOnly() {
-
-		return true;
-	} // end method isReadOnly
-
-	public void setCatalog(String parm1) {
-
-	} // end method setCatalog
-
-	public String getCatalog() {
-
-		return null;
-	} // end method getCatalog
-
-	public void setTransactionIsolation(int parm1) {
-
-	} // end method setTransactionIsolation
-
-	public int getTransactionIsolation() {
-
-		return -1980410800;
-	} // end method getTransactionIsolation
-
-	public SQLWarning getWarnings() {
-
-		return null;
-	} // end method getWarnings
-
-	public void clearWarnings() {
-
-	} // end method clearWarnings
-
-	public Statement createStatement(int parm1, int parm2) {
-
-		return null;
-	} // end method createStatement
-
-	public PreparedStatement prepareStatement(String parm1, int parm2, int parm3) {
-
-		return null;
-	} // end method prepareStatement
-
-	public CallableStatement prepareCall(String parm1, int parm2, int parm3) {
-
-		return null;
-	} // end method prepareCall
-
-	public Map getTypeMap() {
-
-		return null;
-	} // end method getTypeMap
-
-	public void setTypeMap(Map parm1) {
-
-	} // end method setTypeMap
-
-	public void setHoldability(int parm1) {
-
-	} // end method setHoldability
-
-	public int getHoldability() {
-
-		return 632720050;
-	} // end method getHoldability
-
-	public Savepoint setSavepoint() {
-
-		return null;
-	} // end method setSavepoint
-
-	public Savepoint setSavepoint(String parm1) {
-
-		return null;
-	} // end method setSavepoint
-
-	public void rollback(Savepoint parm1) {
-
-	} // end method rollback
-
-	public void releaseSavepoint(Savepoint parm1) {
-
-	} // end method releaseSavepoint
-
-	public Statement createStatement(int parm1, int parm2, int parm3) {
-
-		return null;
-	} // end method createStatement
-
-	public PreparedStatement prepareStatement(String parm1, int parm2,
-			int parm3, int parm4) {
-
-		return null;
-	} // end method prepareStatement
-
-	public CallableStatement prepareCall(String parm1, int parm2, int parm3,
-			int parm4) {
-
-		return null;
-	} // end method prepareCall
-
-	public PreparedStatement prepareStatement(String parm1, int parm2) {
-
-		return null;
-	} // end method prepareStatement
-
-	public PreparedStatement prepareStatement(String parm1, int[] parm2) {
-
-		return null;
-	} // end method prepareStatement
-
-	public PreparedStatement prepareStatement(String parm1, String[] parm2) {
-
-		return null;
-	} // end method prepareStatement
-
-} // end class ConnectionTest
-
+/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.harmony.sql.tests.java.sql;
+
+import java.sql.CallableStatement;
+import java.sql.Connection;
+import java.sql.DatabaseMetaData;
+import java.sql.PreparedStatement;
+import java.sql.SQLWarning;
+import java.sql.Savepoint;
+import java.sql.Statement;
+import java.util.Map;
+
+public class Impl_Connection implements Connection {
+
+	public Impl_Connection() {
+		super();
+	} // end constructor
+
+	public Statement createStatement() {
+
+		return null;
+	} // end method createStatement
+
+	public PreparedStatement prepareStatement(String parm1) {
+
+		return null;
+	} // end method prepareStatement
+
+	public CallableStatement prepareCall(String parm1) {
+
+		return null;
+	} // end method prepareCall
+
+	public String nativeSQL(String parm1) {
+
+		return null;
+	} // end method nativeSQL
+
+	public void setAutoCommit(boolean parm1) {
+
+	} // end method setAutoCommit
+
+	public boolean getAutoCommit() {
+
+		return false;
+	} // end method getAutoCommit
+
+	public void commit() {
+
+	} // end method commit
+
+	public void rollback() {
+
+	} // end method rollback
+
+	public void close() {
+
+	} // end method close
+
+	public boolean isClosed() {
+
+		return false;
+	} // end method isClosed
+
+	public DatabaseMetaData getMetaData() {
+
+		return null;
+	} // end method getMetaData
+
+	public void setReadOnly(boolean parm1) {
+
+	} // end method setReadOnly
+
+	public boolean isReadOnly() {
+
+		return true;
+	} // end method isReadOnly
+
+	public void setCatalog(String parm1) {
+
+	} // end method setCatalog
+
+	public String getCatalog() {
+
+		return null;
+	} // end method getCatalog
+
+	public void setTransactionIsolation(int parm1) {
+
+	} // end method setTransactionIsolation
+
+	public int getTransactionIsolation() {
+
+		return -1980410800;
+	} // end method getTransactionIsolation
+
+	public SQLWarning getWarnings() {
+
+		return null;
+	} // end method getWarnings
+
+	public void clearWarnings() {
+
+	} // end method clearWarnings
+
+	public Statement createStatement(int parm1, int parm2) {
+
+		return null;
+	} // end method createStatement
+
+	public PreparedStatement prepareStatement(String parm1, int parm2, int parm3) {
+
+		return null;
+	} // end method prepareStatement
+
+	public CallableStatement prepareCall(String parm1, int parm2, int parm3) {
+
+		return null;
+	} // end method prepareCall
+
+	public Map getTypeMap() {
+
+		return null;
+	} // end method getTypeMap
+
+	public void setTypeMap(Map parm1) {
+
+	} // end method setTypeMap
+
+	public void setHoldability(int parm1) {
+
+	} // end method setHoldability
+
+	public int getHoldability() {
+
+		return 632720050;
+	} // end method getHoldability
+
+	public Savepoint setSavepoint() {
+
+		return null;
+	} // end method setSavepoint
+
+	public Savepoint setSavepoint(String parm1) {
+
+		return null;
+	} // end method setSavepoint
+
+	public void rollback(Savepoint parm1) {
+
+	} // end method rollback
+
+	public void releaseSavepoint(Savepoint parm1) {
+
+	} // end method releaseSavepoint
+
+	public Statement createStatement(int parm1, int parm2, int parm3) {
+
+		return null;
+	} // end method createStatement
+
+	public PreparedStatement prepareStatement(String parm1, int parm2,
+			int parm3, int parm4) {
+
+		return null;
+	} // end method prepareStatement
+
+	public CallableStatement prepareCall(String parm1, int parm2, int parm3,
+			int parm4) {
+
+		return null;
+	} // end method prepareCall
+
+	public PreparedStatement prepareStatement(String parm1, int parm2) {
+
+		return null;
+	} // end method prepareStatement
+
+	public PreparedStatement prepareStatement(String parm1, int[] parm2) {
+
+		return null;
+	} // end method prepareStatement
+
+	public PreparedStatement prepareStatement(String parm1, String[] parm2) {
+
+		return null;
+	} // end method prepareStatement
+
+} // end class ConnectionTest
+

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_Connection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_DatabaseMetaData.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_DatabaseMetaData.java?rev=436644&r1=436643&r2=436644&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_DatabaseMetaData.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_DatabaseMetaData.java Thu Aug 24 21:29:34 2006
@@ -1,862 +1,862 @@
-/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *     http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.harmony.sql.tests.java.sql;
-
-import java.sql.Connection;
-import java.sql.DatabaseMetaData;
-import java.sql.ResultSet;
-
-public class Impl_DatabaseMetaData implements DatabaseMetaData {
-
-	public Impl_DatabaseMetaData() {
-		super();
-	} // end constructor
-
-	public boolean allProceduresAreCallable() {
-
-		return true;
-	} // end method allProceduresAreCallable
-
-	public boolean allTablesAreSelectable() {
-
-		return true;
-	} // end method allTablesAreSelectable
-
-	public String getURL() {
-
-		return null;
-	} // end method getURL
-
-	public String getUserName() {
-
-		return null;
-	} // end method getUserName
-
-	public boolean isReadOnly() {
-
-		return true;
-	} // end method isReadOnly
-
-	public boolean nullsAreSortedHigh() {
-
-		return false;
-	} // end method nullsAreSortedHigh
-
-	public boolean nullsAreSortedLow() {
-
-		return false;
-	} // end method nullsAreSortedLow
-
-	public boolean nullsAreSortedAtStart() {
-
-		return true;
-	} // end method nullsAreSortedAtStart
-
-	public boolean nullsAreSortedAtEnd() {
-
-		return true;
-	} // end method nullsAreSortedAtEnd
-
-	public String getDatabaseProductName() {
-
-		return null;
-	} // end method getDatabaseProductName
-
-	public String getDatabaseProductVersion() {
-
-		return null;
-	} // end method getDatabaseProductVersion
-
-	public String getDriverName() {
-
-		return null;
-	} // end method getDriverName
-
-	public String getDriverVersion() {
-
-		return null;
-	} // end method getDriverVersion
-
-	public int getDriverMajorVersion() {
-
-		return 61603206;
-	} // end method getDriverMajorVersion
-
-	public int getDriverMinorVersion() {
-
-		return 833369254;
-	} // end method getDriverMinorVersion
-
-	public boolean usesLocalFiles() {
-
-		return false;
-	} // end method usesLocalFiles
-
-	public boolean usesLocalFilePerTable() {
-
-		return false;
-	} // end method usesLocalFilePerTable
-
-	public boolean supportsMixedCaseIdentifiers() {
-
-		return false;
-	} // end method supportsMixedCaseIdentifiers
-
-	public boolean storesUpperCaseIdentifiers() {
-
-		return false;
-	} // end method storesUpperCaseIdentifiers
-
-	public boolean storesLowerCaseIdentifiers() {
-
-		return true;
-	} // end method storesLowerCaseIdentifiers
-
-	public boolean storesMixedCaseIdentifiers() {
-
-		return true;
-	} // end method storesMixedCaseIdentifiers
-
-	public boolean supportsMixedCaseQuotedIdentifiers() {
-
-		return true;
-	} // end method supportsMixedCaseQuotedIdentifiers
-
-	public boolean storesUpperCaseQuotedIdentifiers() {
-
-		return true;
-	} // end method storesUpperCaseQuotedIdentifiers
-
-	public boolean storesLowerCaseQuotedIdentifiers() {
-
-		return true;
-	} // end method storesLowerCaseQuotedIdentifiers
-
-	public boolean storesMixedCaseQuotedIdentifiers() {
-
-		return false;
-	} // end method storesMixedCaseQuotedIdentifiers
-
-	public String getIdentifierQuoteString() {
-
-		return null;
-	} // end method getIdentifierQuoteString
-
-	public String getSQLKeywords() {
-
-		return null;
-	} // end method getSQLKeywords
-
-	public String getNumericFunctions() {
-
-		return null;
-	} // end method getNumericFunctions
-
-	public String getStringFunctions() {
-
-		return null;
-	} // end method getStringFunctions
-
-	public String getSystemFunctions() {
-
-		return null;
-	} // end method getSystemFunctions
-
-	public String getTimeDateFunctions() {
-
-		return null;
-	} // end method getTimeDateFunctions
-
-	public String getSearchStringEscape() {
-
-		return null;
-	} // end method getSearchStringEscape
-
-	public String getExtraNameCharacters() {
-
-		return null;
-	} // end method getExtraNameCharacters
-
-	public boolean supportsAlterTableWithAddColumn() {
-
-		return false;
-	} // end method supportsAlterTableWithAddColumn
-
-	public boolean supportsAlterTableWithDropColumn() {
-
-		return false;
-	} // end method supportsAlterTableWithDropColumn
-
-	public boolean supportsColumnAliasing() {
-
-		return true;
-	} // end method supportsColumnAliasing
-
-	public boolean nullPlusNonNullIsNull() {
-
-		return false;
-	} // end method nullPlusNonNullIsNull
-
-	public boolean supportsConvert() {
-
-		return false;
-	} // end method supportsConvert
-
-	public boolean supportsConvert(int parm1, int parm2) {
-
-		return false;
-	} // end method supportsConvert
-
-	public boolean supportsTableCorrelationNames() {
-
-		return true;
-	} // end method supportsTableCorrelationNames
-
-	public boolean supportsDifferentTableCorrelationNames() {
-
-		return false;
-	} // end method supportsDifferentTableCorrelationNames
-
-	public boolean supportsExpressionsInOrderBy() {
-
-		return true;
-	} // end method supportsExpressionsInOrderBy
-
-	public boolean supportsOrderByUnrelated() {
-
-		return true;
-	} // end method supportsOrderByUnrelated
-
-	public boolean supportsGroupBy() {
-
-		return true;
-	} // end method supportsGroupBy
-
-	public boolean supportsGroupByUnrelated() {
-
-		return true;
-	} // end method supportsGroupByUnrelated
-
-	public boolean supportsGroupByBeyondSelect() {
-
-		return false;
-	} // end method supportsGroupByBeyondSelect
-
-	public boolean supportsLikeEscapeClause() {
-
-		return false;
-	} // end method supportsLikeEscapeClause
-
-	public boolean supportsMultipleResultSets() {
-
-		return false;
-	} // end method supportsMultipleResultSets
-
-	public boolean supportsMultipleTransactions() {
-
-		return false;
-	} // end method supportsMultipleTransactions
-
-	public boolean supportsNonNullableColumns() {
-
-		return false;
-	} // end method supportsNonNullableColumns
-
-	public boolean supportsMinimumSQLGrammar() {
-
-		return true;
-	} // end method supportsMinimumSQLGrammar
-
-	public boolean supportsCoreSQLGrammar() {
-
-		return true;
-	} // end method supportsCoreSQLGrammar
-
-	public boolean supportsExtendedSQLGrammar() {
-
-		return false;
-	} // end method supportsExtendedSQLGrammar
-
-	public boolean supportsANSI92EntryLevelSQL() {
-
-		return true;
-	} // end method supportsANSI92EntryLevelSQL
-
-	public boolean supportsANSI92IntermediateSQL() {
-
-		return true;
-	} // end method supportsANSI92IntermediateSQL
-
-	public boolean supportsANSI92FullSQL() {
-
-		return true;
-	} // end method supportsANSI92FullSQL
-
-	public boolean supportsIntegrityEnhancementFacility() {
-
-		return false;
-	} // end method supportsIntegrityEnhancementFacility
-
-	public boolean supportsOuterJoins() {
-
-		return false;
-	} // end method supportsOuterJoins
-
-	public boolean supportsFullOuterJoins() {
-
-		return true;
-	} // end method supportsFullOuterJoins
-
-	public boolean supportsLimitedOuterJoins() {
-
-		return false;
-	} // end method supportsLimitedOuterJoins
-
-	public String getSchemaTerm() {
-
-		return null;
-	} // end method getSchemaTerm
-
-	public String getProcedureTerm() {
-
-		return null;
-	} // end method getProcedureTerm
-
-	public String getCatalogTerm() {
-
-		return null;
-	} // end method getCatalogTerm
-
-	public boolean isCatalogAtStart() {
-
-		return true;
-	} // end method isCatalogAtStart
-
-	public String getCatalogSeparator() {
-
-		return null;
-	} // end method getCatalogSeparator
-
-	public boolean supportsSchemasInDataManipulation() {
-
-		return false;
-	} // end method supportsSchemasInDataManipulation
-
-	public boolean supportsSchemasInProcedureCalls() {
-
-		return false;
-	} // end method supportsSchemasInProcedureCalls
-
-	public boolean supportsSchemasInTableDefinitions() {
-
-		return true;
-	} // end method supportsSchemasInTableDefinitions
-
-	public boolean supportsSchemasInIndexDefinitions() {
-
-		return true;
-	} // end method supportsSchemasInIndexDefinitions
-
-	public boolean supportsSchemasInPrivilegeDefinitions() {
-
-		return false;
-	} // end method supportsSchemasInPrivilegeDefinitions
-
-	public boolean supportsCatalogsInDataManipulation() {
-
-		return false;
-	} // end method supportsCatalogsInDataManipulation
-
-	public boolean supportsCatalogsInProcedureCalls() {
-
-		return false;
-	} // end method supportsCatalogsInProcedureCalls
-
-	public boolean supportsCatalogsInTableDefinitions() {
-
-		return false;
-	} // end method supportsCatalogsInTableDefinitions
-
-	public boolean supportsCatalogsInIndexDefinitions() {
-
-		return true;
-	} // end method supportsCatalogsInIndexDefinitions
-
-	public boolean supportsCatalogsInPrivilegeDefinitions() {
-
-		return false;
-	} // end method supportsCatalogsInPrivilegeDefinitions
-
-	public boolean supportsPositionedDelete() {
-
-		return true;
-	} // end method supportsPositionedDelete
-
-	public boolean supportsPositionedUpdate() {
-
-		return true;
-	} // end method supportsPositionedUpdate
-
-	public boolean supportsSelectForUpdate() {
-
-		return true;
-	} // end method supportsSelectForUpdate
-
-	public boolean supportsStoredProcedures() {
-
-		return true;
-	} // end method supportsStoredProcedures
-
-	public boolean supportsSubqueriesInComparisons() {
-
-		return true;
-	} // end method supportsSubqueriesInComparisons
-
-	public boolean supportsSubqueriesInExists() {
-
-		return false;
-	} // end method supportsSubqueriesInExists
-
-	public boolean supportsSubqueriesInIns() {
-
-		return false;
-	} // end method supportsSubqueriesInIns
-
-	public boolean supportsSubqueriesInQuantifieds() {
-
-		return false;
-	} // end method supportsSubqueriesInQuantifieds
-
-	public boolean supportsCorrelatedSubqueries() {
-
-		return true;
-	} // end method supportsCorrelatedSubqueries
-
-	public boolean supportsUnion() {
-
-		return true;
-	} // end method supportsUnion
-
-	public boolean supportsUnionAll() {
-
-		return false;
-	} // end method supportsUnionAll
-
-	public boolean supportsOpenCursorsAcrossCommit() {
-
-		return true;
-	} // end method supportsOpenCursorsAcrossCommit
-
-	public boolean supportsOpenCursorsAcrossRollback() {
-
-		return true;
-	} // end method supportsOpenCursorsAcrossRollback
-
-	public boolean supportsOpenStatementsAcrossCommit() {
-
-		return true;
-	} // end method supportsOpenStatementsAcrossCommit
-
-	public boolean supportsOpenStatementsAcrossRollback() {
-
-		return false;
-	} // end method supportsOpenStatementsAcrossRollback
-
-	public int getMaxBinaryLiteralLength() {
-
-		return 362957471;
-	} // end method getMaxBinaryLiteralLength
-
-	public int getMaxCharLiteralLength() {
-
-		return 1550865190;
-	} // end method getMaxCharLiteralLength
-
-	public int getMaxColumnNameLength() {
-
-		return 876239751;
-	} // end method getMaxColumnNameLength
-
-	public int getMaxColumnsInGroupBy() {
-
-		return 1862881253;
-	} // end method getMaxColumnsInGroupBy
-
-	public int getMaxColumnsInIndex() {
-
-		return 830898910;
-	} // end method getMaxColumnsInIndex
-
-	public int getMaxColumnsInOrderBy() {
-
-		return 1749757802;
-	} // end method getMaxColumnsInOrderBy
-
-	public int getMaxColumnsInSelect() {
-
-		return 26691343;
-	} // end method getMaxColumnsInSelect
-
-	public int getMaxColumnsInTable() {
-
-		return 2040676013;
-	} // end method getMaxColumnsInTable
-
-	public int getMaxConnections() {
-
-		return 424071034;
-	} // end method getMaxConnections
-
-	public int getMaxCursorNameLength() {
-
-		return -1731767936;
-	} // end method getMaxCursorNameLength
-
-	public int getMaxIndexLength() {
-
-		return -1478012889;
-	} // end method getMaxIndexLength
-
-	public int getMaxSchemaNameLength() {
-
-		return 1031741715;
-	} // end method getMaxSchemaNameLength
-
-	public int getMaxProcedureNameLength() {
-
-		return -1317963516;
-	} // end method getMaxProcedureNameLength
-
-	public int getMaxCatalogNameLength() {
-
-		return 66984415;
-	} // end method getMaxCatalogNameLength
-
-	public int getMaxRowSize() {
-
-		return 746561690;
-	} // end method getMaxRowSize
-
-	public boolean doesMaxRowSizeIncludeBlobs() {
-
-		return false;
-	} // end method doesMaxRowSizeIncludeBlobs
-
-	public int getMaxStatementLength() {
-
-		return -1774364912;
-	} // end method getMaxStatementLength
-
-	public int getMaxStatements() {
-
-		return -150904006;
-	} // end method getMaxStatements
-
-	public int getMaxTableNameLength() {
-
-		return -1193255272;
-	} // end method getMaxTableNameLength
-
-	public int getMaxTablesInSelect() {
-
-		return -835633948;
-	} // end method getMaxTablesInSelect
-
-	public int getMaxUserNameLength() {
-
-		return 1633873125;
-	} // end method getMaxUserNameLength
-
-	public int getDefaultTransactionIsolation() {
-
-		return 1017227733;
-	} // end method getDefaultTransactionIsolation
-
-	public boolean supportsTransactions() {
-
-		return false;
-	} // end method supportsTransactions
-
-	public boolean supportsTransactionIsolationLevel(int parm1) {
-
-		return false;
-	} // end method supportsTransactionIsolationLevel
-
-	public boolean supportsDataDefinitionAndDataManipulationTransactions() {
-
-		return true;
-	} // end method supportsDataDefinitionAndDataManipulationTransactions
-
-	public boolean supportsDataManipulationTransactionsOnly() {
-
-		return false;
-	} // end method supportsDataManipulationTransactionsOnly
-
-	public boolean dataDefinitionCausesTransactionCommit() {
-
-		return false;
-	} // end method dataDefinitionCausesTransactionCommit
-
-	public boolean dataDefinitionIgnoredInTransactions() {
-
-		return false;
-	} // end method dataDefinitionIgnoredInTransactions
-
-	public ResultSet getProcedures(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getProcedures
-
-	public ResultSet getProcedureColumns(String parm1, String parm2,
-			String parm3, String parm4) {
-
-		return null;
-	} // end method getProcedureColumns
-
-	public ResultSet getTables(String parm1, String parm2, String parm3,
-			String[] parm4) {
-
-		return null;
-	} // end method getTables
-
-	public ResultSet getSchemas() {
-
-		return null;
-	} // end method getSchemas
-
-	public ResultSet getCatalogs() {
-
-		return null;
-	} // end method getCatalogs
-
-	public ResultSet getTableTypes() {
-
-		return null;
-	} // end method getTableTypes
-
-	public ResultSet getColumns(String parm1, String parm2, String parm3,
-			String parm4) {
-
-		return null;
-	} // end method getColumns
-
-	public ResultSet getColumnPrivileges(String parm1, String parm2,
-			String parm3, String parm4) {
-
-		return null;
-	} // end method getColumnPrivileges
-
-	public ResultSet getTablePrivileges(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getTablePrivileges
-
-	public ResultSet getBestRowIdentifier(String parm1, String parm2,
-			String parm3, int parm4, boolean parm5) {
-
-		return null;
-	} // end method getBestRowIdentifier
-
-	public ResultSet getVersionColumns(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getVersionColumns
-
-	public ResultSet getPrimaryKeys(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getPrimaryKeys
-
-	public ResultSet getImportedKeys(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getImportedKeys
-
-	public ResultSet getExportedKeys(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getExportedKeys
-
-	public ResultSet getCrossReference(String parm1, String parm2,
-			String parm3, String parm4, String parm5, String parm6) {
-
-		return null;
-	} // end method getCrossReference
-
-	public ResultSet getTypeInfo() {
-
-		return null;
-	} // end method getTypeInfo
-
-	public ResultSet getIndexInfo(String parm1, String parm2, String parm3,
-			boolean parm4, boolean parm5) {
-
-		return null;
-	} // end method getIndexInfo
-
-	public boolean supportsResultSetType(int parm1) {
-
-		return true;
-	} // end method supportsResultSetType
-
-	public boolean supportsResultSetConcurrency(int parm1, int parm2) {
-
-		return true;
-	} // end method supportsResultSetConcurrency
-
-	public boolean ownUpdatesAreVisible(int parm1) {
-
-		return false;
-	} // end method ownUpdatesAreVisible
-
-	public boolean ownDeletesAreVisible(int parm1) {
-
-		return false;
-	} // end method ownDeletesAreVisible
-
-	public boolean ownInsertsAreVisible(int parm1) {
-
-		return true;
-	} // end method ownInsertsAreVisible
-
-	public boolean othersUpdatesAreVisible(int parm1) {
-
-		return true;
-	} // end method othersUpdatesAreVisible
-
-	public boolean othersDeletesAreVisible(int parm1) {
-
-		return true;
-	} // end method othersDeletesAreVisible
-
-	public boolean othersInsertsAreVisible(int parm1) {
-
-		return true;
-	} // end method othersInsertsAreVisible
-
-	public boolean updatesAreDetected(int parm1) {
-
-		return false;
-	} // end method updatesAreDetected
-
-	public boolean deletesAreDetected(int parm1) {
-
-		return true;
-	} // end method deletesAreDetected
-
-	public boolean insertsAreDetected(int parm1) {
-
-		return true;
-	} // end method insertsAreDetected
-
-	public boolean supportsBatchUpdates() {
-
-		return false;
-	} // end method supportsBatchUpdates
-
-	public ResultSet getUDTs(String parm1, String parm2, String parm3,
-			int[] parm4) {
-
-		return null;
-	} // end method getUDTs
-
-	public Connection getConnection() {
-
-		return null;
-	} // end method getConnection
-
-	public boolean supportsSavepoints() {
-
-		return false;
-	} // end method supportsSavepoints
-
-	public boolean supportsNamedParameters() {
-
-		return false;
-	} // end method supportsNamedParameters
-
-	public boolean supportsMultipleOpenResults() {
-
-		return false;
-	} // end method supportsMultipleOpenResults
-
-	public boolean supportsGetGeneratedKeys() {
-
-		return false;
-	} // end method supportsGetGeneratedKeys
-
-	public ResultSet getSuperTypes(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getSuperTypes
-
-	public ResultSet getSuperTables(String parm1, String parm2, String parm3) {
-
-		return null;
-	} // end method getSuperTables
-
-	public ResultSet getAttributes(String parm1, String parm2, String parm3,
-			String parm4) {
-
-		return null;
-	} // end method getAttributes
-
-	public boolean supportsResultSetHoldability(int parm1) {
-
-		return true;
-	} // end method supportsResultSetHoldability
-
-	public int getResultSetHoldability() {
-
-		return 2084363747;
-	} // end method getResultSetHoldability
-
-	public int getDatabaseMajorVersion() {
-
-		return -984289201;
-	} // end method getDatabaseMajorVersion
-
-	public int getDatabaseMinorVersion() {
-
-		return -19204050;
-	} // end method getDatabaseMinorVersion
-
-	public int getJDBCMajorVersion() {
-
-		return -935937342;
-	} // end method getJDBCMajorVersion
-
-	public int getJDBCMinorVersion() {
-
-		return 1874384348;
-	} // end method getJDBCMinorVersion
-
-	public int getSQLStateType() {
-
-		return 802510040;
-	} // end method getSQLStateType
-
-	public boolean locatorsUpdateCopy() {
-
-		return true;
-	} // end method locatorsUpdateCopy
-
-	public boolean supportsStatementPooling() {
-
-		return false;
-	} // end method supportsStatementPooling
-
-} // end class DatabaseMetaDataTest
+/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.harmony.sql.tests.java.sql;
+
+import java.sql.Connection;
+import java.sql.DatabaseMetaData;
+import java.sql.ResultSet;
+
+public class Impl_DatabaseMetaData implements DatabaseMetaData {
+
+	public Impl_DatabaseMetaData() {
+		super();
+	} // end constructor
+
+	public boolean allProceduresAreCallable() {
+
+		return true;
+	} // end method allProceduresAreCallable
+
+	public boolean allTablesAreSelectable() {
+
+		return true;
+	} // end method allTablesAreSelectable
+
+	public String getURL() {
+
+		return null;
+	} // end method getURL
+
+	public String getUserName() {
+
+		return null;
+	} // end method getUserName
+
+	public boolean isReadOnly() {
+
+		return true;
+	} // end method isReadOnly
+
+	public boolean nullsAreSortedHigh() {
+
+		return false;
+	} // end method nullsAreSortedHigh
+
+	public boolean nullsAreSortedLow() {
+
+		return false;
+	} // end method nullsAreSortedLow
+
+	public boolean nullsAreSortedAtStart() {
+
+		return true;
+	} // end method nullsAreSortedAtStart
+
+	public boolean nullsAreSortedAtEnd() {
+
+		return true;
+	} // end method nullsAreSortedAtEnd
+
+	public String getDatabaseProductName() {
+
+		return null;
+	} // end method getDatabaseProductName
+
+	public String getDatabaseProductVersion() {
+
+		return null;
+	} // end method getDatabaseProductVersion
+
+	public String getDriverName() {
+
+		return null;
+	} // end method getDriverName
+
+	public String getDriverVersion() {
+
+		return null;
+	} // end method getDriverVersion
+
+	public int getDriverMajorVersion() {
+
+		return 61603206;
+	} // end method getDriverMajorVersion
+
+	public int getDriverMinorVersion() {
+
+		return 833369254;
+	} // end method getDriverMinorVersion
+
+	public boolean usesLocalFiles() {
+
+		return false;
+	} // end method usesLocalFiles
+
+	public boolean usesLocalFilePerTable() {
+
+		return false;
+	} // end method usesLocalFilePerTable
+
+	public boolean supportsMixedCaseIdentifiers() {
+
+		return false;
+	} // end method supportsMixedCaseIdentifiers
+
+	public boolean storesUpperCaseIdentifiers() {
+
+		return false;
+	} // end method storesUpperCaseIdentifiers
+
+	public boolean storesLowerCaseIdentifiers() {
+
+		return true;
+	} // end method storesLowerCaseIdentifiers
+
+	public boolean storesMixedCaseIdentifiers() {
+
+		return true;
+	} // end method storesMixedCaseIdentifiers
+
+	public boolean supportsMixedCaseQuotedIdentifiers() {
+
+		return true;
+	} // end method supportsMixedCaseQuotedIdentifiers
+
+	public boolean storesUpperCaseQuotedIdentifiers() {
+
+		return true;
+	} // end method storesUpperCaseQuotedIdentifiers
+
+	public boolean storesLowerCaseQuotedIdentifiers() {
+
+		return true;
+	} // end method storesLowerCaseQuotedIdentifiers
+
+	public boolean storesMixedCaseQuotedIdentifiers() {
+
+		return false;
+	} // end method storesMixedCaseQuotedIdentifiers
+
+	public String getIdentifierQuoteString() {
+
+		return null;
+	} // end method getIdentifierQuoteString
+
+	public String getSQLKeywords() {
+
+		return null;
+	} // end method getSQLKeywords
+
+	public String getNumericFunctions() {
+
+		return null;
+	} // end method getNumericFunctions
+
+	public String getStringFunctions() {
+
+		return null;
+	} // end method getStringFunctions
+
+	public String getSystemFunctions() {
+
+		return null;
+	} // end method getSystemFunctions
+
+	public String getTimeDateFunctions() {
+
+		return null;
+	} // end method getTimeDateFunctions
+
+	public String getSearchStringEscape() {
+
+		return null;
+	} // end method getSearchStringEscape
+
+	public String getExtraNameCharacters() {
+
+		return null;
+	} // end method getExtraNameCharacters
+
+	public boolean supportsAlterTableWithAddColumn() {
+
+		return false;
+	} // end method supportsAlterTableWithAddColumn
+
+	public boolean supportsAlterTableWithDropColumn() {
+
+		return false;
+	} // end method supportsAlterTableWithDropColumn
+
+	public boolean supportsColumnAliasing() {
+
+		return true;
+	} // end method supportsColumnAliasing
+
+	public boolean nullPlusNonNullIsNull() {
+
+		return false;
+	} // end method nullPlusNonNullIsNull
+
+	public boolean supportsConvert() {
+
+		return false;
+	} // end method supportsConvert
+
+	public boolean supportsConvert(int parm1, int parm2) {
+
+		return false;
+	} // end method supportsConvert
+
+	public boolean supportsTableCorrelationNames() {
+
+		return true;
+	} // end method supportsTableCorrelationNames
+
+	public boolean supportsDifferentTableCorrelationNames() {
+
+		return false;
+	} // end method supportsDifferentTableCorrelationNames
+
+	public boolean supportsExpressionsInOrderBy() {
+
+		return true;
+	} // end method supportsExpressionsInOrderBy
+
+	public boolean supportsOrderByUnrelated() {
+
+		return true;
+	} // end method supportsOrderByUnrelated
+
+	public boolean supportsGroupBy() {
+
+		return true;
+	} // end method supportsGroupBy
+
+	public boolean supportsGroupByUnrelated() {
+
+		return true;
+	} // end method supportsGroupByUnrelated
+
+	public boolean supportsGroupByBeyondSelect() {
+
+		return false;
+	} // end method supportsGroupByBeyondSelect
+
+	public boolean supportsLikeEscapeClause() {
+
+		return false;
+	} // end method supportsLikeEscapeClause
+
+	public boolean supportsMultipleResultSets() {
+
+		return false;
+	} // end method supportsMultipleResultSets
+
+	public boolean supportsMultipleTransactions() {
+
+		return false;
+	} // end method supportsMultipleTransactions
+
+	public boolean supportsNonNullableColumns() {
+
+		return false;
+	} // end method supportsNonNullableColumns
+
+	public boolean supportsMinimumSQLGrammar() {
+
+		return true;
+	} // end method supportsMinimumSQLGrammar
+
+	public boolean supportsCoreSQLGrammar() {
+
+		return true;
+	} // end method supportsCoreSQLGrammar
+
+	public boolean supportsExtendedSQLGrammar() {
+
+		return false;
+	} // end method supportsExtendedSQLGrammar
+
+	public boolean supportsANSI92EntryLevelSQL() {
+
+		return true;
+	} // end method supportsANSI92EntryLevelSQL
+
+	public boolean supportsANSI92IntermediateSQL() {
+
+		return true;
+	} // end method supportsANSI92IntermediateSQL
+
+	public boolean supportsANSI92FullSQL() {
+
+		return true;
+	} // end method supportsANSI92FullSQL
+
+	public boolean supportsIntegrityEnhancementFacility() {
+
+		return false;
+	} // end method supportsIntegrityEnhancementFacility
+
+	public boolean supportsOuterJoins() {
+
+		return false;
+	} // end method supportsOuterJoins
+
+	public boolean supportsFullOuterJoins() {
+
+		return true;
+	} // end method supportsFullOuterJoins
+
+	public boolean supportsLimitedOuterJoins() {
+
+		return false;
+	} // end method supportsLimitedOuterJoins
+
+	public String getSchemaTerm() {
+
+		return null;
+	} // end method getSchemaTerm
+
+	public String getProcedureTerm() {
+
+		return null;
+	} // end method getProcedureTerm
+
+	public String getCatalogTerm() {
+
+		return null;
+	} // end method getCatalogTerm
+
+	public boolean isCatalogAtStart() {
+
+		return true;
+	} // end method isCatalogAtStart
+
+	public String getCatalogSeparator() {
+
+		return null;
+	} // end method getCatalogSeparator
+
+	public boolean supportsSchemasInDataManipulation() {
+
+		return false;
+	} // end method supportsSchemasInDataManipulation
+
+	public boolean supportsSchemasInProcedureCalls() {
+
+		return false;
+	} // end method supportsSchemasInProcedureCalls
+
+	public boolean supportsSchemasInTableDefinitions() {
+
+		return true;
+	} // end method supportsSchemasInTableDefinitions
+
+	public boolean supportsSchemasInIndexDefinitions() {
+
+		return true;
+	} // end method supportsSchemasInIndexDefinitions
+
+	public boolean supportsSchemasInPrivilegeDefinitions() {
+
+		return false;
+	} // end method supportsSchemasInPrivilegeDefinitions
+
+	public boolean supportsCatalogsInDataManipulation() {
+
+		return false;
+	} // end method supportsCatalogsInDataManipulation
+
+	public boolean supportsCatalogsInProcedureCalls() {
+
+		return false;
+	} // end method supportsCatalogsInProcedureCalls
+
+	public boolean supportsCatalogsInTableDefinitions() {
+
+		return false;
+	} // end method supportsCatalogsInTableDefinitions
+
+	public boolean supportsCatalogsInIndexDefinitions() {
+
+		return true;
+	} // end method supportsCatalogsInIndexDefinitions
+
+	public boolean supportsCatalogsInPrivilegeDefinitions() {
+
+		return false;
+	} // end method supportsCatalogsInPrivilegeDefinitions
+
+	public boolean supportsPositionedDelete() {
+
+		return true;
+	} // end method supportsPositionedDelete
+
+	public boolean supportsPositionedUpdate() {
+
+		return true;
+	} // end method supportsPositionedUpdate
+
+	public boolean supportsSelectForUpdate() {
+
+		return true;
+	} // end method supportsSelectForUpdate
+
+	public boolean supportsStoredProcedures() {
+
+		return true;
+	} // end method supportsStoredProcedures
+
+	public boolean supportsSubqueriesInComparisons() {
+
+		return true;
+	} // end method supportsSubqueriesInComparisons
+
+	public boolean supportsSubqueriesInExists() {
+
+		return false;
+	} // end method supportsSubqueriesInExists
+
+	public boolean supportsSubqueriesInIns() {
+
+		return false;
+	} // end method supportsSubqueriesInIns
+
+	public boolean supportsSubqueriesInQuantifieds() {
+
+		return false;
+	} // end method supportsSubqueriesInQuantifieds
+
+	public boolean supportsCorrelatedSubqueries() {
+
+		return true;
+	} // end method supportsCorrelatedSubqueries
+
+	public boolean supportsUnion() {
+
+		return true;
+	} // end method supportsUnion
+
+	public boolean supportsUnionAll() {
+
+		return false;
+	} // end method supportsUnionAll
+
+	public boolean supportsOpenCursorsAcrossCommit() {
+
+		return true;
+	} // end method supportsOpenCursorsAcrossCommit
+
+	public boolean supportsOpenCursorsAcrossRollback() {
+
+		return true;
+	} // end method supportsOpenCursorsAcrossRollback
+
+	public boolean supportsOpenStatementsAcrossCommit() {
+
+		return true;
+	} // end method supportsOpenStatementsAcrossCommit
+
+	public boolean supportsOpenStatementsAcrossRollback() {
+
+		return false;
+	} // end method supportsOpenStatementsAcrossRollback
+
+	public int getMaxBinaryLiteralLength() {
+
+		return 362957471;
+	} // end method getMaxBinaryLiteralLength
+
+	public int getMaxCharLiteralLength() {
+
+		return 1550865190;
+	} // end method getMaxCharLiteralLength
+
+	public int getMaxColumnNameLength() {
+
+		return 876239751;
+	} // end method getMaxColumnNameLength
+
+	public int getMaxColumnsInGroupBy() {
+
+		return 1862881253;
+	} // end method getMaxColumnsInGroupBy
+
+	public int getMaxColumnsInIndex() {
+
+		return 830898910;
+	} // end method getMaxColumnsInIndex
+
+	public int getMaxColumnsInOrderBy() {
+
+		return 1749757802;
+	} // end method getMaxColumnsInOrderBy
+
+	public int getMaxColumnsInSelect() {
+
+		return 26691343;
+	} // end method getMaxColumnsInSelect
+
+	public int getMaxColumnsInTable() {
+
+		return 2040676013;
+	} // end method getMaxColumnsInTable
+
+	public int getMaxConnections() {
+
+		return 424071034;
+	} // end method getMaxConnections
+
+	public int getMaxCursorNameLength() {
+
+		return -1731767936;
+	} // end method getMaxCursorNameLength
+
+	public int getMaxIndexLength() {
+
+		return -1478012889;
+	} // end method getMaxIndexLength
+
+	public int getMaxSchemaNameLength() {
+
+		return 1031741715;
+	} // end method getMaxSchemaNameLength
+
+	public int getMaxProcedureNameLength() {
+
+		return -1317963516;
+	} // end method getMaxProcedureNameLength
+
+	public int getMaxCatalogNameLength() {
+
+		return 66984415;
+	} // end method getMaxCatalogNameLength
+
+	public int getMaxRowSize() {
+
+		return 746561690;
+	} // end method getMaxRowSize
+
+	public boolean doesMaxRowSizeIncludeBlobs() {
+
+		return false;
+	} // end method doesMaxRowSizeIncludeBlobs
+
+	public int getMaxStatementLength() {
+
+		return -1774364912;
+	} // end method getMaxStatementLength
+
+	public int getMaxStatements() {
+
+		return -150904006;
+	} // end method getMaxStatements
+
+	public int getMaxTableNameLength() {
+
+		return -1193255272;
+	} // end method getMaxTableNameLength
+
+	public int getMaxTablesInSelect() {
+
+		return -835633948;
+	} // end method getMaxTablesInSelect
+
+	public int getMaxUserNameLength() {
+
+		return 1633873125;
+	} // end method getMaxUserNameLength
+
+	public int getDefaultTransactionIsolation() {
+
+		return 1017227733;
+	} // end method getDefaultTransactionIsolation
+
+	public boolean supportsTransactions() {
+
+		return false;
+	} // end method supportsTransactions
+
+	public boolean supportsTransactionIsolationLevel(int parm1) {
+
+		return false;
+	} // end method supportsTransactionIsolationLevel
+
+	public boolean supportsDataDefinitionAndDataManipulationTransactions() {
+
+		return true;
+	} // end method supportsDataDefinitionAndDataManipulationTransactions
+
+	public boolean supportsDataManipulationTransactionsOnly() {
+
+		return false;
+	} // end method supportsDataManipulationTransactionsOnly
+
+	public boolean dataDefinitionCausesTransactionCommit() {
+
+		return false;
+	} // end method dataDefinitionCausesTransactionCommit
+
+	public boolean dataDefinitionIgnoredInTransactions() {
+
+		return false;
+	} // end method dataDefinitionIgnoredInTransactions
+
+	public ResultSet getProcedures(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getProcedures
+
+	public ResultSet getProcedureColumns(String parm1, String parm2,
+			String parm3, String parm4) {
+
+		return null;
+	} // end method getProcedureColumns
+
+	public ResultSet getTables(String parm1, String parm2, String parm3,
+			String[] parm4) {
+
+		return null;
+	} // end method getTables
+
+	public ResultSet getSchemas() {
+
+		return null;
+	} // end method getSchemas
+
+	public ResultSet getCatalogs() {
+
+		return null;
+	} // end method getCatalogs
+
+	public ResultSet getTableTypes() {
+
+		return null;
+	} // end method getTableTypes
+
+	public ResultSet getColumns(String parm1, String parm2, String parm3,
+			String parm4) {
+
+		return null;
+	} // end method getColumns
+
+	public ResultSet getColumnPrivileges(String parm1, String parm2,
+			String parm3, String parm4) {
+
+		return null;
+	} // end method getColumnPrivileges
+
+	public ResultSet getTablePrivileges(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getTablePrivileges
+
+	public ResultSet getBestRowIdentifier(String parm1, String parm2,
+			String parm3, int parm4, boolean parm5) {
+
+		return null;
+	} // end method getBestRowIdentifier
+
+	public ResultSet getVersionColumns(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getVersionColumns
+
+	public ResultSet getPrimaryKeys(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getPrimaryKeys
+
+	public ResultSet getImportedKeys(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getImportedKeys
+
+	public ResultSet getExportedKeys(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getExportedKeys
+
+	public ResultSet getCrossReference(String parm1, String parm2,
+			String parm3, String parm4, String parm5, String parm6) {
+
+		return null;
+	} // end method getCrossReference
+
+	public ResultSet getTypeInfo() {
+
+		return null;
+	} // end method getTypeInfo
+
+	public ResultSet getIndexInfo(String parm1, String parm2, String parm3,
+			boolean parm4, boolean parm5) {
+
+		return null;
+	} // end method getIndexInfo
+
+	public boolean supportsResultSetType(int parm1) {
+
+		return true;
+	} // end method supportsResultSetType
+
+	public boolean supportsResultSetConcurrency(int parm1, int parm2) {
+
+		return true;
+	} // end method supportsResultSetConcurrency
+
+	public boolean ownUpdatesAreVisible(int parm1) {
+
+		return false;
+	} // end method ownUpdatesAreVisible
+
+	public boolean ownDeletesAreVisible(int parm1) {
+
+		return false;
+	} // end method ownDeletesAreVisible
+
+	public boolean ownInsertsAreVisible(int parm1) {
+
+		return true;
+	} // end method ownInsertsAreVisible
+
+	public boolean othersUpdatesAreVisible(int parm1) {
+
+		return true;
+	} // end method othersUpdatesAreVisible
+
+	public boolean othersDeletesAreVisible(int parm1) {
+
+		return true;
+	} // end method othersDeletesAreVisible
+
+	public boolean othersInsertsAreVisible(int parm1) {
+
+		return true;
+	} // end method othersInsertsAreVisible
+
+	public boolean updatesAreDetected(int parm1) {
+
+		return false;
+	} // end method updatesAreDetected
+
+	public boolean deletesAreDetected(int parm1) {
+
+		return true;
+	} // end method deletesAreDetected
+
+	public boolean insertsAreDetected(int parm1) {
+
+		return true;
+	} // end method insertsAreDetected
+
+	public boolean supportsBatchUpdates() {
+
+		return false;
+	} // end method supportsBatchUpdates
+
+	public ResultSet getUDTs(String parm1, String parm2, String parm3,
+			int[] parm4) {
+
+		return null;
+	} // end method getUDTs
+
+	public Connection getConnection() {
+
+		return null;
+	} // end method getConnection
+
+	public boolean supportsSavepoints() {
+
+		return false;
+	} // end method supportsSavepoints
+
+	public boolean supportsNamedParameters() {
+
+		return false;
+	} // end method supportsNamedParameters
+
+	public boolean supportsMultipleOpenResults() {
+
+		return false;
+	} // end method supportsMultipleOpenResults
+
+	public boolean supportsGetGeneratedKeys() {
+
+		return false;
+	} // end method supportsGetGeneratedKeys
+
+	public ResultSet getSuperTypes(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getSuperTypes
+
+	public ResultSet getSuperTables(String parm1, String parm2, String parm3) {
+
+		return null;
+	} // end method getSuperTables
+
+	public ResultSet getAttributes(String parm1, String parm2, String parm3,
+			String parm4) {
+
+		return null;
+	} // end method getAttributes
+
+	public boolean supportsResultSetHoldability(int parm1) {
+
+		return true;
+	} // end method supportsResultSetHoldability
+
+	public int getResultSetHoldability() {
+
+		return 2084363747;
+	} // end method getResultSetHoldability
+
+	public int getDatabaseMajorVersion() {
+
+		return -984289201;
+	} // end method getDatabaseMajorVersion
+
+	public int getDatabaseMinorVersion() {
+
+		return -19204050;
+	} // end method getDatabaseMinorVersion
+
+	public int getJDBCMajorVersion() {
+
+		return -935937342;
+	} // end method getJDBCMajorVersion
+
+	public int getJDBCMinorVersion() {
+
+		return 1874384348;
+	} // end method getJDBCMinorVersion
+
+	public int getSQLStateType() {
+
+		return 802510040;
+	} // end method getSQLStateType
+
+	public boolean locatorsUpdateCopy() {
+
+		return true;
+	} // end method locatorsUpdateCopy
+
+	public boolean supportsStatementPooling() {
+
+		return false;
+	} // end method supportsStatementPooling
+
+} // end class DatabaseMetaDataTest

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_DatabaseMetaData.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ParameterMetaData.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ParameterMetaData.java?rev=436644&r1=436643&r2=436644&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ParameterMetaData.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ParameterMetaData.java Thu Aug 24 21:29:34 2006
@@ -1,72 +1,72 @@
-/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *     http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.harmony.sql.tests.java.sql;
-
-import java.sql.ParameterMetaData;
-
-public class Impl_ParameterMetaData implements ParameterMetaData {
-
-	public Impl_ParameterMetaData() {
-		super();
-	} // end constructor
-
-	public int getParameterCount() {
-
-		return -635215530;
-	} // end method getParameterCount
-
-	public int isNullable(int parm1) {
-
-		return 548204022;
-	} // end method isNullable
-
-	public boolean isSigned(int parm1) {
-
-		return true;
-	} // end method isSigned
-
-	public int getPrecision(int parm1) {
-
-		return -128790345;
-	} // end method getPrecision
-
-	public int getScale(int parm1) {
-
-		return 632158565;
-	} // end method getScale
-
-	public int getParameterType(int parm1) {
-
-		return 1475713428;
-	} // end method getParameterType
-
-	public String getParameterTypeName(int parm1) {
-
-		return null;
-	} // end method getParameterTypeName
-
-	public String getParameterClassName(int parm1) {
-
-		return null;
-	} // end method getParameterClassName
-
-	public int getParameterMode(int parm1) {
-
-		return -551156226;
-	} // end method getParameterMode
-
-} // end class ParameterMetaDataTest
-
+/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.harmony.sql.tests.java.sql;
+
+import java.sql.ParameterMetaData;
+
+public class Impl_ParameterMetaData implements ParameterMetaData {
+
+	public Impl_ParameterMetaData() {
+		super();
+	} // end constructor
+
+	public int getParameterCount() {
+
+		return -635215530;
+	} // end method getParameterCount
+
+	public int isNullable(int parm1) {
+
+		return 548204022;
+	} // end method isNullable
+
+	public boolean isSigned(int parm1) {
+
+		return true;
+	} // end method isSigned
+
+	public int getPrecision(int parm1) {
+
+		return -128790345;
+	} // end method getPrecision
+
+	public int getScale(int parm1) {
+
+		return 632158565;
+	} // end method getScale
+
+	public int getParameterType(int parm1) {
+
+		return 1475713428;
+	} // end method getParameterType
+
+	public String getParameterTypeName(int parm1) {
+
+		return null;
+	} // end method getParameterTypeName
+
+	public String getParameterClassName(int parm1) {
+
+		return null;
+	} // end method getParameterClassName
+
+	public int getParameterMode(int parm1) {
+
+		return -551156226;
+	} // end method getParameterMode
+
+} // end class ParameterMetaDataTest
+

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ParameterMetaData.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ResultSet.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ResultSet.java?rev=436644&r1=436643&r2=436644&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ResultSet.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ResultSet.java Thu Aug 24 21:29:34 2006
@@ -1,679 +1,679 @@
-/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *     http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.harmony.sql.tests.java.sql;
-
-import java.io.InputStream;
-import java.io.Reader;
-import java.math.BigDecimal;
-import java.net.URL;
-import java.sql.Array;
-import java.sql.Blob;
-import java.sql.Clob;
-import java.sql.Date;
-import java.sql.Ref;
-import java.sql.ResultSet;
-import java.sql.ResultSetMetaData;
-import java.sql.SQLWarning;
-import java.sql.Statement;
-import java.sql.Time;
-import java.sql.Timestamp;
-import java.util.Calendar;
-import java.util.Map;
-
-public class Impl_ResultSet implements ResultSet {
-
-	public Impl_ResultSet() {
-		super();
-	} // end constructor
-
-	public boolean next() {
-
-		return true;
-	} // end method next
-
-	public void close() {
-
-	} // end method close
-
-	public boolean wasNull() {
-
-		return true;
-	} // end method wasNull
-
-	public String getString(int parm1) {
-
-		return null;
-	} // end method getString
-
-	public boolean getBoolean(int parm1) {
-
-		return true;
-	} // end method getBoolean
-
-	public byte getByte(int parm1) {
-
-		return -8;
-	} // end method getByte
-
-	public short getShort(int parm1) {
-
-		return -12790;
-	} // end method getShort
-
-	public int getInt(int parm1) {
-
-		return -1790920813;
-	} // end method getInt
-
-	public long getLong(int parm1) {
-
-		return -7236492308370801956L;
-	} // end method getLong
-
-	public float getFloat(int parm1) {
-
-		return -1.4686295075661984E37F;
-	} // end method getFloat
-
-	public double getDouble(int parm1) {
-
-		return -1.6820553969741622E308;
-	} // end method getDouble
-
-	public BigDecimal getBigDecimal(int parm1, int parm2) {
-
-		return null;
-	} // end method getBigDecimal
-
-	public byte[] getBytes(int parm1) {
-
-		return null;
-	} // end method getBytes
-
-	public Date getDate(int parm1) {
-
-		return null;
-	} // end method getDate
-
-	public Time getTime(int parm1) {
-
-		return null;
-	} // end method getTime
-
-	public Timestamp getTimestamp(int parm1) {
-
-		return null;
-	} // end method getTimestamp
-
-	public InputStream getAsciiStream(int parm1) {
-
-		return null;
-	} // end method getAsciiStream
-
-	public InputStream getUnicodeStream(int parm1) {
-
-		return null;
-	} // end method getUnicodeStream
-
-	public InputStream getBinaryStream(int parm1) {
-
-		return null;
-	} // end method getBinaryStream
-
-	public String getString(String parm1) {
-
-		return null;
-	} // end method getString
-
-	public boolean getBoolean(String parm1) {
-
-		return false;
-	} // end method getBoolean
-
-	public byte getByte(String parm1) {
-
-		return -10;
-	} // end method getByte
-
-	public short getShort(String parm1) {
-
-		return 13590;
-	} // end method getShort
-
-	public int getInt(String parm1) {
-
-		return 522475063;
-	} // end method getInt
-
-	public long getLong(String parm1) {
-
-		return 6637918619301232066L;
-	} // end method getLong
-
-	public float getFloat(String parm1) {
-
-		return 8.388008941813566E37F;
-	} // end method getFloat
-
-	public double getDouble(String parm1) {
-
-		return 4.221562126032334E307;
-	} // end method getDouble
-
-	public BigDecimal getBigDecimal(String parm1, int parm2) {
-
-		return null;
-	} // end method getBigDecimal
-
-	public byte[] getBytes(String parm1) {
-
-		return null;
-	} // end method getBytes
-
-	public Date getDate(String parm1) {
-
-		return null;
-	} // end method getDate
-
-	public Time getTime(String parm1) {
-
-		return null;
-	} // end method getTime
-
-	public Timestamp getTimestamp(String parm1) {
-
-		return null;
-	} // end method getTimestamp
-
-	public InputStream getAsciiStream(String parm1) {
-
-		return null;
-	} // end method getAsciiStream
-
-	public InputStream getUnicodeStream(String parm1) {
-
-		return null;
-	} // end method getUnicodeStream
-
-	public InputStream getBinaryStream(String parm1) {
-
-		return null;
-	} // end method getBinaryStream
-
-	public SQLWarning getWarnings() {
-
-		return null;
-	} // end method getWarnings
-
-	public void clearWarnings() {
-
-	} // end method clearWarnings
-
-	public String getCursorName() {
-
-		return null;
-	} // end method getCursorName
-
-	public ResultSetMetaData getMetaData() {
-
-		return null;
-	} // end method getMetaData
-
-	public Object getObject(int parm1) {
-
-		return null;
-	} // end method getObject
-
-	public Object getObject(String parm1) {
-
-		return null;
-	} // end method getObject
-
-	public int findColumn(String parm1) {
-
-		return 24975593;
-	} // end method findColumn
-
-	public Reader getCharacterStream(int parm1) {
-
-		return null;
-	} // end method getCharacterStream
-
-	public Reader getCharacterStream(String parm1) {
-
-		return null;
-	} // end method getCharacterStream
-
-	public BigDecimal getBigDecimal(int parm1) {
-
-		return null;
-	} // end method getBigDecimal
-
-	public BigDecimal getBigDecimal(String parm1) {
-
-		return null;
-	} // end method getBigDecimal
-
-	public boolean isBeforeFirst() {
-
-		return false;
-	} // end method isBeforeFirst
-
-	public boolean isAfterLast() {
-
-		return true;
-	} // end method isAfterLast
-
-	public boolean isFirst() {
-
-		return true;
-	} // end method isFirst
-
-	public boolean isLast() {
-
-		return true;
-	} // end method isLast
-
-	public void beforeFirst() {
-
-	} // end method beforeFirst
-
-	public void afterLast() {
-
-	} // end method afterLast
-
-	public boolean first() {
-
-		return true;
-	} // end method first
-
-	public boolean last() {
-
-		return false;
-	} // end method last
-
-	public int getRow() {
-
-		return -1536752422;
-	} // end method getRow
-
-	public boolean absolute(int parm1) {
-
-		return false;
-	} // end method absolute
-
-	public boolean relative(int parm1) {
-
-		return true;
-	} // end method relative
-
-	public boolean previous() {
-
-		return true;
-	} // end method previous
-
-	public void setFetchDirection(int parm1) {
-
-	} // end method setFetchDirection
-
-	public int getFetchDirection() {
-
-		return -1136843877;
-	} // end method getFetchDirection
-
-	public void setFetchSize(int parm1) {
-
-	} // end method setFetchSize
-
-	public int getFetchSize() {
-
-		return -2139697329;
-	} // end method getFetchSize
-
-	public int getType() {
-
-		return -631961459;
-	} // end method getType
-
-	public int getConcurrency() {
-
-		return 6231768;
-	} // end method getConcurrency
-
-	public boolean rowUpdated() {
-
-		return true;
-	} // end method rowUpdated
-
-	public boolean rowInserted() {
-
-		return true;
-	} // end method rowInserted
-
-	public boolean rowDeleted() {
-
-		return true;
-	} // end method rowDeleted
-
-	public void updateNull(int parm1) {
-
-	} // end method updateNull
-
-	public void updateBoolean(int parm1, boolean parm2) {
-
-	} // end method updateBoolean
-
-	public void updateByte(int parm1, byte parm2) {
-
-	} // end method updateByte
-
-	public void updateShort(int parm1, short parm2) {
-
-	} // end method updateShort
-
-	public void updateInt(int parm1, int parm2) {
-
-	} // end method updateInt
-
-	public void updateLong(int parm1, long parm2) {
-
-	} // end method updateLong
-
-	public void updateFloat(int parm1, float parm2) {
-
-	} // end method updateFloat
-
-	public void updateDouble(int parm1, double parm2) {
-
-	} // end method updateDouble
-
-	public void updateBigDecimal(int parm1, BigDecimal parm2) {
-
-	} // end method updateBigDecimal
-
-	public void updateString(int parm1, String parm2) {
-
-	} // end method updateString
-
-	public void updateBytes(int parm1, byte[] parm2) {
-
-	} // end method updateBytes
-
-	public void updateDate(int parm1, Date parm2) {
-
-	} // end method updateDate
-
-	public void updateTime(int parm1, Time parm2) {
-
-	} // end method updateTime
-
-	public void updateTimestamp(int parm1, Timestamp parm2) {
-
-	} // end method updateTimestamp
-
-	public void updateAsciiStream(int parm1, InputStream parm2, int parm3) {
-
-	} // end method updateAsciiStream
-
-	public void updateBinaryStream(int parm1, InputStream parm2, int parm3) {
-
-	} // end method updateBinaryStream
-
-	public void updateCharacterStream(int parm1, Reader parm2, int parm3) {
-
-	} // end method updateCharacterStream
-
-	public void updateObject(int parm1, Object parm2, int parm3) {
-
-	} // end method updateObject
-
-	public void updateObject(int parm1, Object parm2) {
-
-	} // end method updateObject
-
-	public void updateNull(String parm1) {
-
-	} // end method updateNull
-
-	public void updateBoolean(String parm1, boolean parm2) {
-
-	} // end method updateBoolean
-
-	public void updateByte(String parm1, byte parm2) {
-
-	} // end method updateByte
-
-	public void updateShort(String parm1, short parm2) {
-
-	} // end method updateShort
-
-	public void updateInt(String parm1, int parm2) {
-
-	} // end method updateInt
-
-	public void updateLong(String parm1, long parm2) {
-
-	} // end method updateLong
-
-	public void updateFloat(String parm1, float parm2) {
-
-	} // end method updateFloat
-
-	public void updateDouble(String parm1, double parm2) {
-
-	} // end method updateDouble
-
-	public void updateBigDecimal(String parm1, BigDecimal parm2) {
-
-	} // end method updateBigDecimal
-
-	public void updateString(String parm1, String parm2) {
-
-	} // end method updateString
-
-	public void updateBytes(String parm1, byte[] parm2) {
-
-	} // end method updateBytes
-
-	public void updateDate(String parm1, Date parm2) {
-
-	} // end method updateDate
-
-	public void updateTime(String parm1, Time parm2) {
-
-	} // end method updateTime
-
-	public void updateTimestamp(String parm1, Timestamp parm2) {
-
-	} // end method updateTimestamp
-
-	public void updateAsciiStream(String parm1, InputStream parm2, int parm3) {
-
-	} // end method updateAsciiStream
-
-	public void updateBinaryStream(String parm1, InputStream parm2, int parm3) {
-
-	} // end method updateBinaryStream
-
-	public void updateCharacterStream(String parm1, Reader parm2, int parm3) {
-
-	} // end method updateCharacterStream
-
-	public void updateObject(String parm1, Object parm2, int parm3) {
-
-	} // end method updateObject
-
-	public void updateObject(String parm1, Object parm2) {
-
-	} // end method updateObject
-
-	public void insertRow() {
-
-	} // end method insertRow
-
-	public void updateRow() {
-
-	} // end method updateRow
-
-	public void deleteRow() {
-
-	} // end method deleteRow
-
-	public void refreshRow() {
-
-	} // end method refreshRow
-
-	public void cancelRowUpdates() {
-
-	} // end method cancelRowUpdates
-
-	public void moveToInsertRow() {
-
-	} // end method moveToInsertRow
-
-	public void moveToCurrentRow() {
-
-	} // end method moveToCurrentRow
-
-	public Statement getStatement() {
-
-		return null;
-	} // end method getStatement
-
-	public Object getObject(int parm1, Map parm2) {
-
-		return null;
-	} // end method getObject
-
-	public Ref getRef(int parm1) {
-
-		return null;
-	} // end method getRef
-
-	public Blob getBlob(int parm1) {
-
-		return null;
-	} // end method getBlob
-
-	public Clob getClob(int parm1) {
-
-		return null;
-	} // end method getClob
-
-	public Array getArray(int parm1) {
-
-		return null;
-	} // end method getArray
-
-	public Object getObject(String parm1, Map parm2) {
-
-		return null;
-	} // end method getObject
-
-	public Ref getRef(String parm1) {
-
-		return null;
-	} // end method getRef
-
-	public Blob getBlob(String parm1) {
-
-		return null;
-	} // end method getBlob
-
-	public Clob getClob(String parm1) {
-
-		return null;
-	} // end method getClob
-
-	public Array getArray(String parm1) {
-
-		return null;
-	} // end method getArray
-
-	public Date getDate(int parm1, Calendar parm2) {
-
-		return null;
-	} // end method getDate
-
-	public Date getDate(String parm1, Calendar parm2) {
-
-		return null;
-	} // end method getDate
-
-	public Time getTime(int parm1, Calendar parm2) {
-
-		return null;
-	} // end method getTime
-
-	public Time getTime(String parm1, Calendar parm2) {
-
-		return null;
-	} // end method getTime
-
-	public Timestamp getTimestamp(int parm1, Calendar parm2) {
-
-		return null;
-	} // end method getTimestamp
-
-	public Timestamp getTimestamp(String parm1, Calendar parm2) {
-
-		return null;
-	} // end method getTimestamp
-
-	public URL getURL(int parm1) {
-
-		return null;
-	} // end method getURL
-
-	public URL getURL(String parm1) {
-
-		return null;
-	} // end method getURL
-
-	public void updateRef(int parm1, Ref parm2) {
-
-	} // end method updateRef
-
-	public void updateRef(String parm1, Ref parm2) {
-
-	} // end method updateRef
-
-	public void updateBlob(int parm1, Blob parm2) {
-
-	} // end method updateBlob
-
-	public void updateBlob(String parm1, Blob parm2) {
-
-	} // end method updateBlob
-
-	public void updateClob(int parm1, Clob parm2) {
-
-	} // end method updateClob
-
-	public void updateClob(String parm1, Clob parm2) {
-
-	} // end method updateClob
-
-	public void updateArray(int parm1, Array parm2) {
-
-	} // end method updateArray
-
-	public void updateArray(String parm1, Array parm2) {
-
-	} // end method updateArray
-
-} // end class ResultSetTest
-
+/* Copyright 2004 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.harmony.sql.tests.java.sql;
+
+import java.io.InputStream;
+import java.io.Reader;
+import java.math.BigDecimal;
+import java.net.URL;
+import java.sql.Array;
+import java.sql.Blob;
+import java.sql.Clob;
+import java.sql.Date;
+import java.sql.Ref;
+import java.sql.ResultSet;
+import java.sql.ResultSetMetaData;
+import java.sql.SQLWarning;
+import java.sql.Statement;
+import java.sql.Time;
+import java.sql.Timestamp;
+import java.util.Calendar;
+import java.util.Map;
+
+public class Impl_ResultSet implements ResultSet {
+
+	public Impl_ResultSet() {
+		super();
+	} // end constructor
+
+	public boolean next() {
+
+		return true;
+	} // end method next
+
+	public void close() {
+
+	} // end method close
+
+	public boolean wasNull() {
+
+		return true;
+	} // end method wasNull
+
+	public String getString(int parm1) {
+
+		return null;
+	} // end method getString
+
+	public boolean getBoolean(int parm1) {
+
+		return true;
+	} // end method getBoolean
+
+	public byte getByte(int parm1) {
+
+		return -8;
+	} // end method getByte
+
+	public short getShort(int parm1) {
+
+		return -12790;
+	} // end method getShort
+
+	public int getInt(int parm1) {
+
+		return -1790920813;
+	} // end method getInt
+
+	public long getLong(int parm1) {
+
+		return -7236492308370801956L;
+	} // end method getLong
+
+	public float getFloat(int parm1) {
+
+		return -1.4686295075661984E37F;
+	} // end method getFloat
+
+	public double getDouble(int parm1) {
+
+		return -1.6820553969741622E308;
+	} // end method getDouble
+
+	public BigDecimal getBigDecimal(int parm1, int parm2) {
+
+		return null;
+	} // end method getBigDecimal
+
+	public byte[] getBytes(int parm1) {
+
+		return null;
+	} // end method getBytes
+
+	public Date getDate(int parm1) {
+
+		return null;
+	} // end method getDate
+
+	public Time getTime(int parm1) {
+
+		return null;
+	} // end method getTime
+
+	public Timestamp getTimestamp(int parm1) {
+
+		return null;
+	} // end method getTimestamp
+
+	public InputStream getAsciiStream(int parm1) {
+
+		return null;
+	} // end method getAsciiStream
+
+	public InputStream getUnicodeStream(int parm1) {
+
+		return null;
+	} // end method getUnicodeStream
+
+	public InputStream getBinaryStream(int parm1) {
+
+		return null;
+	} // end method getBinaryStream
+
+	public String getString(String parm1) {
+
+		return null;
+	} // end method getString
+
+	public boolean getBoolean(String parm1) {
+
+		return false;
+	} // end method getBoolean
+
+	public byte getByte(String parm1) {
+
+		return -10;
+	} // end method getByte
+
+	public short getShort(String parm1) {
+
+		return 13590;
+	} // end method getShort
+
+	public int getInt(String parm1) {
+
+		return 522475063;
+	} // end method getInt
+
+	public long getLong(String parm1) {
+
+		return 6637918619301232066L;
+	} // end method getLong
+
+	public float getFloat(String parm1) {
+
+		return 8.388008941813566E37F;
+	} // end method getFloat
+
+	public double getDouble(String parm1) {
+
+		return 4.221562126032334E307;
+	} // end method getDouble
+
+	public BigDecimal getBigDecimal(String parm1, int parm2) {
+
+		return null;
+	} // end method getBigDecimal
+
+	public byte[] getBytes(String parm1) {
+
+		return null;
+	} // end method getBytes
+
+	public Date getDate(String parm1) {
+
+		return null;
+	} // end method getDate
+
+	public Time getTime(String parm1) {
+
+		return null;
+	} // end method getTime
+
+	public Timestamp getTimestamp(String parm1) {
+
+		return null;
+	} // end method getTimestamp
+
+	public InputStream getAsciiStream(String parm1) {
+
+		return null;
+	} // end method getAsciiStream
+
+	public InputStream getUnicodeStream(String parm1) {
+
+		return null;
+	} // end method getUnicodeStream
+
+	public InputStream getBinaryStream(String parm1) {
+
+		return null;
+	} // end method getBinaryStream
+
+	public SQLWarning getWarnings() {
+
+		return null;
+	} // end method getWarnings
+
+	public void clearWarnings() {
+
+	} // end method clearWarnings
+
+	public String getCursorName() {
+
+		return null;
+	} // end method getCursorName
+
+	public ResultSetMetaData getMetaData() {
+
+		return null;
+	} // end method getMetaData
+
+	public Object getObject(int parm1) {
+
+		return null;
+	} // end method getObject
+
+	public Object getObject(String parm1) {
+
+		return null;
+	} // end method getObject
+
+	public int findColumn(String parm1) {
+
+		return 24975593;
+	} // end method findColumn
+
+	public Reader getCharacterStream(int parm1) {
+
+		return null;
+	} // end method getCharacterStream
+
+	public Reader getCharacterStream(String parm1) {
+
+		return null;
+	} // end method getCharacterStream
+
+	public BigDecimal getBigDecimal(int parm1) {
+
+		return null;
+	} // end method getBigDecimal
+
+	public BigDecimal getBigDecimal(String parm1) {
+
+		return null;
+	} // end method getBigDecimal
+
+	public boolean isBeforeFirst() {
+
+		return false;
+	} // end method isBeforeFirst
+
+	public boolean isAfterLast() {
+
+		return true;
+	} // end method isAfterLast
+
+	public boolean isFirst() {
+
+		return true;
+	} // end method isFirst
+
+	public boolean isLast() {
+
+		return true;
+	} // end method isLast
+
+	public void beforeFirst() {
+
+	} // end method beforeFirst
+
+	public void afterLast() {
+
+	} // end method afterLast
+
+	public boolean first() {
+
+		return true;
+	} // end method first
+
+	public boolean last() {
+
+		return false;
+	} // end method last
+
+	public int getRow() {
+
+		return -1536752422;
+	} // end method getRow
+
+	public boolean absolute(int parm1) {
+
+		return false;
+	} // end method absolute
+
+	public boolean relative(int parm1) {
+
+		return true;
+	} // end method relative
+
+	public boolean previous() {
+
+		return true;
+	} // end method previous
+
+	public void setFetchDirection(int parm1) {
+
+	} // end method setFetchDirection
+
+	public int getFetchDirection() {
+
+		return -1136843877;
+	} // end method getFetchDirection
+
+	public void setFetchSize(int parm1) {
+
+	} // end method setFetchSize
+
+	public int getFetchSize() {
+
+		return -2139697329;
+	} // end method getFetchSize
+
+	public int getType() {
+
+		return -631961459;
+	} // end method getType
+
+	public int getConcurrency() {
+
+		return 6231768;
+	} // end method getConcurrency
+
+	public boolean rowUpdated() {
+
+		return true;
+	} // end method rowUpdated
+
+	public boolean rowInserted() {
+
+		return true;
+	} // end method rowInserted
+
+	public boolean rowDeleted() {
+
+		return true;
+	} // end method rowDeleted
+
+	public void updateNull(int parm1) {
+
+	} // end method updateNull
+
+	public void updateBoolean(int parm1, boolean parm2) {
+
+	} // end method updateBoolean
+
+	public void updateByte(int parm1, byte parm2) {
+
+	} // end method updateByte
+
+	public void updateShort(int parm1, short parm2) {
+
+	} // end method updateShort
+
+	public void updateInt(int parm1, int parm2) {
+
+	} // end method updateInt
+
+	public void updateLong(int parm1, long parm2) {
+
+	} // end method updateLong
+
+	public void updateFloat(int parm1, float parm2) {
+
+	} // end method updateFloat
+
+	public void updateDouble(int parm1, double parm2) {
+
+	} // end method updateDouble
+
+	public void updateBigDecimal(int parm1, BigDecimal parm2) {
+
+	} // end method updateBigDecimal
+
+	public void updateString(int parm1, String parm2) {
+
+	} // end method updateString
+
+	public void updateBytes(int parm1, byte[] parm2) {
+
+	} // end method updateBytes
+
+	public void updateDate(int parm1, Date parm2) {
+
+	} // end method updateDate
+
+	public void updateTime(int parm1, Time parm2) {
+
+	} // end method updateTime
+
+	public void updateTimestamp(int parm1, Timestamp parm2) {
+
+	} // end method updateTimestamp
+
+	public void updateAsciiStream(int parm1, InputStream parm2, int parm3) {
+
+	} // end method updateAsciiStream
+
+	public void updateBinaryStream(int parm1, InputStream parm2, int parm3) {
+
+	} // end method updateBinaryStream
+
+	public void updateCharacterStream(int parm1, Reader parm2, int parm3) {
+
+	} // end method updateCharacterStream
+
+	public void updateObject(int parm1, Object parm2, int parm3) {
+
+	} // end method updateObject
+
+	public void updateObject(int parm1, Object parm2) {
+
+	} // end method updateObject
+
+	public void updateNull(String parm1) {
+
+	} // end method updateNull
+
+	public void updateBoolean(String parm1, boolean parm2) {
+
+	} // end method updateBoolean
+
+	public void updateByte(String parm1, byte parm2) {
+
+	} // end method updateByte
+
+	public void updateShort(String parm1, short parm2) {
+
+	} // end method updateShort
+
+	public void updateInt(String parm1, int parm2) {
+
+	} // end method updateInt
+
+	public void updateLong(String parm1, long parm2) {
+
+	} // end method updateLong
+
+	public void updateFloat(String parm1, float parm2) {
+
+	} // end method updateFloat
+
+	public void updateDouble(String parm1, double parm2) {
+
+	} // end method updateDouble
+
+	public void updateBigDecimal(String parm1, BigDecimal parm2) {
+
+	} // end method updateBigDecimal
+
+	public void updateString(String parm1, String parm2) {
+
+	} // end method updateString
+
+	public void updateBytes(String parm1, byte[] parm2) {
+
+	} // end method updateBytes
+
+	public void updateDate(String parm1, Date parm2) {
+
+	} // end method updateDate
+
+	public void updateTime(String parm1, Time parm2) {
+
+	} // end method updateTime
+
+	public void updateTimestamp(String parm1, Timestamp parm2) {
+
+	} // end method updateTimestamp
+
+	public void updateAsciiStream(String parm1, InputStream parm2, int parm3) {
+
+	} // end method updateAsciiStream
+
+	public void updateBinaryStream(String parm1, InputStream parm2, int parm3) {
+
+	} // end method updateBinaryStream
+
+	public void updateCharacterStream(String parm1, Reader parm2, int parm3) {
+
+	} // end method updateCharacterStream
+
+	public void updateObject(String parm1, Object parm2, int parm3) {
+
+	} // end method updateObject
+
+	public void updateObject(String parm1, Object parm2) {
+
+	} // end method updateObject
+
+	public void insertRow() {
+
+	} // end method insertRow
+
+	public void updateRow() {
+
+	} // end method updateRow
+
+	public void deleteRow() {
+
+	} // end method deleteRow
+
+	public void refreshRow() {
+
+	} // end method refreshRow
+
+	public void cancelRowUpdates() {
+
+	} // end method cancelRowUpdates
+
+	public void moveToInsertRow() {
+
+	} // end method moveToInsertRow
+
+	public void moveToCurrentRow() {
+
+	} // end method moveToCurrentRow
+
+	public Statement getStatement() {
+
+		return null;
+	} // end method getStatement
+
+	public Object getObject(int parm1, Map parm2) {
+
+		return null;
+	} // end method getObject
+
+	public Ref getRef(int parm1) {
+
+		return null;
+	} // end method getRef
+
+	public Blob getBlob(int parm1) {
+
+		return null;
+	} // end method getBlob
+
+	public Clob getClob(int parm1) {
+
+		return null;
+	} // end method getClob
+
+	public Array getArray(int parm1) {
+
+		return null;
+	} // end method getArray
+
+	public Object getObject(String parm1, Map parm2) {
+
+		return null;
+	} // end method getObject
+
+	public Ref getRef(String parm1) {
+
+		return null;
+	} // end method getRef
+
+	public Blob getBlob(String parm1) {
+
+		return null;
+	} // end method getBlob
+
+	public Clob getClob(String parm1) {
+
+		return null;
+	} // end method getClob
+
+	public Array getArray(String parm1) {
+
+		return null;
+	} // end method getArray
+
+	public Date getDate(int parm1, Calendar parm2) {
+
+		return null;
+	} // end method getDate
+
+	public Date getDate(String parm1, Calendar parm2) {
+
+		return null;
+	} // end method getDate
+
+	public Time getTime(int parm1, Calendar parm2) {
+
+		return null;
+	} // end method getTime
+
+	public Time getTime(String parm1, Calendar parm2) {
+
+		return null;
+	} // end method getTime
+
+	public Timestamp getTimestamp(int parm1, Calendar parm2) {
+
+		return null;
+	} // end method getTimestamp
+
+	public Timestamp getTimestamp(String parm1, Calendar parm2) {
+
+		return null;
+	} // end method getTimestamp
+
+	public URL getURL(int parm1) {
+
+		return null;
+	} // end method getURL
+
+	public URL getURL(String parm1) {
+
+		return null;
+	} // end method getURL
+
+	public void updateRef(int parm1, Ref parm2) {
+
+	} // end method updateRef
+
+	public void updateRef(String parm1, Ref parm2) {
+
+	} // end method updateRef
+
+	public void updateBlob(int parm1, Blob parm2) {
+
+	} // end method updateBlob
+
+	public void updateBlob(String parm1, Blob parm2) {
+
+	} // end method updateBlob
+
+	public void updateClob(int parm1, Clob parm2) {
+
+	} // end method updateClob
+
+	public void updateClob(String parm1, Clob parm2) {
+
+	} // end method updateClob
+
+	public void updateArray(int parm1, Array parm2) {
+
+	} // end method updateArray
+
+	public void updateArray(String parm1, Array parm2) {
+
+	} // end method updateArray
+
+} // end class ResultSetTest
+

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/Impl_ResultSet.java
------------------------------------------------------------------------------
    svn:eol-style = native