public class JdbcIndex extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
JdbcIndex() |
Modifier and Type | Method and Description |
---|---|
JdbcIndex |
addFieldIndex(JdbcFieldIndex jdbcFieldIndex) |
JdbcIndex |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
long |
getCardinality() |
List<JdbcFieldIndex> |
getFieldIndexes() |
String |
getFilterCondition() |
String |
getIndexName() |
String |
getIndexQualifier() |
boolean |
getNonUnique() |
long |
getPages() |
JdbcTable |
getTable() |
int |
getType() |
void |
setCardinality(long cardinality) |
void |
setFieldIndexes(List<JdbcFieldIndex> fieldIndexes) |
void |
setFilterCondition(String filterCondition) |
void |
setIndexName(String indexName) |
void |
setIndexQualifier(String indexQualifier) |
void |
setNonUnique(boolean nonUnique) |
void |
setPages(long pages) |
protected JdbcIndex |
setTable(JdbcTable table) |
void |
setType(int type) |
Record |
toRecord() |
addExceptionProperties, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exception
public JdbcTable getTable()
public String getIndexName()
public void setIndexName(String indexName)
public boolean getNonUnique()
public void setNonUnique(boolean nonUnique)
public long getPages()
public void setPages(long pages)
public long getCardinality()
public void setCardinality(long cardinality)
public String getFilterCondition()
public void setFilterCondition(String filterCondition)
public String getIndexQualifier()
public void setIndexQualifier(String indexQualifier)
public int getType()
public void setType(int type)
public List<JdbcFieldIndex> getFieldIndexes()
public void setFieldIndexes(List<JdbcFieldIndex> fieldIndexes)
public JdbcIndex addFieldIndex(JdbcFieldIndex jdbcFieldIndex)
public Record toRecord()
toRecord
in interface RecordSerializable
toRecord
in class Bean
public JdbcIndex fromRecord(Record source)
RecordSerializable
this
(for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord
in interface RecordSerializable
fromRecord
in class Bean
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.