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 classRepresents a callable statement.classRepresents 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)