Date: Wednesday, January 25, 2006 @ 23:10:13
Author: marc
Path: /cvsroot/carob/carob/include
Modified: Common.hpp (1.27 -> 1.28) SQLDataSerialization.hpp (1.8 -> 1.9)
Moved union ResultSetDataType {...} type definition from Common.hpp to
SQLDataSerialization.hpp
--------------------------+
Common.hpp | 21 ---------------------
SQLDataSerialization.hpp | 21 +++++++++++++++++++++
2 files changed, 21 insertions(+), 21 deletions(-)
Index: carob/include/Common.hpp
diff -u carob/include/Common.hpp:1.27 carob/include/Common.hpp:1.28
--- carob/include/Common.hpp:1.27 Wed Jan 4 19:26:34 2006
+++ carob/include/Common.hpp Wed Jan 25 23:10:13 2006
@@ -197,26 +197,5 @@
*/
std::wstring replaceAll(std::wstring src, const std::wstring &from, const
std::wstring &to);
-/**
- * Defines data type that can be found in ResultSets
- */
-union ResultSetDataType
-{
- /** for booleans and bits */
- bool as_bool;
- /** for bytes */
- uint8_t as_byte;
- /** for integers */
- int32_t as_int;
- /** for longs */
- int64_t as_long;
- /** for floats */
- float as_float;
- /** for doubles */
- double as_double;
- /** for all other types */
- void* as_other;
-};
-
} //namespace CarobNS
#endif //_COMMON_H_
Index: carob/include/SQLDataSerialization.hpp
diff -u carob/include/SQLDataSerialization.hpp:1.8
carob/include/SQLDataSerialization.hpp:1.9
--- carob/include/SQLDataSerialization.hpp:1.8 Tue Jan 24 18:54:51 2006
+++ carob/include/SQLDataSerialization.hpp Wed Jan 25 23:10:13 2006
@@ -50,5 +50,26 @@
throw (NotImplementedException, UnexpectedException);
};
+/**
+ * Defines data type that can be found in ResultSets
+ */
+union ResultSetDataType
+{
+ /** for booleans and bits */
+ bool as_bool;
+ /** for bytes */
+ uint8_t as_byte;
+ /** for integers */
+ int32_t as_int;
+ /** for longs */
+ int64_t as_long;
+ /** for floats */
+ float as_float;
+ /** for doubles */
+ double as_double;
+ /** for all other types */
+ void* as_other;
+};
+
} //namespace CarobNS
#endif /*SQLDATASERIALIZATION_H_*/
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits