| Package | Description |
|---|---|
| com.hp.hpl.jena.sdb.sql | |
| com.hp.hpl.jena.sdb.store |
| Modifier and Type | Method and Description |
|---|---|
ResultSetJDBC |
SDBConnection.exec(String sqlString)
Execute a statement, return the result set if there was one, else null
|
ResultSetJDBC |
SDBConnection.execQuery(String sqlString) |
ResultSetJDBC |
SDBConnection.execQuery(String sqlString,
int fetchSize) |
ResultSetJDBC |
SDBConnection.execSilent(String sqlString)
Execute a statement, return the result set if there was one, else null.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RS.close(ResultSetJDBC rs) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
SQLBridgeBase.assembleResults(ResultSetJDBC rs,
Binding binding,
ExecutionContext execCxt) |
QueryIterator |
SQLBridge.assembleResults(ResultSetJDBC jdbcResultSet,
Binding binding,
ExecutionContext execCtl)
Process a JDBC result set
|
Licenced under the Apache License, Version 2.0