26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALBYTEARRAY_H
27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALBYTEARRAY_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
LiteralByteArray(const LiteralByteArray &rhs)
Copy constructor.
LiteralByteArray & operator=(const LiteralByteArray &rhs)
TE_DEFINE_VISITABLE LiteralByteArray(te::dt::ByteArray *b)
Constructor.
~LiteralByteArray()
Destructor.
Expression * clone() const
It creates a new copy of this expression.
LiteralByteArray(const te::dt::ByteArray &b)
Constructor.
TE_DEFINE_VISITABLE Literal(te::dt::AbstractData *value)
Constructor.
A class for representing binary data.
This class models a literal value.
Namespace for the DataAccess API of TerraLib.
Namespace for the Data Type module of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.