public interface TableExpression extends Serializable
TableExpression
instance is any object that can resolve to a valid table identifier for
specifying a certain table in the database.
Not that this is NOT equivalent to the "
Modifier and Type | Interface and Description |
---|---|
static class |
TableExpression.Utils
The Class TableExpressionUtils.
|
Modifier and Type | Method and Description |
---|---|
TableExpression |
AS(String newAlias)
AS.
|
TableExpression AS(String newAlias) throws SQLEngineException
newAlias
- the new aliasSQLEngineException
- the sQL engine exceptionCopyright © 2003–2021 XDEV Software. All rights reserved.