| Package | Description |
|---|---|
| org.teiid.metadata | |
| org.teiid.translator.object.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) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
JavaBeanMetadataProcessor.addColumn(MetadataFactory mf,
Class<?> type,
String attributeName,
String nis,
Column.SearchType searchType,
Table entityTable,
boolean selectable,
BaseColumn.NullType nt,
boolean updatable,
ObjectConnection conn) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.