Uses of Class
org.teiid.jdbc.PreparedStatementImpl
-
Packages that use PreparedStatementImpl Package Description org.teiid.jdbc -
-
Uses of PreparedStatementImpl in org.teiid.jdbc
Subclasses of PreparedStatementImpl in org.teiid.jdbc Modifier and Type Class Description classCallableStatementImplMethods in org.teiid.jdbc that return PreparedStatementImpl Modifier and Type Method Description PreparedStatementImplConnectionImpl. prepareStatement(String sql)PreparedStatementImplConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency)PreparedStatementImplConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)PreparedStatementImplConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys)
-