Uses of Class
cdc.rdb.RdbDatabase.LongProperty
-
-
Uses of RdbDatabase.LongProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.LongProperty Modifier and Type Method Description static RdbDatabase.LongPropertyRdbDatabase.LongProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbDatabase.LongProperty[]RdbDatabase.LongProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.rdb with parameters of type RdbDatabase.LongProperty Modifier and Type Method Description longRdbDatabase. getProperty(RdbDatabase.LongProperty property)Returns the value of a long property.booleanRdbDatabase. isDefined(RdbDatabase.LongProperty property)Returns true if a long property is defined.voidRdbDatabase. setProperty(RdbDatabase.LongProperty property, long value)Sets a long property.
-