|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Element
Represents an element, such as a column, in runtime metadata.
| Field Summary |
|---|
| Fields inherited from interface org.teiid.connector.metadata.runtime.TypeModel |
|---|
NOT_NULLABLE, NOT_SEARCHABLE, NULLABLE, NULLABLE_UNKNOWN, SEARCHABLE, SEARCHABLE_COMPARE, SEARCHABLE_LIKE |
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
Get the Format property |
java.lang.Object |
getMaximumValue()
Get maximum value |
java.lang.Object |
getMinimumValue()
Get minimum value |
java.lang.String |
getNativeType()
Get the native type imported for this column. |
Group |
getParent()
Get the parent |
int |
getPosition()
Get position of this element in it's group. |
int |
getSearchability()
Get searchability of this column. |
boolean |
isAutoIncremented()
Is auto-incremented? |
boolean |
isCaseSensitive()
Is case sensitive? |
| Methods inherited from interface org.teiid.connector.metadata.runtime.MetadataObject |
|---|
getFullName, getName, getNameInSource, getProperties |
| Methods inherited from interface org.teiid.connector.metadata.runtime.TypeModel |
|---|
getDefaultValue, getJavaType, getLength, getModeledBaseType, getModeledPrimitiveType, getModeledType, getNullability, getPrecision, getScale |
| Method Detail |
|---|
int getPosition()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadata
java.lang.Object getMinimumValue()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadata
java.lang.Object getMaximumValue()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadata
boolean isAutoIncremented()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadata
int getSearchability()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadataTypeModel.NOT_SEARCHABLE,
TypeModel.SEARCHABLE,
TypeModel.SEARCHABLE_COMPARE,
TypeModel.SEARCHABLE_LIKE
boolean isCaseSensitive()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
from runtime metadata
java.lang.String getNativeType()
throws ConnectorException
ConnectorException - If an error occurs retrieving the data
java.lang.String getFormat()
throws ConnectorException
ConnectorException
Group getParent()
throws ConnectorException
ConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||