|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias(self,
table,
alias)
given a table object, makes a new table object with alias
name. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rowslice(self,
rows,
minimum=0,
maximum=1)
by default this function does nothing, overload when db does not
do slicing |
source code
|
|
Inherited from BaseAdapter :
ALLOW_NULL ,
BELONGS ,
COALESCE_ZERO ,
COMMA ,
CONTAINS ,
EQ ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LT ,
MOD ,
NE ,
NOT ,
NOT_NULL ,
__init__ ,
bulk_insert ,
count ,
create_table ,
delete ,
expand ,
file_close ,
file_delete ,
file_exists ,
file_open ,
filter_tenant ,
get_table ,
insert ,
integrity_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__
|