| Modifier and Type | Method and Description |
|---|---|
Column |
ColumnReference.getMetadataObject() |
| Modifier and Type | Method and Description |
|---|---|
ColumnReference |
LanguageFactory.createColumnReference(String name,
NamedTable group,
Column metadataReference,
Class<?> type) |
void |
ColumnReference.setMetadataObject(Column metadataObject) |
| Constructor and Description |
|---|
ColumnReference(NamedTable group,
String name,
Column metadataObject,
Class<?> type) |
| 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.addProcedureResultSetColumn(String name,
String type,
Procedure procedure)
Add a procedure resultset column to the given procedure.
|
Column |
RuntimeMetadata.getColumn(String fullName)
Look up an object by identifier
|
Column |
RuntimeMetadata.getColumn(String schema,
String table,
String name)
Look up an object by identifier
|
Column |
ColumnSet.getColumnByName(String name)
Get the
Column via a case-insensitive lookup |
Column |
MetadataFactory.renameColumn(String oldName,
String name,
ColumnSet<?> table) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
ColumnSet.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addColumn(Column column) |
void |
ColumnSet.addColumn(Column column) |
void |
MetadataFactory.addColumnPermission(String role,
Column resource,
Boolean allowCreate,
Boolean allowRead,
Boolean allowUpdate,
String condition,
String mask,
Integer order)
Add a permission for a
Column |
int |
Column.compareTo(Column record) |
ColumnStats |
DefaultMetadataRepository.getColumnStats(String vdbName,
String vdbVersion,
Column column)
Deprecated.
Get updated
ColumnStats for the given column |
void |
ColumnSet.removeColumn(Column column) |
void |
MetadataRepository.setColumnStats(String vdbName,
String vdbVersion,
Column column,
ColumnStats columnStats)
Set the
ColumnStats for a given column |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnSet.setColumns(List<Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
Column |
RecordFactory.createColumnRecord(char[] record)
Create a ColumnRecord instance from the specified index record
|
| Modifier and Type | Method and Description |
|---|---|
Column |
DocumentNode.getColumnByName(String name) |
Column |
ComplexDocumentNode.getColumnByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleDBConnectionImpl.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> valueList)
Inserts item into given domain.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
AccumuloQueryVisitor.lookupColumn(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
AccumuloQueryVisitor.projectedColumns() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AccumuloQueryVisitor.isPartOfPrimaryKey(Column column) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExcelQueryVisitor.isPartOfPrimaryKey(Column column) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
JDBCMetdataProcessor.addColumn(ResultSet columns,
Table table,
MetadataFactory metadataFactory,
int rsColumns)
Add a column to the given table based upon the current row of the columns resultset
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JDBCMetdataProcessor.getGeometryMetadata(Column c,
Connection conn,
String tableCatalog,
String tableSchema,
String tableName,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OracleMetadataProcessor.getGeometryMetadata(Column c,
Connection conn,
String tableCatalog,
String tableSchema,
String tableName,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Column> |
LDAPSearchDetails.getElementList()
get the element list
|
| Modifier and Type | Method and Description |
|---|---|
Column |
ObjectVisitor.getPrimaryKeyCol() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectUtil.convertValueToObjectType(Object value,
Column mdIDElement) |
static String |
ObjectUtil.getRecordName(Column col) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Column> |
ODataSQLVisitor.selectColumns |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
ODataMetadataProcessor.buildColumn(MetadataFactory mf,
Table table,
org.odata4j.edm.EdmProperty ep,
org.odata4j.edm.EdmEntitySet entitySet,
String prefix) |
Column[] |
ODataProcedureVisitor.getReturnColumns() |
Column[] |
ODataSQLVisitor.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
SAPMetadataProcessor.buildColumn(MetadataFactory mf,
Table table,
org.odata4j.edm.EdmProperty ep,
org.odata4j.edm.EdmEntitySet entitySet,
String prefix) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Column> |
ODataSQLVisitor.projectedColumns |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
ODataSQLVisitor.getProjectedColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataUpdateQuery.addInsertProperty(Column column,
String type,
Object value) |
void |
ODataUpdateQuery.addUpdateProperty(Column column,
String type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.core.uri.URIBuilderImpl |
ODataSelectQuery.buildURL(String serviceRoot,
List<Column> projectedColumns,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PhoenixUtils.convertType(Column column) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
SimpleDBInsertVisitor.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SimpleDBMetadataProcessor.isItemName(Column column) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleDBConnection.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> values)
Inserts item into given domain.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.