Uses of Interface
org.h2.jdbc.JdbcStatementBackwardsCompat
-
Packages that use JdbcStatementBackwardsCompat Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql). -
-
Uses of JdbcStatementBackwardsCompat in org.h2.jdbc
Classes in org.h2.jdbc that implement JdbcStatementBackwardsCompat Modifier and Type Class Description class
JdbcCallableStatement
Represents a callable statement.class
JdbcPreparedStatement
Represents a prepared statement.class
JdbcStatement
Represents a statement.
-