C# 클래스 SemWeb.Stores.PostgreSQLStore

상속: SQLStore, IDisposable
파일 보기 프로젝트 열기: JoshData/semweb-dotnet

공개 메소드들

메소드 설명
Close ( ) : void
PostgreSQLStore ( string connectionString, string table ) : System

보호된 메소드들

메소드 설명
BeginTransaction ( ) : void
CreateIndexes ( ) : void
CreateLikeTest ( string column, string match, int method, System command ) : void
CreateNullTest ( string column, System command ) : void
CreateTable ( ) : void
EndTransaction ( ) : void
EscapedAppend ( StringBuilder b, string str ) : void
RunCommand ( string sql ) : void
RunReader ( string sql ) : IDataReader
RunScalar ( string sql ) : object

비공개 메소드들

메소드 설명
EscapedAppend ( StringBuilder b, string str, bool forLike ) : void
RefreshConnection ( ) : void

메소드 상세

BeginTransaction() 보호된 메소드

protected BeginTransaction ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateIndexes() 보호된 메소드

protected CreateIndexes ( ) : void
리턴 void

CreateLikeTest() 보호된 메소드

protected CreateLikeTest ( string column, string match, int method, System command ) : void
column string
match string
method int
command System
리턴 void

CreateNullTest() 보호된 메소드

protected CreateNullTest ( string column, System command ) : void
column string
command System
리턴 void

CreateTable() 보호된 메소드

protected CreateTable ( ) : void
리턴 void

EndTransaction() 보호된 메소드

protected EndTransaction ( ) : void
리턴 void

EscapedAppend() 보호된 메소드

protected EscapedAppend ( StringBuilder b, string str ) : void
b StringBuilder
str string
리턴 void

PostgreSQLStore() 공개 메소드

public PostgreSQLStore ( string connectionString, string table ) : System
connectionString string
table string
리턴 System

RunCommand() 보호된 메소드

protected RunCommand ( string sql ) : void
sql string
리턴 void

RunReader() 보호된 메소드

protected RunReader ( string sql ) : IDataReader
sql string
리턴 IDataReader

RunScalar() 보호된 메소드

protected RunScalar ( string sql ) : object
sql string
리턴 object