Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
com.streamscape.sdo.sql | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCCallableStatement
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
CallableStatement |
JDBCConnection.prepareCall(java.lang.String sql)
Creates a
CallableStatement object for calling
database stored procedures. |
CallableStatement |
JDBCConnection.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency. |
CallableStatement |
JDBCConnection.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency. |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseCallableConnectionStatement
Title: Open Service Framework
|
Modifier and Type | Method and Description |
---|---|
CallableStatement |
DatabaseConnectionDelegate.prepareCall(java.lang.String sql) |
CallableStatement |
DatabaseConnectionDelegate.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency) |
CallableStatement |
DatabaseConnectionDelegate.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Modifier and Type | Method and Description |
---|---|
void |
RowSetInterface.populateOutParameters(CallableStatement callable,
SQLQueryParameterList parameters) |
void |
RowSet.populateOutParameters(CallableStatement callable,
SQLQueryParameterList parameters) |
Modifier and Type | Method and Description |
---|---|
static CallableStatement |
SQLQueryFactory.createCallableStatement(Connection connection,
SQLQuery object)
Creates callable statement based on given connection and sql query object.
|
Modifier and Type | Method and Description |
---|---|
CallableStatement |
Connection.prepareCall(java.lang.String sql)
Creates a
CallableStatement object for calling
database stored procedures. |
CallableStatement |
Connection.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency. |
CallableStatement |
Connection.prepareCall(java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.