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 classJdbcCallableStatementRepresents a callable statement.classJdbcPreparedStatementRepresents a prepared statement.Fields in org.h2.jdbc declared as JdbcStatement Modifier and Type Field Description private JdbcStatementJdbcResultSet. statConstructors 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)
-