Package | Description |
---|---|
org.teiid.metadata | |
org.teiid.metadata.index |
Modifier and Type | Class and Description |
---|---|
class |
ForeignKey
ForeignKeyRecordImpl
|
class |
KeyRecord |
class |
Table |
Modifier and Type | Method and Description |
---|---|
ColumnSet<?> |
Column.getParent() |
ColumnSet<Procedure> |
Procedure.getResultSet() |
Modifier and Type | Method and Description |
---|---|
Column |
MetadataFactory.addColumn(String name,
String type,
ColumnSet<?> table)
Adds a column to the table with the given name and type.
|
Column |
MetadataFactory.renameColumn(String oldName,
String name,
ColumnSet<?> table) |
void |
Column.setParent(ColumnSet<?> parent) |
void |
Procedure.setResultSet(ColumnSet<Procedure> resultSet) |
Modifier and Type | Method and Description |
---|---|
ColumnSet |
RecordFactory.createColumnSetRecord(char[] record,
ColumnSet columnSet)
Create a ColumnSetRecord instance from the specified index record
|
Modifier and Type | Method and Description |
---|---|
ColumnSet |
RecordFactory.createColumnSetRecord(char[] record,
ColumnSet columnSet)
Create a ColumnSetRecord instance from the specified index record
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.