C# Class SemWeb.Stores.SQLStore2.Importer

Inheritance: StatementSink
ファイルを表示 Open project: JoshData/semweb-dotnet

Public Methods

Method Description
Add ( Statement statement ) : bool
Importer ( SQLStore2 parent ) : System
RunAddBuffer ( ) : void

Private Methods

Method Description
RunAddBufferDynamic ( ) : void

Method Details

Add() public method

public Add ( Statement statement ) : bool
statement Statement
return bool

Importer() public method

public Importer ( SQLStore2 parent ) : System
parent SQLStore2
return System

RunAddBuffer() public method

public RunAddBuffer ( ) : void
return void