Package com.google.cloud.spanner.pgadapter.utils (0.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Classes
ClientAutoDetector
Utility class that tries to automatically detect well-known clients and drivers that are connecting to PGAdapter.
Converter
Utility class for converting between generic PostgreSQL conversions.
CopyDataReceiver
This message receiver is activated when the COPY sub-protocol is activated by a COPY statement. This handler will run and receive all incoming messages until the state of the connection changes from COPY_IN to either COPY_DONE or COPY_FAILED.
MutationWriter
PgJdbcCatalog
Contains replacements for known queries that are executed by the PG JDBC driver.
StatementParser
Interfaces
CopyInParser
Common interface for parsers that implement one or more of the PostgreSQL COPY formats.
CopyRecord
CopyRecord is a common interface for COPY data records that are produced by a parser for a specific COPY format.