Uses of Class
com.gargoylesoftware.base.resource.jdbc.StatementWrapper
-
Packages that use StatementWrapper Package Description com.gargoylesoftware.base.resource.jdbc An implementation of.ResourceFactory that manages JDBC connections -
-
Uses of StatementWrapper in com.gargoylesoftware.base.resource.jdbc
Subclasses of StatementWrapper in com.gargoylesoftware.base.resource.jdbc Modifier and Type Class Description class
CallableStatementWrapper
The interface used to execute SQL stored procedures.class
PreparedStatementWrapper
A wrapper for a PreparedStatement
-