Package | Description |
---|---|
org.hsqldb.jdbc |
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
|
Modifier and Type | Method and Description |
---|---|
static JDBCResultSet |
JDBCResultSet.newEmptyResultSet() |
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 return a ResultSet object. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCClobClient.setWritable(JDBCResultSet result,
int index) |
void |
JDBCBlobClient.setWritable(JDBCResultSet result,
int index) |
Copyright © 2001 - 2017 HSQL Development Group.