Uses of Package
org.postgresql.pljava.sqlgen
Packages that use org.postgresql.pljava.sqlgen
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
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.
-
Classes in org.postgresql.pljava.sqlgen used by org.postgresql.pljavaClassDescriptionClass representing an unqualified identifier in the form of a name (whether a case-insensitive "regular identifier" without quotes, or a delimited form).
-
Classes in org.postgresql.pljava.sqlgen used by org.postgresql.pljava.sqlgenClassDescriptionClass representing a SQL identifier.Class representing an Identifier that names a PostgreSQL operator.Displays/deparses like a
Simple
identifier, but no singleton of this class matches anything but itself, to represent pseudo-identifiers likePUBLIC
as a privilege grantee.Class representing a schema-qualified identifier.Class representing an unqualified identifier in the form of a name (whether a case-insensitive "regular identifier" without quotes, or a delimited form).