#include <DatabaseStatements.h>
§ GeometryStatement() [1/3]
agroeye::handlers::GeometryStatement::GeometryStatement |
( |
| ) |
|
|
inline |
§ GeometryStatement() [2/3]
agroeye::handlers::GeometryStatement::GeometryStatement |
( |
std::shared_ptr< sqlite3 > |
ptrSql3, |
|
|
const DbTable & |
table |
|
) |
| |
Creates geometry statement.
Constructor creates geoemtry statement. The provided table must contain exactly one geometry column
- Parameters
-
ptrSql3 | Smart pointer to the sqlite3 database |
table | Table containing geometry column and id key |
§ GeometryStatement() [3/3]
§ operator=()
§ setGeometry()
Sets the geometry value in the statement Until the process or flush function is not called the geometry is not inserted into database.
- Parameters
-
blob | The binary representation of geometry |
The documentation for this class was generated from the following files: