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