Index

A | B | C | D | E | F | G | I | K | L | M | O | P | Q | R | S | T | U | V

A

add() (pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.constraint.CheckConstraint method)
(pyrseas.dbobject.constraint.Constraint method)
(pyrseas.dbobject.constraint.ForeignKey method)
add_owner() (pyrseas.dbobject.table.Sequence method)
add_privs() (pyrseas.dbobject.column.Column method)
Aggregate (class in pyrseas.dbobject.function)
alter_owner() (pyrseas.dbobject.DbObject method)

B

BaseType (class in pyrseas.dbobject.dbtype)

C

Cast (class in pyrseas.dbobject.cast)
CastDict (class in pyrseas.dbobject.cast)
CheckConstraint (class in pyrseas.dbobject.constraint)
ClassDict (class in pyrseas.dbobject.table)
close() (pyrseas.lib.dbconn.DbConnection method)
cls (pyrseas.dbobject.DbObjectDict attribute)
Collation (class in pyrseas.dbobject.collation)
CollationDict (class in pyrseas.dbobject.collation)
Column (class in pyrseas.dbobject.column)
column_names() (pyrseas.dbobject.table.Table method)
ColumnDict (class in pyrseas.dbobject.column)
comment() (pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.constraint.Constraint method)
commit() (pyrseas.lib.dbconn.DbConnection method)
Composite (class in pyrseas.dbobject.dbtype)
connect() (pyrseas.lib.dbconn.DbConnection method)
Constraint (class in pyrseas.dbobject.constraint)
ConstraintDict (class in pyrseas.dbobject.constraint)
Conversion (class in pyrseas.dbobject.conversion)
ConversionDict (class in pyrseas.dbobject.conversion)
create() (pyrseas.dbobject.cast.Cast method)
(pyrseas.dbobject.collation.Collation method)
(pyrseas.dbobject.conversion.Conversion method)
(pyrseas.dbobject.dbtype.BaseType method)
(pyrseas.dbobject.dbtype.Composite method)
(pyrseas.dbobject.dbtype.Domain method)
(pyrseas.dbobject.dbtype.Enum method)
(pyrseas.dbobject.extension.Extension method)
(pyrseas.dbobject.foreign.ForeignDataWrapper method)
(pyrseas.dbobject.foreign.ForeignServer method)
(pyrseas.dbobject.foreign.ForeignTable method)
(pyrseas.dbobject.foreign.UserMapping method)
(pyrseas.dbobject.function.Aggregate method)
(pyrseas.dbobject.function.Function method)
(pyrseas.dbobject.index.Index method)
(pyrseas.dbobject.language.Language method)
(pyrseas.dbobject.operator.Operator method)
(pyrseas.dbobject.operclass.OperatorClass method)
(pyrseas.dbobject.operfamily.OperatorFamily method)
(pyrseas.dbobject.rule.Rule method)
(pyrseas.dbobject.schema.Schema method)
(pyrseas.dbobject.table.Sequence method)
(pyrseas.dbobject.table.Table method)
(pyrseas.dbobject.table.View method)
(pyrseas.dbobject.textsearch.TSConfiguration method)
(pyrseas.dbobject.textsearch.TSDictionary method)
(pyrseas.dbobject.textsearch.TSParser method)
(pyrseas.dbobject.textsearch.TSTemplate method)
(pyrseas.dbobject.trigger.Trigger method)

D

