Uses of Interface
org.pgcodekeeper.core.schema.IOperator
Packages that use IOperator
-
Uses of IOperator in org.pgcodekeeper.core.schema.meta
Classes in org.pgcodekeeper.core.schema.meta that implement IOperatorModifier and TypeClassDescriptionfinal classRepresents a database operator metadata object.Methods in org.pgcodekeeper.core.schema.meta that return IOperatorModifier and TypeMethodDescriptionMetaContainer.findOperator(String schemaName, String operatorName) Finds an operator by schema and name.Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type IOperatorModifier and TypeMethodDescriptionMetaContainer.availableOperators(String schemaName) Returns available operators in the specified schema. -
Uses of IOperator in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement IOperatorMethods in org.pgcodekeeper.core.schema.pg that return types with arguments of type IOperator