public class DomainColumnResolver extends Object implements ColumnResolver
| 构造器和说明 |
|---|
DomainColumnResolver(TypeInfo typeInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
Column |
findColumn(String name)
Get the column with the specified name.
|
String |
getColumnName()
Return column name to use or null.
|
Column[] |
getColumns()
Get the column list.
|
Value |
getValue(Column col)
Get the value for the given column.
|
TypeInfo |
getValueType()
Return the type of the column.
|
void |
setValue(Value value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnName, getRowIdColumn, getSchemaName, getSelect, getSystemColumns, getTableAlias, getTableFilter, hasDerivedColumnList, optimizepublic DomainColumnResolver(TypeInfo typeInfo)
public void setValue(Value value)
public Value getValue(Column col)
ColumnResolvergetValue 在接口中 ColumnResolvercol - the columnpublic Column[] getColumns()
ColumnResolvergetColumns 在接口中 ColumnResolverpublic Column findColumn(String name)
ColumnResolverfindColumn 在接口中 ColumnResolvername - the column name, must be a derived name if this column
resolver has a derived column listnullpublic String getColumnName()
public TypeInfo getValueType()
Copyright © 2022. All rights reserved.