|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexDefinition | |
---|---|
de.schwarzrot.data.access.support | helper classes used by the data accessors |
de.schwarzrot.data.meta | domain classes used to build database model definitions |
de.schwarzrot.data.meta.support | base class for model domain entities |
Uses of IndexDefinition in de.schwarzrot.data.access.support |
---|
Methods in de.schwarzrot.data.access.support with parameters of type IndexDefinition | |
---|---|
String |
DbUtil.genIndexCreation(IndexDefinition iInfo)
generates a SQL string to create an index |
String |
AbstractDbUtils.genIndexCreation(IndexDefinition ii)
|
String |
DbUtil.genIndexRemoval(IndexDefinition iInfo)
generates a SQL string to remove an index |
String |
AbstractDbUtils.genIndexRemoval(IndexDefinition ii)
|
protected String |
PgUtils.getIndexName(IndexDefinition ii)
|
protected String |
MyUtils.getIndexName(IndexDefinition ii)
|
protected abstract String |
AbstractDbUtils.getIndexName(IndexDefinition ii)
|
boolean |
DbUtil.needsUpdate(IndexDefinition targetIndexDef,
IndexDefinition other)
|
boolean |
AbstractDbUtils.needsUpdate(IndexDefinition master,
IndexDefinition other)
|
Uses of IndexDefinition in de.schwarzrot.data.meta |
---|
Methods in de.schwarzrot.data.meta that return types with arguments of type IndexDefinition | |
---|---|
Class<IndexDefinition> |
IdxSegmentInfo.getAType()
|
List<IndexDefinition> |
TableDefinition.getIndices()
|
Methods in de.schwarzrot.data.meta with parameters of type IndexDefinition | |
---|---|
boolean |
IndexDefinition.needsUpdate(IndexDefinition other)
|
Method parameters in de.schwarzrot.data.meta with type arguments of type IndexDefinition | |
---|---|
void |
TableDefinition.setIndices(List<IndexDefinition> indices)
|
Constructors in de.schwarzrot.data.meta with parameters of type IndexDefinition | |
---|---|
IdxSegmentInfo(IndexDefinition refA,
ColumnDefinition refB)
|
|
IdxSegmentInfo(IndexDefinition refA,
ColumnDefinition refB,
Integer weight)
|
|
IdxSegmentInfo(IndexDefinition refA,
ColumnDefinition refB,
Integer weight,
boolean ascending)
|
Uses of IndexDefinition in de.schwarzrot.data.meta.support |
---|
Methods in de.schwarzrot.data.meta.support that return types with arguments of type IndexDefinition | |
---|---|
List<IndexDefinition> |
DatabaseModelAccessor.indexes(TableDefinition td)
|
Methods in de.schwarzrot.data.meta.support with parameters of type IndexDefinition | |
---|---|
protected void |
ModelAddition.printIndexCreation(PrintWriter out,
Connection conn,
DbUtil dbUtil,
IndexDefinition id,
boolean reNew)
|
protected void |
ModelModification.printIndexModification(PrintWriter out,
Connection conn,
DbUtil dbUtil,
IndexDefinition id)
|
protected void |
ModelRemoval.printIndexRemoval(PrintWriter out,
Connection conn,
DbUtil dbUtil,
IndexDefinition id)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |