public interface DataSourceName
Modifier and Type | Field and Description |
---|---|
static Comparator<DataSourceName> |
AS_NAME_COMPARATOR
Comparator to order DataSourceNames by their asName methods, using the native String comparator.
|
Modifier and Type | Method and Description |
---|---|
String |
asName()
Return a string representation of a table name.
|
static DataSourceName |
of(String name)
Wrap a string in an anonymous instance of TableName.
|
static final Comparator<DataSourceName> AS_NAME_COMPARATOR
String asName()
static DataSourceName of(String name)
name
- The name being wrappedCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.