C# Class Community.CsharpSqlite.Sqlite3

Afficher le fichier Open project: viciproject/coolstorage Class Usage Examples

Méthodes publiques

Méthode Description
sqlite3_get_table ( sqlite3 db, string zSql, Array &pazResult, int &pnRow, int &pnColumn, string &pzErrMsg ) : int
sqlite3_get_table_cb ( object pArg, System.Int64 nCol, object Oargv, object Ocolv ) : int

Method Details

sqlite3_get_table() static public méthode

static public sqlite3_get_table ( sqlite3 db, string zSql, Array &pazResult, int &pnRow, int &pnColumn, string &pzErrMsg ) : int
db sqlite3
zSql string
pazResult Array
pnRow int
pnColumn int
pzErrMsg string
Résultat int

sqlite3_get_table_cb() static public méthode

static public sqlite3_get_table_cb ( object pArg, System.Int64 nCol, object Oargv, object Ocolv ) : int
pArg object
nCol System.Int64
Oargv object
Ocolv object
Résultat int