Platform
and the factory to create instances for individual platforms,
PlatformFactory.See: Description
| Interface | Description |
|---|---|
| Platform |
A platform encapsulates the database-related functionality such as performing queries
and manipulations.
|
| Class | Description |
|---|---|
| PlatformFactory |
A factory of
Platform instances based on a case
insensitive database name. |
| PlatformInfo |
Conatains information about the database platform such as supported features and native type mappings.
|
| PlatformUtils |
Utility functions for dealing with database platforms.
|
| Exception | Description |
|---|---|
| DatabaseOperationException |
This exception is thrown when a database operation failed.
|
| DdlUtilsException |
Base class for DdlUtils exceptions.
|
This package mainly contains the database platform abstraction, Platform
and the factory to create instances for individual platforms,
PlatformFactory.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.