org.jcoderz.phoenix.sqlparser
Class CreateIndexStatement
java.lang.Object
org.jcoderz.phoenix.sqlparser.SqlStatement
org.jcoderz.phoenix.sqlparser.CreateIndexStatement
public class CreateIndexStatement
- extends SqlStatement
- Author:
- Albrecht Messner
CreateIndexStatement
public CreateIndexStatement(String indexName)
addColumn
public void addColumn(String columnName)
getTableName
public String getTableName()
- Returns:
- Returns the tableName.
setTableName
public void setTableName(String tableName)
- Parameters:
tableName - The tableName to set.
getColumnNames
public List getColumnNames()
- Returns:
- Returns the columnNames.
getIndexName
public String getIndexName()
- Returns:
- Returns the indexName.
toString
public String toString()
-
- Overrides:
toString in class Object
isUnique
public boolean isUnique()
- Returns:
- Returns the isUnique.
setUnique
public void setUnique(boolean isUnique)
- Parameters:
isUnique - The isUnique to set.
Copyright 2007 The jCoderZ Project.