#include "../../../../dataaccess/datasource/BatchExecutor.h"#include "../../common/Utils.h"#include "DataAccess.h"Go to the source code of this file.
Functions | |
| ::v8::Handle<::v8::Value > | BatchExecutor_Add (const ::v8::Arguments &) |
| ::v8::Handle<::v8::Value > | BatchExecutor_Execute (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | BatchExecutor_GetTransactor (const ::v8::Arguments &) |
Variables | |
| static::v8::Persistent<::v8::FunctionTemplate > | sg_batchexecutor_template |
| ::v8::Handle<::v8::Value> BatchExecutor_Add | ( | const ::v8::Arguments & | ) |
Definition at line 31 of file src/terralib/binding/v8/jsi/dataaccess/BatchExecutor.cpp.
Referenced by te::v8::jsi::GetBatchExecutorTemplate().
| ::v8::Handle<::v8::Value> BatchExecutor_Execute | ( | const ::v8::Arguments & | args | ) |
Definition at line 36 of file src/terralib/binding/v8/jsi/dataaccess/BatchExecutor.cpp.
References te::da::BatchExecutor::execute().
Referenced by te::v8::jsi::GetBatchExecutorTemplate().
| ::v8::Handle<::v8::Value> BatchExecutor_GetTransactor | ( | const ::v8::Arguments & | ) |
Definition at line 48 of file src/terralib/binding/v8/jsi/dataaccess/BatchExecutor.cpp.
Referenced by te::v8::jsi::GetBatchExecutorTemplate().
| ::v8::Persistent<::v8::FunctionTemplate> sg_batchexecutor_template |
Definition at line 53 of file src/terralib/binding/v8/jsi/dataaccess/BatchExecutor.cpp.
Referenced by te::v8::jsi::GetBatchExecutorTemplate().