| 程序包 | 说明 |
|---|---|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| 限定符和类型 | 方法和说明 |
|---|---|
Constant |
Schema.findConstant(String constantName)
Try to find a user defined constant with this name.
|
Constant |
Schema.findConstant(String constantName)
Try to find a user defined constant with this name.
|
Constant |
Schema.getConstant(String constantName)
Get the user defined constant with the given name.
|
Constant |
Schema.getConstant(String constantName)
Get the user defined constant with the given name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Constant> |
Schema.getAllConstants() |
Collection<Constant> |
Schema.getAllConstants() |
Copyright © 2022. All rights reserved.