Interface protos.google.cloud.datastream.v1.IPostgresqlColumn (3.1.0)

Properties of a PostgresqlColumn.

Package

@google-cloud/datastream

Properties

column

column?: (string|null);

PostgresqlColumn column

dataType

dataType?: (string|null);

PostgresqlColumn dataType

length

length?: (number|null);

PostgresqlColumn length

nullable

nullable?: (boolean|null);

PostgresqlColumn nullable

ordinalPosition

ordinalPosition?: (number|null);

PostgresqlColumn ordinalPosition

precision

precision?: (number|null);

PostgresqlColumn precision

primaryKey

primaryKey?: (boolean|null);

PostgresqlColumn primaryKey

scale

scale?: (number|null);

PostgresqlColumn scale