Uses of Class
org.postgresql.pljava.sqlgen.Lexicals.Identifier.Unqualified
Packages that use Lexicals.Identifier.Unqualified
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.Unqualified in org.postgresql.pljava.sqlgen
Classes in org.postgresql.pljava.sqlgen with type parameters of type Lexicals.Identifier.UnqualifiedModifier and TypeClassDescriptionstatic classLexicals.Identifier.Qualified<T extends Lexicals.Identifier.Unqualified<T>>Class representing a schema-qualified identifier.static classSubclasses of Lexicals.Identifier.Unqualified 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 classClass representing an unqualified identifier in the form of a name (whether a case-insensitive "regular identifier" without quotes, or a delimited form).