Uses of Class
org.jivesoftware.database.StatementWrapper
-
Packages that use StatementWrapper Package Description org.jivesoftware.database Database connection code. -
-
Uses of StatementWrapper in org.jivesoftware.database
Subclasses of StatementWrapper in org.jivesoftware.database Modifier and Type Class Description class
CallableStatementWrapper
An implementation of the CallableStatement interface that wraps an underlying CallableStatement object.class
PreparedStatementWrapper
An implementation of the PreparedStatement interface that wraps an underlying PreparedStatement object.
-