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 |
Modifier and Type | Method and Description |
---|---|
List<Column> |
ColumnSet.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnSet.addColumn(Column column) |
void |
Table.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,
int vdbVersion,
Column column)
Deprecated.
Get updated
ColumnStats for the given column |
void |
MetadataRepository.setColumnStats(String vdbName,
int 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 |
---|---|
int |
SimpleDBConnectionImpl.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> valueList)
Inserts item into given domain.
|
Modifier and Type | Method and Description |
---|---|
int |
SimpleDBConnection.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> values)
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 |
---|---|
ArrayList<Column> |
LDAPSearchDetails.getElementList()
get the element list
|
Modifier and Type | Method and Description |
---|---|
static String |
IQueryToLdapSearchParser.getNameFromElement(Column e)
Method to get name from the supplied Element
|
Modifier and Type | Method and Description |
---|---|
protected Column |
JavaBeanMetadataProcessor.addColumn(MetadataFactory mf,
Class<?> entity,
Class<?> type,
String attributeName,
String nis,
Column.SearchType searchType,
Table entityTable,
boolean selectable) |
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 | Method and Description |
---|---|
List<Column> |
SimpleDBInsertVisitor.getColumns() |
List<Column> |
SimpleDBSQLVisitor.getProjectedColumns() |
Modifier and Type | Method and Description |
---|---|
static boolean |
SimpleDBMetadataProcessor.isItemName(Column column) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.