Package | Description |
---|---|
org.teiid.jdbc |
Modifier and Type | Method and 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)
Creates a CallableStatement object that contains a sql and that will produce
ResultSet objects of the type resultSetType and with a concurrency level of
resultSetConcurrency.
|
CallableStatementImpl |
ConnectionImpl.prepareCall(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Copyright © 2019. All rights reserved.