Package org.postgresql.util
package org.postgresql.util
-
ClassDescriptionA
ByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.AByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.Helper methods to parse java base types from byte arrays.Simple stack structure for non-negativeshort
values.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.Gettable<K,V> GettableHashMap<K,V> 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.Deprecated.This class is not used by "pgjdbc" project anymore.This 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.The action deletes temporary file in case the user submits a large input stream, and then abandons the statement.This class helps with URL encoding and decoding.