Uses of Class
com.exasol.dbbuilder.dialects.postgres.PostgreSqlIdentifier
-
Packages that use PostgreSqlIdentifier Package Description com.exasol.dbbuilder.dialects.postgres -
-
Uses of PostgreSqlIdentifier in com.exasol.dbbuilder.dialects.postgres
Methods in com.exasol.dbbuilder.dialects.postgres that return PostgreSqlIdentifier Modifier and Type Method Description static PostgreSqlIdentifierPostgreSqlIdentifier. of(String id)Get a PostgreSQLIdentifierfor a given string.Constructors in com.exasol.dbbuilder.dialects.postgres with parameters of type PostgreSqlIdentifier Constructor Description PostgreSqlSchema(PostgreSqlImmediateDatabaseObjectWriter writer, PostgreSqlIdentifier name)Create a new instance ofPostgreSqlSchema.PostgreSqlUser(PostgreSqlImmediateDatabaseObjectWriter writer, PostgreSqlIdentifier name)Create a PostgreSQL user.PostgreSqlUser(PostgreSqlImmediateDatabaseObjectWriter writer, PostgreSqlIdentifier name, String password)Create a PostgreSQL user with password.
-