postgresqlProfile property

  1. @TagNumber(104)
PostgresqlProfile postgresqlProfile

PostgreSQL Connection Profile configuration.

Implementation

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

Implementation

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