C# 클래스 BlazegraphConnectorTest.Program

파일 보기 프로젝트 열기: skywalkery/blazegraph-dotnetrdf0

공개 메소드들

메소드 설명
CreateExampleGraph ( string uri ) : VDS.RDF.Graph
DeleteGraphExample ( string uri ) : void
LoadExampleGraph ( string uri ) : VDS.RDF.Graph
QueryExample ( string query ) : void
QueryWithTimeoutExample ( string query, long timeoutMs ) : void
RemoveAllData ( ) : void
UpdateExampleGraph ( string uri ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

CreateExampleGraph() 공개 메소드

public CreateExampleGraph ( string uri ) : VDS.RDF.Graph
uri string
리턴 VDS.RDF.Graph

DeleteGraphExample() 공개 메소드

public DeleteGraphExample ( string uri ) : void
uri string
리턴 void

LoadExampleGraph() 공개 메소드

public LoadExampleGraph ( string uri ) : VDS.RDF.Graph
uri string
리턴 VDS.RDF.Graph

QueryExample() 공개 메소드

public QueryExample ( string query ) : void
query string
리턴 void

QueryWithTimeoutExample() 공개 메소드

public QueryWithTimeoutExample ( string query, long timeoutMs ) : void
query string
timeoutMs long
리턴 void

RemoveAllData() 공개 메소드

public RemoveAllData ( ) : void
리턴 void

UpdateExampleGraph() 공개 메소드

public UpdateExampleGraph ( string uri ) : void
uri string
리턴 void