Package | Description |
---|---|
org.hsqldb.jdbc |
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
|
Modifier and Type | Method | Description |
---|---|---|
static JDBCResultSet |
JDBCResultSet.newEptyResultSet() |
|
static JDBCResultSet |
JDBCResultSet.newJDBCResultSet(org.hsqldb.result.Result r,
org.hsqldb.result.ResultMetaData metaData) |
Factory method returns a new
JDBCResultSet object for
use with user defined functions that retrun a ResultSet object. |
Modifier and Type | Method | Description |
---|---|---|
void |
JDBCBlobClient.setWritable(JDBCResultSet result,
int index) |
|
void |
JDBCClobClient.setWritable(JDBCResultSet result,
int index) |
Copyright �� 2001 - 2013 HSQL Development Group.