getResultSet
java.sql.ResultSet getResultSet()
Read
int read(byte[] readbuf) throws java.sql.SQLException
インプット用の行ブロックを取得します。
Write
void write(byte[] writebuf, int datalen) throws java.sql.SQLException
エクスポート用の行ブロックを取得します。
java.sql.ResultSet getResultSet()
int read(byte[] readbuf) throws java.sql.SQLException
インプット用の行ブロックを取得します。
void write(byte[] writebuf, int datalen) throws java.sql.SQLException
エクスポート用の行ブロックを取得します。