summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Util.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Util.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/Util.hxx b/connectivity/source/drivers/firebird/Util.hxx
index fa9af07c0b27..e8077e65596a 100644
--- a/connectivity/source/drivers/firebird/Util.hxx
+++ b/connectivity/source/drivers/firebird/Util.hxx
@@ -25,6 +25,14 @@ namespace connectivity
namespace firebird
{
typedef ::std::vector< OString > OStringVector;
+ // Type Blob has 2 subtypes values
+ // 0 for BLOB, 1 for CLOB
+ // see http://www.firebirdfaq.org/faq48/
+ enum class BlobSubtype {
+ Blob = 0,
+ Clob = 1
+ };
+
/**
* Make sure an identifier is safe to use within the databse. Currently
* firebird seems to return identifiers with 93 character (instead of