Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: DBI placeholders for spatial data

by Bod (Parson)
on Jun 30, 2021 at 20:35 UTC ( [id://11134518]=note: print w/replies, xml ) Need Help??


in reply to Re^3: DBI placeholders for spatial data
in thread DBI placeholders for spatial data

I think that the Site::Point class will benefit from...

Agreed.

The sql method now returns just the POINT code instead of the complete ST_GeomFromText string. This allows me to do something like this:

my $point = Site::Point->new('SO 1230 4560'); $dbh->do("INSERT INTO Test SET start = ST_GeomFromText( ? , 4326)", un +def, $point->sql);
As 4326 is a constant (as long as I am only dealing with this planet!) it doesn't need a placeholder.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 16:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found