| CachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>> |
An object that is cached and uses User.Name as its primary key,
|
| CachedTableUserNameKey<V extends CachedObjectUserNameKey<V>> |
|
| Database |
A PostgresDatabase corresponds to a unique PostgreSQL table
space on one server.
|
| Database.Name |
Represents a name that may be used for a PostgreSQL database.
|
| DatabaseTable |
|
| Encoding |
Beginning with PostgreSQL 7.1, multiple character encoding formats are
supported, the PostgresEncodings represent the possible
formats.
|
| EncodingTable |
|
| Schema |
|
| SchemaBeanInfo |
|
| Server |
A PostgresServer corresponds to a unique PostgreSQL install
space on one server.
|
| Server.Name |
Represents a name that may be used for a PostgreSQL installation.
|
| ServerTable |
|
| User |
A PostgresUser may have access to multiple servers.
|
| User.Name |
Represents a PostgreSQL user ID.
|
| UserServer |
A PostgresServerUser grants a PostgresUser
access to a Server.
|
| UserServerTable |
|
| UserTable |
|
| Version |
A PostgresVersion flags which TechnologyVersions
are a version of PostgreSQL.
|
| VersionTable |
|