Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALBYTEARRAY_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALBYTEARRAY_H 
   35   namespace dt { 
class ByteArray; }
 
   86 #endif  // __TERRALIB_DATAACCESS_INTERNAL_LITERALBYTEARRAY_H 
  
 
A class for representing binary data.
 
LiteralByteArray(const te::dt::ByteArray &b)
Constructor.
 
~LiteralByteArray()
Destructor.
 
TE_DEFINE_VISITABLE LiteralByteArray(te::dt::ByteArray *b)
Constructor.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
This class can be used to represent literal values.
 
Expression * clone() const
It creates a new copy of this expression.
 
This is an abstract class that models a query expression.
 
This class models a literal value.
 
#define TE_DEFINE_VISITABLE
 
A class that models a literal for ByteArray values.
 
LiteralByteArray(const LiteralByteArray &rhs)
Copy constructor.
 
LiteralByteArray & operator=(const LiteralByteArray &rhs)