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 class
CallableStatementImpl
Methods in org.teiid.jdbc that return PreparedStatementImpl Modifier and Type Method Description PreparedStatementImpl
ConnectionImpl. prepareStatement(String sql)
PreparedStatementImpl
ConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
PreparedStatementImpl
ConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
PreparedStatementImpl
ConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys)
-