public interface TableName
Modifier and Type | Field and Description |
---|---|
static Comparator<TableName> |
AS_NAME_COMPARATOR
Comparator to order TableNames by their asName methods, using the native String comparator.
|
static Comparator<TableName> |
COMPARATOR
Deprecated.
due to name change. Use AS_NAME_COMPARATOR instead.
|
Modifier and Type | Method and Description |
---|---|
String |
asName()
Return a string representation of a table name.
|
static TableName |
of(String name)
Wrap a string in an anonymous instance of TableName.
|
static final Comparator<TableName> AS_NAME_COMPARATOR
@Deprecated static final Comparator<TableName> COMPARATOR
String asName()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.