public class AlterColumn extends Expression
ALTER TABLE... ALTER COLUMN... statements.alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
AlterColumn(Expression table,
DbColumn column)
Creates a new instance of
AlterColumn. |
| Modifier and Type | Method and Description |
|---|---|
DbColumn |
getColumn()
Gets the column to change.
|
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, withNoLockpublic AlterColumn(Expression table, DbColumn column)
AlterColumn.table - The table where the column resides.column - The column definition.public String translate()
Expressiontranslate in class Expressionpublic Expression getTable()
public DbColumn getColumn()
Copyright © 2014 Feedzai. All Rights Reserved.