Database (class in pyrseas.database)
DbClass (class in pyrseas.dbobject.table)
DbConnection (class in pyrseas.lib.dbconn)
DbObject (class in pyrseas.dbobject)
DbObjectDict (class in pyrseas.dbobject)
DbObjectWithOptions (class in pyrseas.dbobject.foreign)
DbSchemaObject (class in pyrseas.dbobject)
DbType (class in pyrseas.dbobject.dbtype)
diff_description() (pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.table.DbClass method)
diff_map() (pyrseas.database.Database method)
(pyrseas.dbobject.cast.Cast method)
(pyrseas.dbobject.cast.CastDict method)
(pyrseas.dbobject.collation.CollationDict method)
(pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.constraint.CheckConstraint method)
(pyrseas.dbobject.constraint.ConstraintDict method)
(pyrseas.dbobject.conversion.Conversion method)
(pyrseas.dbobject.conversion.ConversionDict method)
(pyrseas.dbobject.dbtype.Composite method)
(pyrseas.dbobject.dbtype.TypeDict method)
(pyrseas.dbobject.extension.ExtensionDict method)
(pyrseas.dbobject.foreign.DbObjectWithOptions method)
(pyrseas.dbobject.foreign.ForeignDataWrapper method)
(pyrseas.dbobject.foreign.ForeignDataWrapperDict method)
(pyrseas.dbobject.foreign.ForeignServer method)
(pyrseas.dbobject.foreign.ForeignServerDict method)
(pyrseas.dbobject.foreign.ForeignTable method)
(pyrseas.dbobject.foreign.ForeignTableDict method)
(pyrseas.dbobject.foreign.UserMappingDict method)
(pyrseas.dbobject.function.Aggregate method)
(pyrseas.dbobject.function.Function method)
(pyrseas.dbobject.function.ProcDict method)
(pyrseas.dbobject.index.Index method)
(pyrseas.dbobject.index.IndexDict method)
(pyrseas.dbobject.language.Language method)
(pyrseas.dbobject.language.LanguageDict method)
(pyrseas.dbobject.operator.Operator method)
(pyrseas.dbobject.operator.OperatorDict method)
(pyrseas.dbobject.operclass.OperatorClassDict method)
(pyrseas.dbobject.operfamily.OperatorFamilyDict method)
(pyrseas.dbobject.rule.Rule method)
(pyrseas.dbobject.rule.RuleDict method)
(pyrseas.dbobject.schema.SchemaDict method)
(pyrseas.dbobject.table.ClassDict method)
(pyrseas.dbobject.table.Sequence method)
(pyrseas.dbobject.table.Table method)
(pyrseas.dbobject.table.View method)
(pyrseas.dbobject.textsearch.TSConfigurationDict method)
(pyrseas.dbobject.textsearch.TSDictionaryDict method)
(pyrseas.dbobject.textsearch.TSParserDict method)
(pyrseas.dbobject.textsearch.TSTemplateDict method)
(pyrseas.dbobject.trigger.Trigger method)
(pyrseas.dbobject.trigger.TriggerDict method)
diff_options() (pyrseas.dbobject.foreign.DbObjectWithOptions method)
diff_privileges() (pyrseas.dbobject.column.Column method)
Domain (class in pyrseas.dbobject.dbtype)
drop() (pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.DbSchemaObject method)
(pyrseas.dbobject.constraint.Constraint method)
(pyrseas.dbobject.dbtype.BaseType method)
(pyrseas.dbobject.foreign.ForeignTable method)
(pyrseas.dbobject.table.Table method)

E

Enum (class in pyrseas.dbobject.dbtype)
environment variable
USER
execute() (pyrseas.lib.dbconn.DbConnection method)
Extension (class in pyrseas.dbobject.extension)
ExtensionDict (class in pyrseas.dbobject.extension)
extern_key() (pyrseas.dbobject.cast.Cast method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.foreign.UserMapping method)
(pyrseas.dbobject.function.Proc method)
(pyrseas.dbobject.operator.Operator method)
(pyrseas.dbobject.operclass.OperatorClass method)
(pyrseas.dbobject.operfamily.OperatorFamily method)

F

