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