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 classCallableStatementWrapperThe interface used to execute SQL stored procedures.classPreparedStatementWrapperA wrapper for a PreparedStatement
-