public interface SchemaObject
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
findColumn(String columName) |
String |
getName() |
long |
getRowCount() |
SQLStatement |
getStatement() |
SchemaObjectType |
getType() |
boolean |
matchIndex(String columnName) |
boolean |
matchKey(String columnName) |
SQLStatement getStatement()
SQLColumnDefinition findColumn(String columName)
boolean matchIndex(String columnName)
boolean matchKey(String columnName)
SchemaObjectType getType()
String getName()
long getRowCount()
Copyright © 2013–2017 Alibaba Group. All rights reserved.