postgresqlProfile property

  1. @TagNumber.new(104)
PostgresqlProfile get postgresqlProfile

PostgreSQL Connection Profile configuration.

Implementation

@$pb.TagNumber(104)
PostgresqlProfile get postgresqlProfile => $_getN(9);
  1. @TagNumber.new(104)
set postgresqlProfile (PostgresqlProfile v)

Implementation

@$pb.TagNumber(104)
set postgresqlProfile(PostgresqlProfile v) { setField(104, v); }