Uses of Class
org.postgresql.pljava.sqlgen.Lexicals.Identifier
Packages that use Lexicals.Identifier
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 in org.postgresql.pljava.sqlgen
Subclasses of Lexicals.Identifier in org.postgresql.pljava.sqlgenModifier and TypeClassDescriptionstatic classClass representing an Identifier that names a PostgreSQL operator.static final classDisplays/deparses like aSimpleidentifier, but no singleton of this class matches anything but itself, to represent pseudo-identifiers likePUBLICas a privilege grantee.static classLexicals.Identifier.Qualified<T extends Lexicals.Identifier.Unqualified<T>>Class representing a schema-qualified identifier.static classClass representing an unqualified identifier in the form of a name (whether a case-insensitive "regular identifier" without quotes, or a delimited form).static class