Modifier and Type | Field | Description |
---|---|---|
List<SortedColumn> |
columns |
|
QualifiedName |
idxName |
|
boolean |
ifNotExists |
|
String |
tblName |
|
boolean |
unique |
|
Expr |
whereClause |
Constructor | Description |
---|---|
CreateIndex(boolean unique,
boolean ifNotExists,
QualifiedName idxName,
String tblName,
List<SortedColumn> columns,
Expr whereClause) |
Modifier and Type | Method | Description |
---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final boolean unique
public final boolean ifNotExists
public final QualifiedName idxName
public final String tblName
public final List<SortedColumn> columns
public final Expr whereClause
public CreateIndex(boolean unique, boolean ifNotExists, QualifiedName idxName, String tblName, List<SortedColumn> columns, Expr whereClause)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.