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