|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSetConcurrencyEnum.ResultSetConcurrencyEnumNotFoundException | |
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.ResultSetConcurrencyEnumNotFoundException in org.sape.carbon.services.sql |
Methods in org.sape.carbon.services.sql that throw ResultSetConcurrencyEnum.ResultSetConcurrencyEnumNotFoundException | |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |