DataAccess.h File Reference

JavaScript exporting routine for the TerraLib Data Access module. More...

#include "../Config.h"
#include <v8.h>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::v8
 
 te::v8::jsi
 

Functions

::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetAbstractConnectionPoolTemplate ()
 It returns a reference to the persistent template of a AbstractConnectionPool object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetArrayPropertyTemplate ()
 It returns a reference to the persistent template of a ArrayProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetBatchExecutorTemplate ()
 It returns a reference to the persistent template of a BatchExecutor object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetCheckConstraintTemplate ()
 It returns a reference to the persistent template of a CheckConstraint object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetCompositePropertyTemplate ()
 It returns a reference to the persistent template of a CompositeProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetConstraintTemplate ()
 It returns a reference to the persistent template of a Constraint object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSetItemTemplate ()
 It returns a reference to the persistent template of a DataSetItem object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSetPersistenceTemplate ()
 It returns a reference to the persistent template of a DataSetPersistence object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSetTemplate ()
 It returns a reference to the persistent template of a DataSet object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSetTypePersistenceTemplate ()
 It returns a reference to the persistent template of a DataSetTypePersistence object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSetTypeTemplate ()
 It returns a reference to the persistent template of a DataSetType object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSourceCatalogLoaderTemplate ()
 It returns a reference to the persistent template of a DataSourceCatalogLoader object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSourceCatalogTemplate ()
 It returns a reference to the persistent template of a DataSourceCatalog object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSourceTemplate ()
 It returns a reference to the persistent template of a DataSource object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDataSourceTransactorTemplate ()
 It returns a reference to the persistent template of a DataSourceTransactor object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetDateTimePropertyTemplate ()
 It returns a reference to the persistent template of a DateTimeProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetForeignKeyTemplate ()
 It returns a reference to the persistent template of a ForeignKey object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetGeometryPropertyTemplate ()
 It returns a reference to the persistent template of a GeometryProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetIndexTemplate ()
 It returns a reference to the persistent template of a Index object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetNumericPropertyTemplate ()
 It returns a reference to the persistent template of a NumericProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetPreparedQueryTemplate ()
 It returns a reference to the persistent template of a PreparedQuery object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetPrimaryKeyTemplate ()
 It returns a reference to the persistent template of a PrimaryKey object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetPropertyTemplate ()
 It returns a reference to the persistent template of a Property object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetPropertyVisitorTemplate ()
 It returns a reference to the persistent template of a PropertyVisitor object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetRasterPropertyTemplate ()
 It returns a reference to the persistent template of a RasterProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetSequenceTemplate ()
 It returns a reference to the persistent template of a Sequence object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetSimplePropertyTemplate ()
 It returns a reference to the persistent template of a SimpleProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetStringPropertyTemplate ()
 It returns a reference to the persistent template of a StringProperty object. More...
 
::v8::Persistent<::v8::FunctionTemplate > & te::v8::jsi::GetUniqueKeyTemplate ()
 It returns a reference to the persistent template of a UniqueKey object. More...
 
void te::v8::jsi::RegisterArrayProperty (::v8::Local<::v8::Object > &global)
 It registers the ArrayProperty class. More...
 
void te::v8::jsi::RegisterCheckConstraint (::v8::Local<::v8::Object > &global)
 It registers the CheckConstraint class. More...
 
void te::v8::jsi::RegisterCompositeProperty (::v8::Local<::v8::Object > &global)
 It registers the CompositeProperty class. More...
 
void te::v8::jsi::RegisterDataSetType (::v8::Local<::v8::Object > &global)
 It registers the DataSetType class. More...
 
void te::v8::jsi::RegisterDataSource (::v8::Local<::v8::Object > &global)
 It registers the DataSource class. More...
 
void te::v8::jsi::RegisterDataSourceCatalog (::v8::Local<::v8::Object > &global)
 It registers the DataSourceCatalog class. More...
 
void te::v8::jsi::RegisterDataSourceFactory (::v8::Local<::v8::Object > &global)
 It registers the DataSourceFactory class. More...
 
void te::v8::jsi::RegisterDataSourceManager (::v8::Local<::v8::Object > &global)
 It registers the GeometryFactory class. More...
 
void te::v8::jsi::RegisterDateTimeProperty (::v8::Local<::v8::Object > &global)
 It registers the DateTimeProperty class. More...
 
void te::v8::jsi::RegisterForeignKey (::v8::Local<::v8::Object > &global)
 It registers the ForeignKey class. More...
 
void te::v8::jsi::RegisterGeometryProperty (::v8::Local<::v8::Object > &global)
 It registers the GeometryProperty class. More...
 
void te::v8::jsi::RegisterIndex (::v8::Local<::v8::Object > &global)
 It registers the Index class. More...
 
void te::v8::jsi::RegisterNumericProperty (::v8::Local<::v8::Object > &global)
 It registers the NumericProperty class. More...
 
void te::v8::jsi::RegisterPrimaryKey (::v8::Local<::v8::Object > &global)
 It registers the PrimaryKey class. More...
 
void te::v8::jsi::RegisterProperty (::v8::Local<::v8::Object > &global)
 It registers the Property class. More...
 
void te::v8::jsi::RegisterPropertyVisitor (::v8::Local<::v8::Object > &global)
 It registers the PropertyVisitor class. More...
 
void te::v8::jsi::RegisterRasterProperty (::v8::Local<::v8::Object > &global)
 It registers the RasterProperty class. More...
 
void te::v8::jsi::RegisterSequence (::v8::Local<::v8::Object > &global)
 It registers the Sequence class. More...
 
void te::v8::jsi::RegisterSimpleProperty (::v8::Local<::v8::Object > &global)
 It registers the SimpleProperty class. More...
 
void te::v8::jsi::RegisterStringProperty (::v8::Local<::v8::Object > &global)
 It registers the StringProperty class. More...
 
void te::v8::jsi::RegisterUniqueKey (::v8::Local<::v8::Object > &global)
 It registers the UniqueKey class. More...
 

Detailed Description

JavaScript exporting routine for the TerraLib Data Access module.

Definition in file DataAccess.h.