Package | Description |
---|---|
org.teiid.metadata |
Modifier and Type | Method and Description |
---|---|
Column.SearchType |
Datatype.getSearchType() |
Column.SearchType |
Column.getSearchType() |
static Column.SearchType |
Column.SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.SearchType[] |
Column.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Datatype.setSearchType(Column.SearchType s) |
void |
Column.setSearchType(Column.SearchType s) |
Copyright © 2019. All rights reserved.