Class PgCatalog (0.19.1)

public class PgCatalog

Inheritance

java.lang.Object > PgCatalog

Static Fields

PG_TYPE_CTE_EMULATED

public static final String PG_TYPE_CTE_EMULATED
Field Value
Type Description
String

Constructors

PgCatalog(SessionState sessionState, ClientAutoDetector.WellKnownClient wellKnownClient)

public PgCatalog(SessionState sessionState, ClientAutoDetector.WellKnownClient wellKnownClient)
Parameters
Name Description
sessionState SessionState
wellKnownClient ClientAutoDetector.WellKnownClient

Methods

replacePgCatalogTables(Statement statement)

public Statement replacePgCatalogTables(Statement statement)

Replace supported pg_catalog tables with Common Table Expressions.

Parameter
Name Description
statement com.google.cloud.spanner.Statement
Returns
Type Description
com.google.cloud.spanner.Statement