Uses of Class
org.sape.carbon.services.sql.ResultSetConcurrencyEnum.ResultSetConcurrencyEnumNotFoundException

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
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.