21.05.2014 Views

Android & PostgreSQL (application/pdf - 311.5 KB) - PGCon

Android & PostgreSQL (application/pdf - 311.5 KB) - PGCon

Android & PostgreSQL (application/pdf - 311.5 KB) - PGCon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

INSERT a circle<br />

PGpoint c e n t e r = new PGpoint (1 , 2 . 5 ) ;<br />

double r a d i u s = 4 ;<br />

P G c i r c l e c i r c l e = new P G c i r c l e ( c e n t e r , r a d i u s ) ;<br />

PreparedStatement ps = conn . p r e p a r e S t a t e m e n t (<br />

”INSERT INTO geomtest ( mycirc ) VALUES ( ? ) ; ” ) ;<br />

ps . s e t O b j e c t (1 , c i r c l e ) ;<br />

ps . executeUpdate ( ) ;<br />

markwkm (<strong>PGCon</strong>2011) <strong>Android</strong> & <strong>PostgreSQL</strong> 20 May 2011 27 / 37

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!