C# 클래스 Community.CsharpSqlite.Sqlite3

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

공개 메소드들

메소드 설명
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

메소드 상세

sqlite3_get_table() 정적인 공개 메소드

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
리턴 int

sqlite3_get_table_cb() 정적인 공개 메소드

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
리턴 int