| Package | Description |
|---|---|
| gu.sql2java |
| Modifier and Type | Method and Description |
|---|---|
static Constant.JdbcProperty |
Constant.JdbcProperty.fromKey(java.lang.String key)
cast
key to Constant.JdbcProperty instance if key field equal the argument key,
otherwise return null |
static Constant.JdbcProperty |
Constant.JdbcProperty.fromKey(java.lang.String key,
java.lang.String prefix)
cast
key to Constant.JdbcProperty instance if key field equal the argument key,
otherwise return null be equivalent to fromKey(String) if prefix be null |
static Constant.JdbcProperty |
Constant.JdbcProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constant.JdbcProperty[] |
Constant.JdbcProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All Rights Reserved.