C# 클래스 Tasque.Data.Sqlite.Database

파일 보기 프로젝트 열기: GNOME/tasque 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocalUnixEpoch System.DateTime

공개 메소드들

메소드 설명
Close ( ) : void
CreateTables ( ) : void
Database ( ) : System
ExecuteNonQuery ( string command ) : int
ExecuteScalar ( string command ) : object
FromDateTime ( System.DateTime time ) : long
FromTimeT ( long time ) : System.DateTime
GetDateTime ( string command ) : System.DateTime
GetSingleInt ( string command ) : int
GetSingleLong ( string command ) : long
GetSingleString ( string command ) : string
Open ( ) : void
TableExists ( string table ) : bool
ToDateTime ( long time ) : System.DateTime
ToTimeT ( System.DateTime time ) : long

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateTables() 공개 메소드

public CreateTables ( ) : void
리턴 void

Database() 공개 메소드

public Database ( ) : System
리턴 System

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( string command ) : int
command string
리턴 int

ExecuteScalar() 공개 메소드

public ExecuteScalar ( string command ) : object
command string
리턴 object

FromDateTime() 공개 정적인 메소드

public static FromDateTime ( System.DateTime time ) : long
time System.DateTime
리턴 long

FromTimeT() 공개 정적인 메소드

public static FromTimeT ( long time ) : System.DateTime
time long
리턴 System.DateTime

GetDateTime() 공개 메소드

public GetDateTime ( string command ) : System.DateTime
command string
리턴 System.DateTime

GetSingleInt() 공개 메소드

public GetSingleInt ( string command ) : int
command string
리턴 int

GetSingleLong() 공개 메소드

public GetSingleLong ( string command ) : long
command string
리턴 long

GetSingleString() 공개 메소드

public GetSingleString ( string command ) : string
command string
리턴 string

Open() 공개 메소드

public Open ( ) : void
리턴 void

TableExists() 공개 메소드

public TableExists ( string table ) : bool
table string
리턴 bool

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( long time ) : System.DateTime
time long
리턴 System.DateTime

ToTimeT() 공개 정적인 메소드

public static ToTimeT ( System.DateTime time ) : long
time System.DateTime
리턴 long

프로퍼티 상세

LocalUnixEpoch 공개적으로 정적으로 프로퍼티

public static DateTime,System LocalUnixEpoch
리턴 System.DateTime