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