Constructor | Description |
---|---|
QualifiedName(String dbName,
String name) |
Modifier and Type | Method | Description |
---|---|---|
static QualifiedName |
from(Token xxx,
String yyy) |
|
static QualifiedName |
from(Token xxx,
Token yyy,
Token alias) |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final String dbName
public final String name
public String alias
public static QualifiedName from(Token xxx, Token yyy, Token alias)
public static QualifiedName from(Token xxx, String yyy)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.