Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / derby-10.3.2.1 / java / engine / org / apache / derby / impl / jdbc / EmbedResultSet169.java
diff --git a/JMCR-Stable/real-world application/derby-10.3.2.1/java/engine/org/apache/derby/impl/jdbc/EmbedResultSet169.java b/JMCR-Stable/real-world application/derby-10.3.2.1/java/engine/org/apache/derby/impl/jdbc/EmbedResultSet169.java
new file mode 100644 (file)
index 0000000..73e5882
--- /dev/null
@@ -0,0 +1,53 @@
+/*\r
+\r
+Derby - Class org.apache.derby.impl.jdbc.EmbedResultSet169\r
+\r
+Licensed to the Apache Software Foundation (ASF) under one or more\r
+contributor license agreements.  See the NOTICE file distributed with\r
+this work for additional information regarding copyright ownership.\r
+The ASF licenses this file to you under the Apache License, Version 2.0\r
+(the "License"); you may not use this file except in compliance with\r
+the License.  You may obtain a copy of the License at\r
+\r
+   http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+Unless required by applicable law or agreed to in writing, software\r
+distributed under the License is distributed on an "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+See the License for the specific language governing permissions and\r
+limitations under the License.\r
+\r
+*/\r
+\r
+package org.apache.derby.impl.jdbc;\r
+\r
+import org.apache.derby.iapi.sql.ResultSet;\r
+import java.sql.SQLException;\r
+\r
+/**\r
+ * ResultSet implementation for JSR169.\r
+ * Adds no functionality to its (abstract) parent class.\r
+ * If Derby could be compiled against JSR169 that the parent\r
+ * class could be the concrete class for the environment.\r
+ * Just like for the JDBC 2.0 specific classes.\r
+ * Until that is possible (ie. easily downloadable J2ME/CDC/Foundation/JSR169\r
+ * jar files, this class is required and is only compiled by an optional target.\r
+ <P><B>Supports</B>\r
+ <UL>\r
+ <LI> JSR 169\r
+ </UL>\r
+\r
+ */\r
+\r
+public final class EmbedResultSet169 extends EmbedResultSet\r
+{\r
+    public EmbedResultSet169(EmbedConnection conn, \r
+            ResultSet resultsToWrap,  \r
+            boolean forMetaData,\r
+            EmbedStatement stmt,\r
+            boolean isAtomic)  \r
+       throws SQLException\r
+       {\r
+       super(conn, resultsToWrap, forMetaData, stmt, isAtomic);\r
+       }\r
+}
\ No newline at end of file