Uses of Class
org.linuxforhealth.fhir.database.utils.model.OrderedColumnDef.Direction
-
Packages that use OrderedColumnDef.Direction Package Description org.linuxforhealth.fhir.database.utils.model -
-
Uses of OrderedColumnDef.Direction in org.linuxforhealth.fhir.database.utils.model
Methods in org.linuxforhealth.fhir.database.utils.model that return OrderedColumnDef.Direction Modifier and Type Method Description OrderedColumnDef.Direction
OrderedColumnDef. getDirection()
static OrderedColumnDef.Direction
OrderedColumnDef.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OrderedColumnDef.Direction[]
OrderedColumnDef.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.database.utils.model with parameters of type OrderedColumnDef.Direction Modifier and Type Method Description CreateIndex.Builder
CreateIndex.Builder. addColumn(java.lang.String column, OrderedColumnDef.Direction direction, OrderedColumnDef.NullOrder nullOrder)
Add the named column to the index, with specific order and null value collation rulesConstructors in org.linuxforhealth.fhir.database.utils.model with parameters of type OrderedColumnDef.Direction Constructor Description OrderedColumnDef(java.lang.String columnName, OrderedColumnDef.Direction direction, OrderedColumnDef.NullOrder nullOrder)
-