Sybaseデータベースでsql Arrayを使用しているときに"createArrayOf(String arg0, Object[] arg1)has not been completed and should not be called."
実行時例外が発生します。
使用法:
String[] list = {"test"};
statement.setArray(1, statement.getConnection().createArrayOf("varchar", ist));
例外:
Exception in thread "main" com.sybase.jdbc4.utils.UnimplementedOperationException: The method com.sybase.jdbc4.jdbc.SybConnection.public Array createArrayOf(String arg0, Object[] arg1) has not been completed and should not be called.
at com.sybase.jdbc4.jdbc.ErrorMessage.raiseRuntimeException(Unknown Source)
at com.sybase.jdbc4.utils.Debug.notImplemented(Unknown Source)
at com.sybase.jdbc4.jdbc.SybConnection.createArrayOf(Unknown Source)