dblite
1.3.0
Simple query interface for SQL databases
|
Wrapper for table and column names from data objects. More...
Public Member Functions | |
def | __init__ (self, name) |
def | __eq__ (self, other) |
Supports comparing to strings or other Identifier instances. More... | |
def | __str__ (self) |
Returns quoted name. More... | |
Static Public Member Functions | |
def | quote (name) |
Returns quoted name. More... | |
Public Attributes | |
name | |
Wrapper for table and column names from data objects.
Definition at line 54 of file postgres.py.
def dblite.engines.postgres.Identifier.__init__ | ( | self, | |
name | |||
) |
Definition at line 56 of file postgres.py.
def dblite.engines.postgres.Identifier.__eq__ | ( | self, | |
other | |||
) |
Supports comparing to strings or other Identifier instances.
Definition at line 58 of file postgres.py.
def dblite.engines.postgres.Identifier.__str__ | ( | self | ) |
Returns quoted name.
Definition at line 62 of file postgres.py.
|
static |
Returns quoted name.
Definition at line 66 of file postgres.py.
dblite.engines.postgres.Identifier.name |
Definition at line 56 of file postgres.py.