| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ArrayList<Token> |
Prepared.sqlTokens
The SQL tokens.
|
protected ArrayList<Token> |
Prepared.sqlTokens
The SQL tokens.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Token |
Token.clone() |
protected Token |
Token.clone() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<Token> |
Prepared.getSQLTokens()
Get the SQL tokens.
|
ArrayList<Token> |
Prepared.getSQLTokens()
Get the SQL tokens.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Prepared.setSQL(String sql,
ArrayList<Token> sqlTokens)
Set the SQL statement.
|
void |
Prepared.setSQL(String sql,
ArrayList<Token> sqlTokens)
Set the SQL statement.
|
Copyright © 2022. All rights reserved.