Uses of Class
org.h2.jdbc.JdbcStatement
-
Packages that use JdbcStatement Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql). -
-
Uses of JdbcStatement in org.h2.jdbc
Subclasses of JdbcStatement in org.h2.jdbc Modifier and Type Class Description class
JdbcCallableStatement
Represents a callable statement.class
JdbcPreparedStatement
Represents a prepared statement.Fields in org.h2.jdbc declared as JdbcStatement Modifier and Type Field Description private JdbcStatement
JdbcResultSet. stat
Constructors in org.h2.jdbc with parameters of type JdbcStatement Constructor Description JdbcResultSet(JdbcConnection conn, JdbcStatement stat, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, boolean triggerUpdatable)
-