fetch() (pyrseas.dbobject.DbObjectDict method)
fetchall() (pyrseas.lib.dbconn.DbConnection method)
fetchone() (pyrseas.lib.dbconn.DbConnection method)
ForeignDataWrapper (class in pyrseas.dbobject.foreign)
ForeignDataWrapperDict (class in pyrseas.dbobject.foreign)
ForeignKey (class in pyrseas.dbobject.constraint)
ForeignServer (class in pyrseas.dbobject.foreign)
ForeignServerDict (class in pyrseas.dbobject.foreign)
ForeignTable (class in pyrseas.dbobject.foreign)
ForeignTableDict (class in pyrseas.dbobject.foreign)
from_catalog() (pyrseas.database.Database method)
from_map() (pyrseas.database.Database method)
(pyrseas.dbobject.cast.CastDict method)
(pyrseas.dbobject.collation.CollationDict method)
(pyrseas.dbobject.column.ColumnDict method)
(pyrseas.dbobject.constraint.ConstraintDict method)
(pyrseas.dbobject.conversion.ConversionDict method)
(pyrseas.dbobject.dbtype.TypeDict method)
(pyrseas.dbobject.extension.ExtensionDict method)
(pyrseas.dbobject.foreign.ForeignDataWrapperDict method)
(pyrseas.dbobject.foreign.ForeignServerDict method)
(pyrseas.dbobject.foreign.ForeignTableDict method)
(pyrseas.dbobject.foreign.UserMappingDict method)
(pyrseas.dbobject.function.ProcDict method)
(pyrseas.dbobject.index.IndexDict method)
(pyrseas.dbobject.language.LanguageDict method)
(pyrseas.dbobject.operator.OperatorDict method)
(pyrseas.dbobject.operclass.OperatorClassDict method)
(pyrseas.dbobject.operfamily.OperatorFamilyDict method)
(pyrseas.dbobject.rule.RuleDict method)
(pyrseas.dbobject.schema.SchemaDict method)
(pyrseas.dbobject.table.ClassDict method)
(pyrseas.dbobject.textsearch.TSConfigurationDict method)
(pyrseas.dbobject.textsearch.TSDictionaryDict method)
(pyrseas.dbobject.textsearch.TSParserDict method)
(pyrseas.dbobject.textsearch.TSTemplateDict method)
(pyrseas.dbobject.trigger.TriggerDict method)
Function (class in pyrseas.dbobject.function)

G

get_attrs() (pyrseas.dbobject.table.Sequence method)

I

identifier() (pyrseas.dbobject.cast.Cast method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.DbSchemaObject method)
(pyrseas.dbobject.foreign.ForeignServer method)
(pyrseas.dbobject.foreign.UserMapping method)
(pyrseas.dbobject.function.Proc method)
(pyrseas.dbobject.operator.Operator method)
(pyrseas.dbobject.operclass.OperatorClass method)
(pyrseas.dbobject.operfamily.OperatorFamily method)
(pyrseas.dbobject.rule.Rule method)
(pyrseas.dbobject.trigger.Trigger method)
Index (class in pyrseas.dbobject.index)
IndexDict (class in pyrseas.dbobject.index)

K

key() (pyrseas.dbobject.DbObject method)
key_columns() (pyrseas.dbobject.constraint.Constraint method)
keylist (pyrseas.dbobject.DbObject attribute)

L

Language (class in pyrseas.dbobject.language)
LanguageDict (class in pyrseas.dbobject.language)
link_refs() (pyrseas.dbobject.dbtype.TypeDict method)
(pyrseas.dbobject.foreign.ForeignDataWrapperDict method)
(pyrseas.dbobject.foreign.ForeignServerDict method)
(pyrseas.dbobject.foreign.ForeignTableDict method)
(pyrseas.dbobject.language.LanguageDict method)
(pyrseas.dbobject.schema.SchemaDict method)
(pyrseas.dbobject.table.ClassDict method)

M

map_privs() (pyrseas.dbobject.DbObject method)

O

objtype (pyrseas.dbobject.DbObject attribute)
Operator (class in pyrseas.dbobject.operator)
OperatorClass (class in pyrseas.dbobject.operclass)
OperatorClassDict (class in pyrseas.dbobject.operclass)
OperatorDict (class in pyrseas.dbobject.operator)
OperatorFamily (class in pyrseas.dbobject.operfamily)
OperatorFamilyDict (class in pyrseas.dbobject.operfamily)
options_clause() (pyrseas.dbobject.foreign.DbObjectWithOptions method)

P

PrimaryKey (class in pyrseas.dbobject.constraint)
Proc (class in pyrseas.dbobject.function)
ProcDict (class in pyrseas.dbobject.function)
pyrseas.database (module)
pyrseas.dbobject (module)
pyrseas.dbobject.cast (module)
pyrseas.dbobject.collation (module)
pyrseas.dbobject.column (module)
pyrseas.dbobject.constraint (module)
pyrseas.dbobject.conversion (module)
pyrseas.dbobject.dbtype (module)
pyrseas.dbobject.extension (module)
pyrseas.dbobject.foreign (module)
pyrseas.dbobject.function (module)
pyrseas.dbobject.index (module)
pyrseas.dbobject.language (module)
pyrseas.dbobject.operator (module)
pyrseas.dbobject.operclass (module)
pyrseas.dbobject.operfamily (module)
pyrseas.dbobject.rule (module)
pyrseas.dbobject.schema (module)
pyrseas.dbobject.table (module)
pyrseas.dbobject.textsearch (module)
pyrseas.dbobject.trigger (module)
pyrseas.lib.dbconn (module)

