public class Cast extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Cast(Expression expression,
DbColumnType type)
Creates a new cast expression.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Gets the expression.
|
DbColumnType |
getType()
Gets the type to be converted.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Cast(Expression expression, DbColumnType type)
expression - the expression.type - the type to be converted.public Expression getExpression()
public DbColumnType getType()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2023 Feedzai. All rights reserved.