[Mulgara-svn] r340 - branches/java-1.6/src/jar/util/java/org/mulgara/util
pag at mulgara.org
pag at mulgara.org
Mon Aug 6 19:36:53 UTC 2007
Author: pag
Date: 2007-08-06 14:36:53 -0500 (Mon, 06 Aug 2007)
New Revision: 340
Modified:
branches/java-1.6/src/jar/util/java/org/mulgara/util/TestResultSet.java
Log:
New Java 6 method stubs added
Modified: branches/java-1.6/src/jar/util/java/org/mulgara/util/TestResultSet.java
===================================================================
--- branches/java-1.6/src/jar/util/java/org/mulgara/util/TestResultSet.java 2007-08-06 18:28:59 UTC (rev 339)
+++ branches/java-1.6/src/jar/util/java/org/mulgara/util/TestResultSet.java 2007-08-06 19:36:53 UTC (rev 340)
@@ -1313,6 +1313,62 @@
}
+ public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateAsciiStream(int columnIndex, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateBinaryStream(int columnIndex, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateClob(int columnIndex, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateClob(String columnLabel, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateNClob(int columnIndex, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
+ public void updateNClob(String columnLabel, Reader reader) throws SQLException {
+ // Empty stub
+ }
+
public boolean isWrapperFor(Class<?> iface) throws SQLException {
// TODO Auto-generated method stub
return false;
More information about the Mulgara-svn
mailing list