Logical that checks if a schema exists in the database. The schema
argument is in formatted in all lowercase prior to checking against what is present in the database.
schema_exists(conn, conn_fun, schema)
conn | Connection object |
---|---|
schema | The target schema for the operation. |
Other logical functions:
db_exists()
,
field_exists()
,
table_exists()