| 程序包 | 说明 |
|---|---|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdbcCallableStatement
Represents a callable statement.
|
class |
JdbcPreparedStatement
Represents a prepared statement.
|
| 构造器和说明 |
|---|
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
Copyright © 2022. All rights reserved.