public static class TableExpression.Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
getAlias(TableExpression tableExpression)
Gets the alias.
|
static DatabaseGateway<?> |
getDatabaseGateway(TableExpression tableExpression)
Gets the database gateway.
|
static SqlTableIdentity |
toSqlTableIdentity(TableExpression tableExpression)
Use with care, as this method swallows ClassCastExceptions.
|
public static String getAlias(TableExpression tableExpression)
tableExpression
- the table expressionpublic static DatabaseGateway<?> getDatabaseGateway(TableExpression tableExpression)
tableExpression
- the table expressionpublic static SqlTableIdentity toSqlTableIdentity(TableExpression tableExpression)
tableExpression
- tableExpression
as an SqlTableIdentity
if it is one,
otherwise null.Copyright © 2003–2021 XDEV Software. All rights reserved.