Package | Description |
---|---|
org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.