Uses of Class
org.postgresql.pljava.sqlgen.Lexicals.Identifier.Operator
Packages that use Lexicals.Identifier.Operator
Package
Description
API for manipulating common lexical elements of SQL such as identifiers,
mostly for use by PL/Java's SQL deployment-descriptor-generating code, but
exported here for other possible uses.
-
Uses of Lexicals.Identifier.Operator in org.postgresql.pljava.sqlgen
Methods in org.postgresql.pljava.sqlgen that return Lexicals.Identifier.OperatorModifier and TypeMethodDescriptionstatic Lexicals.Identifier.Operator
Create anIdentifier.Operator
from a name string.static Lexicals.Identifier.Operator
Create anIdentifier.Operator
from a name string.Methods in org.postgresql.pljava.sqlgen that return types with arguments of type Lexicals.Identifier.OperatorModifier and TypeMethodDescriptionLexicals.Identifier.Qualified.operatorFromCatalog
(String qualifier, String local) Create anIdentifier.Qualified
representing an operator from name strings found in PostgreSQL system catalogs.Lexicals.Identifier.Qualified.operatorFromJava
(String s) Create anIdentifier.Qualified<Operator>
from a name string supplied in Java source, such as an annotation value.Lexicals.Identifier.Qualified.operatorFromJava
(String s, Messager msgr) Create anIdentifier.Qualified<Operator>
from a name string supplied in Java source, such as an annotation value.Lexicals.Identifier.Operator.withQualifier
(Lexicals.Identifier.Simple qualifier)