SQLAlchemy 0.4 Documentation
Multiple Pages
|
One Page
Version: 0.4beta6 Last Updated: 09/26/07 20:38:24
Table of Contents
Up:
API Documentation
| Previous:
module sqlalchemy.databases.sqlite
| Next:
module sqlalchemy.databases.mysql
module sqlalchemy.databases.postgres
Module Functions
descriptor()
class PGArray(TypeEngine,Concatenable)
class PGBigInteger(PGInteger)
class PGBinary(Binary)
class PGBoolean(Boolean)
class PGChar(CHAR)
class PGCompiler(DefaultCompiler)
class PGDate(Date)
class PGDateTime(DateTime)
class PGDefaultRunner(DefaultRunner)
class PGDialect(DefaultDialect)
class PGExecutionContext(DefaultExecutionContext)
class PGFloat(Float)
class PGIdentifierPreparer(IdentifierPreparer)
class PGInet(TypeEngine)
class PGInteger(Integer)
class PGInterval(TypeEngine)
class PGNumeric(Numeric)
class PGSchemaDropper(SchemaDropper)
class PGSchemaGenerator(SchemaGenerator)
class PGSmallInteger(SmallInteger)
class PGString(String)
class PGText(TEXT)
class PGTime(Time)
module sqlalchemy.databases.postgres
Module Functions
def descriptor()
class PGArray(
TypeEngine
,Concatenable)
def __init__(
self
,
item_type
)
Construct a new
PGArray
.
def bind_processor(
self
,
dialect
)
def dialect_impl(
self
,
dialect
)
def get_col_spec(
self
)
def result_processor(
self
,
dialect
)
back to section top
class PGBigInteger(
PGInteger
)
def get_col_spec(
self
)
back to section top
class PGBinary(
Binary
)
def get_col_spec(
self
)
back to section top
class PGBoolean(
Boolean
)
def get_col_spec(
self
)
back to section top
class PGChar(
CHAR
)
def get_col_spec(
self
)
back to section top
class PGCompiler(
DefaultCompiler
)
def for_update_clause(
self
,
select
)
def get_select_precolumns(
self
,
select
)
def limit_clause(
self
,
select
)
def visit_sequence(
self
,
seq
)
back to section top
class PGDate(
Date
)
def get_col_spec(
self
)
back to section top
class PGDateTime(
DateTime
)
def get_col_spec(
self
)
back to section top
class PGDefaultRunner(
DefaultRunner
)
def get_column_default(
self
,
column
,
isinsert=True
)
def visit_sequence(
self
,
seq
)
back to section top
class PGDialect(
DefaultDialect
)
def __init__(
self
,
use_oids=False
,
server_side_cursors=False
,
**kwargs
)
Construct a new
PGDialect
.
def create_connect_args(
self
,
url
)
def create_execution_context(
self
,
*args
,
**kwargs
)
def dbapi(
cls
)
def do_begin_twophase(
self
,
connection
,
xid
)
def do_commit_twophase(
self
,
connection
,
xid
,
is_prepared=True
,
recover=False
)
def do_prepare_twophase(
self
,
connection
,
xid
)
def do_recover_twophase(
self
,
connection
)
def do_rollback_twophase(
self
,
connection
,
xid
,
is_prepared=True
,
recover=False
)
def get_default_schema_name(
self
,
connection
)
def has_sequence(
self
,
connection
,
sequence_name
)
def has_table(
self
,
connection
,
table_name
,
schema=None
)
def is_disconnect(
self
,
e
)
def last_inserted_ids(
self
)
def oid_column_name(
self
,
column
)
def reflecttable(
self
,
connection
,
table
,
include_columns
)
def table_names(
self
,
connection
,
schema
)
def type_descriptor(
self
,
typeobj
)
back to section top
class PGExecutionContext(
DefaultExecutionContext
)
def create_cursor(
self
)
def get_result_proxy(
self
)
def is_select(
self
)
def post_exec(
self
)
back to section top
class PGFloat(
Float
)
def get_col_spec(
self
)
back to section top
class PGIdentifierPreparer(
IdentifierPreparer
)
back to section top
class PGInet(
TypeEngine
)
def get_col_spec(
self
)
back to section top
class PGInteger(
Integer
)
def get_col_spec(
self
)
back to section top
class PGInterval(
TypeEngine
)
def get_col_spec(
self
)
back to section top
class PGNumeric(
Numeric
)
def bind_processor(
self
,
dialect
)
def get_col_spec(
self
)
def result_processor(
self
,
dialect
)
back to section top
class PGSchemaDropper(
SchemaDropper
)
def visit_sequence(
self
,
sequence
)
back to section top
class PGSchemaGenerator(
SchemaGenerator
)
def get_column_specification(
self
,
column
,
**kwargs
)
def visit_sequence(
self
,
sequence
)
back to section top
class PGSmallInteger(
SmallInteger
)
def get_col_spec(
self
)
back to section top
class PGString(
String
)
def get_col_spec(
self
)
back to section top
class PGText(
TEXT
)
def get_col_spec(
self
)
back to section top
class PGTime(
Time
)
def get_col_spec(
self
)
back to section top
Up:
API Documentation
| Previous:
module sqlalchemy.databases.sqlite
| Next:
module sqlalchemy.databases.mysql