public static interface AdqlValidator.ValidatorTable
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getColumnNames()
Returns a collection of column names associated with this table.
|
java.lang.String |
getSchemaName()
Returns the name of the schema to which this table belongs,
if known.
|
java.lang.String |
getTableName()
Returns the fully-qualified name of this table,
which may include a schema part.
|
java.lang.String getTableName()
java.lang.String getSchemaName()
java.util.Collection<java.lang.String> getColumnNames()
The return value of this call may change over the lifetime of this object.
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.