Q

qualname() (pyrseas.dbobject.DbSchemaObject method)
(pyrseas.dbobject.operator.Operator method)
query (pyrseas.dbobject.DbObjectDict attribute)

R

ref_columns() (pyrseas.dbobject.constraint.ForeignKey method)
rename() (pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.DbSchemaObject method)
rollback() (pyrseas.lib.dbconn.DbConnection method)
Rule (class in pyrseas.dbobject.rule)
RuleDict (class in pyrseas.dbobject.rule)

S

Schema (class in pyrseas.dbobject.schema)
SchemaDict (class in pyrseas.dbobject.schema)
Sequence (class in pyrseas.dbobject.table)
set_search_path() (pyrseas.dbobject.DbSchemaObject method)
set_sequence_default() (pyrseas.dbobject.column.Column method)

T

Table (class in pyrseas.dbobject.table)
to_map() (pyrseas.database.Database method)
(pyrseas.dbobject.DbObject method)
(pyrseas.dbobject.cast.Cast method)
(pyrseas.dbobject.cast.CastDict method)
(pyrseas.dbobject.column.Column method)
(pyrseas.dbobject.constraint.CheckConstraint method)
(pyrseas.dbobject.constraint.ForeignKey method)
(pyrseas.dbobject.constraint.PrimaryKey method)
(pyrseas.dbobject.constraint.UniqueConstraint method)
(pyrseas.dbobject.dbtype.BaseType method)
(pyrseas.dbobject.dbtype.Composite method)
(pyrseas.dbobject.dbtype.Domain method)
(pyrseas.dbobject.extension.ExtensionDict method)
(pyrseas.dbobject.foreign.ForeignDataWrapper method)
(pyrseas.dbobject.foreign.ForeignDataWrapperDict method)
(pyrseas.dbobject.foreign.ForeignServer method)
(pyrseas.dbobject.foreign.ForeignServerDict method)
(pyrseas.dbobject.foreign.ForeignTable method)
(pyrseas.dbobject.foreign.UserMappingDict method)
(pyrseas.dbobject.function.Aggregate method)
(pyrseas.dbobject.function.Function method)
(pyrseas.dbobject.language.Language method)
(pyrseas.dbobject.language.LanguageDict method)
(pyrseas.dbobject.operclass.OperatorClass method)
(pyrseas.dbobject.rule.Rule method)
(pyrseas.dbobject.schema.Schema method)
(pyrseas.dbobject.schema.SchemaDict method)
(pyrseas.dbobject.table.Sequence method)
(pyrseas.dbobject.table.Table method)
(pyrseas.dbobject.textsearch.TSConfiguration method)
(pyrseas.dbobject.trigger.Trigger method)
Trigger (class in pyrseas.dbobject.trigger)
TriggerDict (class in pyrseas.dbobject.trigger)
TSConfiguration (class in pyrseas.dbobject.textsearch)
TSConfigurationDict (class in pyrseas.dbobject.textsearch)
TSDictionary (class in pyrseas.dbobject.textsearch)
TSDictionaryDict (class in pyrseas.dbobject.textsearch)
TSParser (class in pyrseas.dbobject.textsearch)
TSParserDict (class in pyrseas.dbobject.textsearch)
TSTemplate (class in pyrseas.dbobject.textsearch)
TSTemplateDict (class in pyrseas.dbobject.textsearch)
TypeDict (class in pyrseas.dbobject.dbtype)

U

UniqueConstraint (class in pyrseas.dbobject.constraint)
unqualify() (pyrseas.dbobject.DbSchemaObject method)
USER
UserMapping (class in pyrseas.dbobject.foreign)
UserMappingDict (class in pyrseas.dbobject.foreign)

V

View (class in pyrseas.dbobject.table)