|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias(self,
table,
alias)
Given a table object, makes a new table object with alias name. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rowslice(self,
rows,
minimum=0,
maximum=None)
By default this function does nothing; overload when db does not do
slicing. |
source code
|
|
|
Inherited from BaseAdapter:
ALLOW_NULL,
BELONGS,
CASE,
CAST,
COALESCE,
COALESCE_ZERO,
COMMA,
CONCAT,
CONTAINS,
COUNT,
EPOCH,
EQ,
GE,
GT,
INVERT,
JOIN,
LE,
LIKE,
LT,
MOD,
NE,
NOT,
NOT_NULL,
RAW,
REGEXP,
REPLACE,
__init__,
adapt,
build_parsemap,
bulk_insert,
common_filter,
count,
create_table,
delete,
expand,
expand_all,
file_close,
file_delete,
file_exists,
file_open,
find_driver,
get_table,
insert,
isOperationalError,
isProgrammingError,
is_numerical_type,
log,
parse,
parse_blob,
parse_boolean,
parse_date,
parse_datetime,
parse_decimal,
parse_double,
parse_id,
parse_integer,
parse_json,
parse_list_integers,
parse_list_references,
parse_list_strings,
parse_reference,
parse_time,
parse_value,
save_dbt,
select,
select_limitby,
sequence_name,
smart_adapt,
table_alias,
tables,
trigger_name,
truncate,
update,
varquote
Inherited from ConnectionPool:
after_connection,
after_connection_hook,
close,
find_or_make_work_folder,
reconnect
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|