Tagged "postgresql"

[筆記] libpqxx - prepare statements

prepare語法是現今SQL主要防止SQL injection的方法(另一種是字串處理),prepare語法主要是限定SQL query語句中的變數,以防資料庫其他資料遭受破壞等。postgresSQL也有prepare語法。請見:http://www.postgresql.org/docs/9.1/static/sql-prepare.html

Read more...

libpqxx - postgresql c++ library 基本教學

簡介 libpqxx是postgrsql 官方所推出的函式庫,基本上包裝得很好,用起來十分簡便。

Read more...