|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 ,
LIKE ,
LT ,
MOD ,
NE ,
NOT ,
NOT_NULL ,
RAW ,
REGEXP ,
__init__ ,
adapt ,
build_parsemap ,
bulk_insert ,
common_filter ,
count ,
create_table ,
delete ,
expand ,
expand_all ,
file_close ,
file_delete ,
file_exists ,
file_open ,
get_table ,
insert ,
integrity_error ,
operational_error ,
parse ,
parse_blob ,
parse_boolean ,
parse_date ,
parse_datetime ,
parse_decimal ,
parse_double ,
parse_id ,
parse_integer ,
parse_list_integers ,
parse_list_references ,
parse_list_strings ,
parse_reference ,
parse_time ,
parse_value ,
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__
|