Uses of Enum Class
org.litebridgedb.db.spi.query.Operator
Packages that use Operator
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
Query-related models
-
Uses of Operator in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type OperatorModifier and TypeMethodDescriptionprotected StringAbstractDatabaseProvider.mapOperator(Operator operator) Map anOperatorenum to its corresponding string representation used in logical or database operations. -
Uses of Operator in org.litebridgedb.db.spi.query
Methods in org.litebridgedb.db.spi.query that return OperatorModifier and TypeMethodDescriptionCondition.operator()Returns the value of theoperatorrecord component.static OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.litebridgedb.db.spi.query with parameters of type Operator