|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
db,
uri,
pool_size=0,
folder=None,
db_codec=' UTF-8 ' ,
credential_decoder=<function IDENTITY at 0x334cd70>,
driver_args={ } ,
adapter_args={ } ,
do_connect=True,
srid=4326,
after_connection=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ST_ASGEOJSON(self,
first,
second)
http://postgis.org/docs/ST_AsGeoJSON.html |
source code
|
|
|
ST_ASTEXT(self,
first)
http://postgis.org/docs/ST_AsText.html |
source code
|
|
|
ST_X(self,
first)
http://postgis.org/docs/ST_X.html |
source code
|
|
|
ST_Y(self,
first)
http://postgis.org/docs/ST_Y.html |
source code
|
|
|
ST_CONTAINS(self,
first,
second)
http://postgis.org/docs/ST_Contains.html |
source code
|
|
|
ST_DISTANCE(self,
first,
second)
http://postgis.org/docs/ST_Distance.html |
source code
|
|
|
ST_EQUALS(self,
first,
second)
http://postgis.org/docs/ST_Equals.html |
source code
|
|
|
ST_INTERSECTS(self,
first,
second)
http://postgis.org/docs/ST_Intersects.html |
source code
|
|
|
ST_OVERLAPS(self,
first,
second)
http://postgis.org/docs/ST_Overlaps.html |
source code
|
|
|
ST_SIMPLIFY(self,
first,
second)
http://postgis.org/docs/ST_Simplify.html |
source code
|
|
|
ST_TOUCHES(self,
first,
second)
http://postgis.org/docs/ST_Touches.html |
source code
|
|
|
ST_WITHIN(self,
first,
second)
http://postgis.org/docs/ST_Within.html |
source code
|
|
|
ST_DWITHIN(self,
first,
(second, third))
http://postgis.org/docs/ST_DWithin.html |
source code
|
|
|
|
|
|
Inherited from BaseAdapter :
AGGREGATE ,
ALLOW_NULL ,
AND ,
AS ,
BELONGS ,
CASE ,
CAST ,
COALESCE ,
COALESCE_ZERO ,
COMMA ,
CONCAT ,
CONTAINS ,
COUNT ,
DIV ,
EPOCH ,
EQ ,
EXTRACT ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LEFT_JOIN ,
LENGTH ,
LOWER ,
LT ,
MOD ,
MUL ,
NE ,
NOT ,
NOT_NULL ,
ON ,
OR ,
PRIMARY_KEY ,
RAW ,
REPLACE ,
SUB ,
SUBSTRING ,
UPPER ,
alias ,
build_parsemap ,
bulk_insert ,
close_connection ,
commit ,
common_filter ,
concat_add ,
connector ,
constraint_name ,
count ,
create_table ,
delete ,
drop ,
execute ,
expand ,
expand_all ,
file_close ,
file_delete ,
file_exists ,
file_open ,
find_driver ,
get_table ,
id_query ,
insert ,
isOperationalError ,
isProgrammingError ,
is_numerical_type ,
log ,
log_execute ,
migrate_table ,
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 ,
represent_exceptions ,
rollback ,
rowslice ,
save_dbt ,
select ,
select_limitby ,
smart_adapt ,
sqlsafe_field ,
sqlsafe_table ,
table_alias ,
tables ,
trigger_name ,
truncate ,
update
Inherited from ConnectionPool :
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__
|