public class Truncate extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock
Constructor and Description |
---|
Truncate(Expression table)
Creates a new instance of
Truncate . |
Modifier and Type | Method and Description |
---|---|
Expression |
getTable()
Gets the table to truncate.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLock
public Truncate(Expression table)
Truncate
.table
- The table.public Expression getTable()
public String translate()
Expression
translate
in class Expression
Copyright © 2014 Feedzai. All Rights Reserved.