More flexible array retrieval + *vector support.
This commit is contained in:
parent
d9854d81fa
commit
db75d9ed50
5 changed files with 119 additions and 8 deletions
|
|
@ -102,6 +102,12 @@ namespace Pgsql {
|
|||
class Value;
|
||||
class Row;
|
||||
|
||||
enum class NullHandling {
|
||||
Ignore,
|
||||
Throw
|
||||
};
|
||||
|
||||
|
||||
} // END namespace Pgsql
|
||||
|
||||
#endif // PGSQL_DECLARE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue