|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaIndex | |
|---|---|
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.dialect | |
| org.ujoframework.orm.metaModel | |
| Uses of MetaIndex in org.ujoframework.orm |
|---|
| Methods in org.ujoframework.orm with parameters of type MetaIndex | |
|---|---|
java.lang.Appendable |
SqlDialect.printIndex(MetaIndex index,
java.lang.Appendable out)
Print an INDEX for the parameter column. |
| Uses of MetaIndex in org.ujoframework.orm.dialect |
|---|
| Methods in org.ujoframework.orm.dialect with parameters of type MetaIndex | |
|---|---|
java.lang.Appendable |
PostgreSqlDialect.printIndex(MetaIndex index,
java.lang.Appendable out)
Print an INDEX for the parameter column. |
java.lang.Appendable |
PostgreSqlDialect.printIndexCondition(MetaIndex index,
java.lang.Appendable out)
Create an PARTIAL INDEX for exclude NULL values. |
java.lang.Appendable |
OracleDialect.printIndexCondition(MetaIndex index,
java.lang.Appendable out)
No PARTIAL INDEX is supported. |
| Uses of MetaIndex in org.ujoframework.orm.metaModel |
|---|
| Fields in org.ujoframework.orm.metaModel with type parameters of type MetaIndex | |
|---|---|
static ListProperty<MetaIndex,MetaColumn> |
MetaIndex.COLUMNS
Table Columns |
static Property<MetaIndex,java.lang.String> |
MetaIndex.NAME
Index database name |
static Property<MetaIndex,MetaTable> |
MetaIndex.TABLE
Table |
static Property<MetaIndex,java.lang.Boolean> |
MetaIndex.UNIQUE
Is the index unique ? |
| Methods in org.ujoframework.orm.metaModel that return types with arguments of type MetaIndex | |
|---|---|
java.util.Collection<MetaIndex> |
MetaTable.getIndexCollection()
Create a collection of the table indexes. |
java.util.List<MetaIndex> |
MetaDatabase.getIndexList()
Returns all database indexes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||