public interface SqlValidatorTable extends Wrapper
SqlValidator with the metadata for a table.SqlValidatorCatalogReader| Modifier and Type | Method and Description |
|---|---|
boolean |
columnHasDefaultValue(RelDataType rowType,
int ordinal,
InitializerContext initializerContext)
Deprecated.
|
SqlAccessType |
getAllowedAccess()
Returns the access type of the table
|
SqlMonotonicity |
getMonotonicity(String columnName)
Returns whether a given column is monotonic.
|
List<String> |
getQualifiedName() |
RelDataType |
getRowType() |
boolean |
supportsModality(SqlModality modality) |
RelDataType getRowType()
SqlMonotonicity getMonotonicity(String columnName)
SqlAccessType getAllowedAccess()
boolean supportsModality(SqlModality modality)
@Deprecated boolean columnHasDefaultValue(RelDataType rowType, int ordinal, InitializerContext initializerContext)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.