Exceptions

class pygcat.SchemaDoesNotExists[source]

A schema does not exists

Raised when a schema is specificaly requested as a parameter in a function

class pygcat.TableDoesNotExists[source]

A table does not exists

Raised when a table is specificaly requested as a parameter in a function

class pygcat.ColumnDoesNotExists[source]

A column does not exists

Raised when a column is specificaly requested as a parameter in a function