At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 373
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Mon 2007-12-17 21:49:39 -0200
message:
Accidentally checked in generated version of file.
modified:
acinclude.m4 acinclude.m4-20070228020914-u2pk759xg7thauwf-8
java/com/mysql/cluster/ndbj/ThrowingResultSetJDBC4.java
throwingresultsetjdb-20071212130812-wei7y13tengq7up8-1
=== modified file 'acinclude.m4'
--- a/acinclude.m4 2007-12-13 02:35:46 +0000
+++ b/acinclude.m4 2007-12-17 23:49:39 +0000
@@ -174,7 +174,7 @@
AS_IF([test "x$with_ruby" != "xno"],[
AS_IF([test "x$with_ruby" != "xyes"],
[ac_chk_ruby=$with_ruby],
- [ac_chk_ruby=ruby])
+ [ac_chk_ruby=ruby1.8 ruby])
AC_CHECK_PROGS(RUBY,$ac_chk_ruby)
])
=== modified file 'java/com/mysql/cluster/ndbj/ThrowingResultSetJDBC4.java'
--- a/java/com/mysql/cluster/ndbj/ThrowingResultSetJDBC4.java 2007-12-14 18:13:30 +0000
+++ b/java/com/mysql/cluster/ndbj/ThrowingResultSetJDBC4.java 2007-12-17 23:49:39 +0000
@@ -1,12 +1,128 @@
-/* This is a generated file to work around jre5/jre6 issues. If this file
- is here, the build thinks you are using java5. If you aren't please
- report a bug */
package com.mysql.cluster.ndbj;
+import java.io.Reader;
+import java.sql.SQLException;
+import java.sql.RowId;
+import java.sql.SQLXML;
+import java.sql.NClob;
+
+
public class ThrowingResultSetJDBC4 {
public ThrowingResultSetJDBC4() {
super();
}
-}
+ public RowId getRowId(int arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getRowId");
+
+ }
+
+ public RowId getRowId(String arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getRowId");
+
+ }
+
+ public SQLXML getSQLXML(int arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getSQLXML");
+
+ }
+
+ public SQLXML getSQLXML(String arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getSQLXML");
+
+ }
+
+ public void updateNCharacterStream(int arg0, Reader arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNCharacterStream");
+
+ }
+
+ public void updateNCharacterStream(String arg0, Reader arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNCharacterStream");
+
+ }
+
+ public void updateNClob(int arg0, NClob arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNClob");
+
+ }
+
+ public void updateNClob(int arg0, Reader arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNClob");
+
+ }
+
+ public void updateNClob(String arg0, NClob arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNClob");
+
+ }
+
+ public void updateNClob(String arg0, Reader arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateNClob");
+
+ }
+
+ public void updateRowId(int arg0, RowId arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateRowId");
+
+ }
+
+ public void updateRowId(String arg0, RowId arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateRowId");
+
+ }
+
+ public void updateSQLXML(int arg0, SQLXML arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateSQLXML");
+
+ }
+
+ public void updateSQLXML(String arg0, SQLXML arg1) throws SQLException {
+ // TODO Auto-generated method stub
+ //
+ throw new NotImplementedException("updateSQLXML");
+
+ }
+
+ public NClob getNClob(int arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getNClob");
+
+ }
+
+ public NClob getNClob(String arg0) throws SQLException {
+ // TODO Auto-generated method stub
+ // return null;
+ throw new NotImplementedException("getNClob");
+
+ }
+
+}
\ No newline at end of file
| Thread |
|---|
| • Rev 373: Accidentally checked in generated version of file. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 18 Dec |