C# Class Dse.Graph.GraphStatement

Base class for graph statements.
Inheritance: IGraphStatement
Datei anzeigen Open project: datastax/csharp-driver-dse

Public Methods

Method Description
SetConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetGraphLanguage ( string language ) : IGraphStatement
SetGraphName ( string name ) : IGraphStatement
SetGraphReadConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetGraphSource ( string source ) : IGraphStatement
SetGraphSourceAnalytics ( ) : IGraphStatement
SetGraphWriteConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetReadTimeoutMillis ( int timeout ) : IGraphStatement
SetSystemQuery ( ) : IGraphStatement
SetTimestamp ( DateTimeOffset timestamp ) : IGraphStatement

Protected Methods

Method Description
IsAnonymous ( object obj ) : bool

Determines whether the object is anonymous.

Private Methods

Method Description
GetIStatement ( GraphOptions options ) : IStatement
IGraphStatement ( GraphOptions options ) : IStatement

Method Details

IsAnonymous() protected method

Determines whether the object is anonymous.
protected IsAnonymous ( object obj ) : bool
obj object
return bool

SetConsistencyLevel() public method

public SetConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
return IGraphStatement

SetGraphLanguage() public method

public SetGraphLanguage ( string language ) : IGraphStatement
language string
return IGraphStatement

SetGraphName() public method

public SetGraphName ( string name ) : IGraphStatement
name string
return IGraphStatement

SetGraphReadConsistencyLevel() public method

public SetGraphReadConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
return IGraphStatement

SetGraphSource() public method

public SetGraphSource ( string source ) : IGraphStatement
source string
return IGraphStatement

SetGraphSourceAnalytics() public method

public SetGraphSourceAnalytics ( ) : IGraphStatement
return IGraphStatement

SetGraphWriteConsistencyLevel() public method

public SetGraphWriteConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
return IGraphStatement

SetReadTimeoutMillis() public method

public SetReadTimeoutMillis ( int timeout ) : IGraphStatement
timeout int
return IGraphStatement

SetSystemQuery() public method

public SetSystemQuery ( ) : IGraphStatement
return IGraphStatement

SetTimestamp() public method

public SetTimestamp ( DateTimeOffset timestamp ) : IGraphStatement
timestamp DateTimeOffset
return IGraphStatement