|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias(self,
table,
alias)
Given a table object, makes a new table object with alias
name. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rowslice(self,
rows,
minimum=0,
maximum=global_settings.applications_parent)
By default this function does nothing; overload when db does not
do slicing. |
source code
|
|
Inherited from BaseAdapter :
ALLOW_NULL ,
BELONGS ,
COALESCE ,
COALESCE_ZERO ,
COMMA ,
CONTAINS ,
EQ ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LT ,
MOD ,
NE ,
NOT ,
NOT_NULL ,
RAW ,
__init__ ,
adapt ,
bulk_insert ,
common_filter ,
count ,
create_table ,
delete ,
expand ,
file_close ,
file_delete ,
file_exists ,
file_open ,
get_table ,
insert ,
integrity_error ,
operational_error ,
parse ,
select ,
select_limitby ,
sequence_name ,
tables ,
trigger_name ,
truncate ,
update
Inherited from ConnectionPool :
find_or_make_work_folder ,
pool_connection
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|