Uses of Class
cdc.rdb.RdbPrimaryKey
-
-
Uses of RdbPrimaryKey in cdc.rdb
Methods in cdc.rdb that return RdbPrimaryKey Modifier and Type Method Description RdbPrimaryKeyRdbTable. createPrimaryKey(String name)RdbPrimaryKeyRdbTable. getOptionalPrimaryKey()RdbPrimaryKeyRdbTable. getOrCreatePrimaryKey(String name)RdbPrimaryKeyRdbPrimaryKeyColumn. getParent()RdbPrimaryKeyRdbTable. getPrimaryKey()Constructors in cdc.rdb with parameters of type RdbPrimaryKey Constructor Description RdbPrimaryKeyColumn(String name, RdbPrimaryKey parent)
-