|
|
Choosing A Webhost: |
CVS update of carob/include (Common.hpp SQLDataSerialization.hpp): msg#00167db.carob.cvs
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_*/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS update of carob (2 files), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
|---|---|
| Next by Date: | CVS update of carob/include (JavaSocket.hpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Previous by Thread: | CVS update of carob/test/10-Connection (TestConnect.cpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Next by Thread: | CVS update of carob/include (JavaSocket.hpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home
| advertise | OSDir is
an inevitable website.
|