|
enum class | Type { Invalid
, Failed
, VariableBinding
, Boolean
} |
|
◆ error()
QString SQLResult::error |
( |
| ) |
const |
|
finalvirtual |
◆ fieldNames()
◆ fields()
int SQLResult::fields |
( |
| ) |
const |
|
finalvirtual |
◆ query()
QString SQLResult::query |
( |
| ) |
const |
|
finalvirtual |
◆ tuples()
int SQLResult::tuples |
( |
| ) |
const |
|
finalvirtual |
◆ type()
knowDBC::Interfaces::Result::Type SQLResult::type |
( |
| ) |
const |
|
finalvirtual |
◆ value()
The documentation for this class was generated from the following files:
- kdb/kDB/Repository/DatabaseInterface/PostgreSQL/SQLResult_p.h
- kdb/kDB/Repository/DatabaseInterface/PostgreSQL/SQLResult.cpp