Package org.postgresql.util
package org.postgresql.util
-
ClassDescriptionA
ByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.Helper methods to parse java base types from byte arrays.A class that can be used to set a byte array parameter by writing to an OutputStream.Provides a target to write bytes to.Utility class with constants of Driver information.This class provides a wrapper around a gettext message catalog that can provide a localized version of error messages.Simple container for host and port.A specialized class to store a list ofint
values, so it does not need auto-boxing.LazyCleaner is a utility class that allows to register objects for deferred cleanup.LazyCleaner.Cleanable<T extends Throwable>LazyCleaner.CleaningAction<T extends Throwable>LruCache<Key,Value extends CanEstimateSize> Caches values in simple least-recently-accessed order.LruCache.CreateAction<Key,Value> When the entry is not present in cache, this create action is used to create one.LruCache.EvictAction<Value>Action that is invoked when the entry is removed from the cache.MD5-based utility function to obfuscate passwords before network transmission.Optimised byte[] to number parser.Helper class to instantiate objects.Operating system specificsPGBinaryObject is a interface that classes extendingPGobject
can use to take advantage of more optimal binary encoding of the data type.Converts to and from the postgresql bytea datatype used by the backend.This implements a class that handles the PostgreSQL interval type.This implements a class that handles the PostgreSQL money and cash types.PGobject is a class used to describe unknown types An unknown type is any type that is unknown by JDBC Standards.routines to support PG propertiesThis class augments the Java built-in Time to allow for explicit setting of the time zone.This class augments the Java built-in Timestamp to allow for explicit setting of the time zone.This class is used to tokenize the text output of org.postgres.This class is used for holding SQLState codes.ReaderInputStream accepts a UTF-16 char stream (Reader) as input and converts it to a UTF-8 byte stream (InputStream) as output.Wrapper around a length-limited InputStream.This class helps with URL encoding and decoding.