Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Class | Description |
|---|---|
| AOConnectionPool |
Reusable connection pooling with dynamic flaming tiger feature.
|
| ApplicationResources |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| ApplicationResources_ja |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| Interval |
Encapsulates an interval in seconds.
|
| MicroInterval |
Encapsulates an interval in microseconds.
|
| MilliInterval |
Encapsulates an interval in milliseconds.
|
| NanoInterval |
Encapsulates an interval in nanoseconds.
|
| PostgresqlConnectionWrapper |
Wraps a
Connection and caches the transaction level, intended to avoid unnecessary round-trips imposed by
PostgreSQL getTransactionIsolation and setTransactionIsolation. |
| SQLUtility |
SQL utilities.
|
| UnmodifiableTimestamp |
An unmodifiable Timestamp that may be used in return values and shared between threads.
|
| Exception | Description |
|---|---|
| LocalizedSQLException |
Extends
SQLException to provide exceptions with user locale error messages. |
| WrappedSQLException |
Wraps a
SQLException to include its source SQL statement. |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.