Uses of Class
org.teiid.jdbc.CallableStatementImpl
-
Packages that use CallableStatementImpl Package Description org.teiid.jdbc -
-
Uses of CallableStatementImpl in org.teiid.jdbc
Methods in org.teiid.jdbc that return CallableStatementImpl Modifier and Type Method Description CallableStatementImpl
ConnectionImpl. prepareCall(String sql)
Creates a CallableStatement object that contains sql and that will produce ResultSet objects that are non-scrollable and non-updatable.CallableStatementImpl
ConnectionImpl. prepareCall(String sql, int resultSetType, int resultSetConcurrency)
CallableStatementImpl
ConnectionImpl. prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-