public class CreateIndexOnFieldImpl extends Object implements org.gcube.common.dbinterface.queries.alters.CreateIndexOnField
| Constructor and Description |
|---|
CreateIndexOnFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.gcube.common.dbinterface.pool.DBSession session) |
String |
getExpression() |
void |
setField(String field) |
void |
setLowerCase(boolean lowerCase) |
void |
setTable(org.gcube.common.dbinterface.tables.Table table) |
public void setTable(org.gcube.common.dbinterface.tables.Table table)
setTable in interface org.gcube.common.dbinterface.queries.alters.CreateIndexOnFieldpublic void setField(String field)
setField in interface org.gcube.common.dbinterface.queries.alters.CreateIndexOnFieldpublic void setLowerCase(boolean lowerCase)
setLowerCase in interface org.gcube.common.dbinterface.queries.alters.CreateIndexOnFieldpublic void execute(org.gcube.common.dbinterface.pool.DBSession session)
throws Exception
execute in interface org.gcube.common.dbinterface.queries.alters.CreateIndexOnFieldExceptionpublic String getExpression()
getExpression in interface org.gcube.common.dbinterface.queries.alters.CreateIndexOnFieldCopyright © 2020. All Rights Reserved.