Uses of Interface
org.h2.command.CommandInterface
Packages that use CommandInterface
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC API (package java.sql).
-
Uses of CommandInterface in org.h2.command
Classes in org.h2.command that implement CommandInterfaceModifier and TypeClassDescriptionclassRepresents a SQL statement.classRepresents a single SQL statements.classRepresents the client-side part of a SQL statement. -
Uses of CommandInterface in org.h2.engine
Methods in org.h2.engine that return CommandInterfaceModifier and TypeMethodDescriptionabstract CommandInterfaceSession.prepareCommand(String sql, int fetchSize) Parse a command and prepare it for execution.SessionLocal.prepareCommand(String sql, int fetchSize) SessionRemote.prepareCommand(String sql, int fetchSize) -
Uses of CommandInterface in org.h2.jdbc
Fields in org.h2.jdbc declared as CommandInterfaceConstructors in org.h2.jdbc with parameters of type CommandInterfaceModifierConstructorDescriptionJdbcResultSet(JdbcConnection conn, JdbcStatement stat, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, boolean triggerUpdatable)