C# 클래스 Revenj.DatabasePersistence.Postgres.Converters.TimestampConverter.TimestampTuple

상속: IPostgresTuple
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
BuildTuple ( bool quote ) : string
InsertArray ( TextWriter sw, char buf, string escaping, char>.Action mappings ) : void
InsertRecord ( TextWriter sw, char buf, string escaping, char>.Action mappings ) : void
TimestampTuple ( System.DateTime value ) : System
TimestampTuple ( System.DateTime value, int offset ) : System

메소드 상세

BuildTuple() 공개 메소드

public BuildTuple ( bool quote ) : string
quote bool
리턴 string

InsertArray() 공개 메소드

public InsertArray ( TextWriter sw, char buf, string escaping, char>.Action mappings ) : void
sw System.IO.TextWriter
buf char
escaping string
mappings char>.Action
리턴 void

InsertRecord() 공개 메소드

public InsertRecord ( TextWriter sw, char buf, string escaping, char>.Action mappings ) : void
sw System.IO.TextWriter
buf char
escaping string
mappings char>.Action
리턴 void

TimestampTuple() 공개 메소드

public TimestampTuple ( System.DateTime value ) : System
value System.DateTime
리턴 System

TimestampTuple() 공개 메소드

public TimestampTuple ( System.DateTime value, int offset ) : System
value System.DateTime
offset int
리턴 System