postgresqlSchemas property

  1. @TagNumber.new(1)
List<PostgresqlSchema> get postgresqlSchemas

PostgreSQL schemas in the database server.

Implementation

@$pb.TagNumber(1)
$core.List<PostgresqlSchema> get postgresqlSchemas => $_getList(0);