|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSetConcurrencyEnum | |
org.sape.carbon.services.sql |
The Carbon SQL service comprises of
SqlStatementFactory - The functional interface to the component
DefaultStatementFactoryImpl - The default funtional implementation that defines the
createPreparedStatement and createCallableStatement methods. |
Uses of ResultSetConcurrencyEnum in org.sape.carbon.services.sql |
Fields in org.sape.carbon.services.sql declared as ResultSetConcurrencyEnum | |
static ResultSetConcurrencyEnum |
ResultSetConcurrencyEnum.CONCUR_READ_ONLY
Represents the read-only type of concurrency |
static ResultSetConcurrencyEnum |
ResultSetConcurrencyEnum.CONCUR_UPDATABLE
Represents the updatable type of concurrency |
Methods in org.sape.carbon.services.sql that return ResultSetConcurrencyEnum | |
ResultSetConcurrencyEnum |
StatementFactoryConfiguration.getResultSetConcurrency()
Getter for the configured default result set concurrency. |
ResultSetConcurrencyEnum |
StatementConfiguration.getResultSetConcurrency()
Getter for the configured query's result set concurrency. |
static ResultSetConcurrencyEnum |
ResultSetConcurrencyEnum.getByName(String name)
Looks up a ResultSetConcurrencyEnum by its
string representation |
static ResultSetConcurrencyEnum |
ResultSetConcurrencyEnum.getByOrdinal(int ordinal)
Looks up a ResultSetConcurrencyEnum by its
ordinal representation |
Methods in org.sape.carbon.services.sql with parameters of type ResultSetConcurrencyEnum | |
void |
StatementFactoryConfiguration.setResultSetConcurrency(ResultSetConcurrencyEnum resultSetConcurrency)
Setter for the concurrency of the result set. |
void |
StatementConfiguration.setResultSetConcurrency(ResultSetConcurrencyEnum resultSetConcurrency)
Setter for the concurrency of the result set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |