DatabasePlugin


Attributes

a movethread

True

a paramstyle

'qmark'

a pool

<property object at 0x87cd6e4>

Methods

f __init__(self) ...

f activate(cls) ...

f tables(self, cursor) ...

f table_exists(self, tablename, cursor) ...

f get_sequence_nextval(self, sequence, cursor) ...

f guess_sequence_name(self, table_name, id_name) ...

f pool__get(self) ...

f sql_literal_param(self, value) ...

f sql_literal(self, value) ...

f sql_table(self, tablename) ...

f sql_column(self, column) ...

f sql_quote_symbol(self, sym) ...

f sql_operator(self, oper) ...

f sql_unary_operator(self, oper) ...

f sql_postfix_operator(self, oper) ...

f sql_function(self, func) ...

f sql_column_create(self, name, type, params, default) ...

See the source for more information.