| Modifier and Type | Method and Description |
|---|---|
static PersistType |
PersistType.fromInt(int ptype) |
PersistType |
TableEnv.getDb_type() |
PersistType |
TableEnv.getDbType() |
static PersistType |
PersistType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistType[] |
PersistType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableEnv.setDb_type(PersistType db_type) |
void |
TableEnv.setDbType(PersistType db_type) |
Copyright © 2021. All rights reserved.