Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.ds.mf | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCCallableStatement
Title: Dataspace Framework
|
class |
JDBCPreparedStatement
Title: Dataspace Framework
|
class |
JDBCStatement
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Statement |
JDBCConnection.createStatement()
Creates a
Statement object for sending
SQL statements to the database. |
Statement |
JDBCConnection.createStatement(int resultSetType,
int resultSetConcurrency)
Creates a
Statement object that will generate
ResultSet objects with the given type and concurrency. |
Statement |
JDBCConnection.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates a
Statement object that will generate
ResultSet objects with the given type, concurrency,
and holdability. |
Statement |
JDBCResultSet.getStatement()
Retrieves the
Statement object that produced this
ResultSet object. |
Modifier and Type | Method and Description |
---|---|
static Statement |
DataspaceAccessorProxy.createStatementAndExecute(Connection connection,
java.lang.String query,
int fetchSize) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseCallableConnectionStatement
Title: Open Service Framework
|
class |
DatabaseConnectionStatement
Title: Open Service Framework
|
class |
DatabasePreparedConnectionStatement
Title: Open Service Framework
|
Modifier and Type | Method and Description |
---|---|
Statement |
DatabaseConnectionDelegate.createStatement() |
Statement |
DatabaseConnectionDelegate.createStatement(int resultSetType,
int resultSetConcurrency) |
Statement |
DatabaseConnectionDelegate.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Modifier and Type | Method and Description |
---|---|
Statement |
RowSet.getStatement()
This method is not currently implemented.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CallableStatement
The interface used to execute SQL stored procedures.
|
interface |
PreparedStatement
An object that represents a precompiled SQL statement.
|
Modifier and Type | Method and Description |
---|---|
Statement |
Connection.createStatement()
Creates a
Statement object for sending
SQL statements to the database. |
Statement |
Connection.createStatement(int resultSetType,
int resultSetConcurrency)
Creates a
Statement object that will generate
ResultSet objects with the given type and concurrency. |
Statement |
Connection.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates a
Statement object that will generate
ResultSet objects with the given type, concurrency,
and holdability. |
Statement |
ResultSet.getStatement()
Retrieves the
Statement object that produced this
ResultSet object. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.