Uses of Class
cdc.rdb.RdbIndex
-
-
Uses of RdbIndex in cdc.rdb
Methods in cdc.rdb that return RdbIndex Modifier and Type Method Description RdbIndexRdbTable. createIndex(String name)RdbIndexRdbIndexColumn. getIndex()RdbIndexRdbTable. getIndex(String name)RdbIndexRdbTable. getOptionalIndex(String name)RdbIndexRdbTable. getOrCreateIndex(String name)RdbIndexRdbIndexColumn. getParent()Methods in cdc.rdb that return types with arguments of type RdbIndex Modifier and Type Method Description Iterable<RdbIndex>RdbTable. getIndices()Constructors in cdc.rdb with parameters of type RdbIndex Constructor Description RdbIndexColumn(String name, RdbIndex parent)
-