public static final class ConnectorMaterializedViewDefinition.TableColumn extends Object
| Constructor and Description |
|---|
TableColumn(SchemaTableName tableName,
String columnName,
boolean isDirectMapped) |
TableColumn(SchemaTableName tableName,
String columnName,
Optional<Boolean> isDirectMapped) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnName() |
SchemaTableName |
getTableName() |
int |
hashCode() |
Optional<Boolean> |
isDirectMapped() |
String |
toString() |
public TableColumn(SchemaTableName tableName, String columnName, Optional<Boolean> isDirectMapped)
public TableColumn(SchemaTableName tableName, String columnName, boolean isDirectMapped)
public SchemaTableName getTableName()
public String getColumnName()
Copyright © 2012–2022. All rights reserved.