/* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */

#ifndef NATIVE_EXTENSION_VTK_VTKSQLQUERYWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSQLQUERYWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkSQLQuery.h>

#include "vtkRowQueryWrap.h"
#include "../../plus/plus.h"

class VtkSQLQueryWrap : public VtkRowQueryWrap
{
	public:
		using Nan::ObjectWrap::Wrap;
		static void Init(v8::Local<v8::Object> exports);
		static void InitPtpl();
		static void ConstructorGetter(
			v8::Local<v8::String> property,
			const Nan::PropertyCallbackInfo<v8::Value>& info);

		VtkSQLQueryWrap(vtkSmartPointer<vtkSQLQuery>);
		VtkSQLQueryWrap();
		~VtkSQLQueryWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

	private:
		static void New(const Nan::FunctionCallbackInfo<v8::Value>& info);

		static void BeginTransaction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void BindParameter(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ClearParameterBindings(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CommitTransaction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EscapeString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDatabase(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetQuery(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsActive(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RollbackTransaction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetQuery(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSQLQUERYWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSQLQUERYWRAP_CLASSDEF
#endif
};

#endif
