C# Class Tasque.Data.Sqlite.Database

Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalUnixEpoch System.DateTime

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateTables() public méthode

public CreateTables ( ) : void
Résultat void

Database() public méthode

public Database ( ) : System
Résultat System

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( string command ) : int
command string
Résultat int

ExecuteScalar() public méthode

public ExecuteScalar ( string command ) : object
command string
Résultat object

FromDateTime() public static méthode

public static FromDateTime ( System.DateTime time ) : long
time System.DateTime
Résultat long

FromTimeT() public static méthode

public static FromTimeT ( long time ) : System.DateTime
time long
Résultat System.DateTime

GetDateTime() public méthode

public GetDateTime ( string command ) : System.DateTime
command string
Résultat System.DateTime

GetSingleInt() public méthode

public GetSingleInt ( string command ) : int
command string
Résultat int

GetSingleLong() public méthode

public GetSingleLong ( string command ) : long
command string
Résultat long

GetSingleString() public méthode

public GetSingleString ( string command ) : string
command string
Résultat string

Open() public méthode

public Open ( ) : void
Résultat void

TableExists() public méthode

public TableExists ( string table ) : bool
table string
Résultat bool

ToDateTime() public static méthode

public static ToDateTime ( long time ) : System.DateTime
time long
Résultat System.DateTime

ToTimeT() public static méthode

public static ToTimeT ( System.DateTime time ) : long
time System.DateTime
Résultat long

Property Details

LocalUnixEpoch public_oe static_oe property

public static DateTime,System LocalUnixEpoch
Résultat System.DateTime