Uses of Class
org.h2.jdbc.JdbcStatement
Packages that use JdbcStatement
-
Uses of JdbcStatement in org.h2.jdbc
Subclasses of JdbcStatement in org.h2.jdbcModifier and TypeClassDescriptionfinal class
Represents a callable statement.class
Represents a prepared statement.Fields in org.h2.jdbc declared as JdbcStatementConstructors in org.h2.jdbc with parameters of type JdbcStatementModifierConstructorDescriptionJdbcResultSet
(JdbcConnection conn, JdbcStatement stat, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, boolean triggerUpdatable)