Méthode |
Description |
|
Bind_DateTime ( SqliteStatement stmt, int index, System.DateTime dt ) : void |
|
|
Bind_ParamName ( SqliteStatement stmt, int index ) : string |
|
|
Bind_Text ( SqliteStatement stmt, int index, string value ) : void |
|
|
ColumnDatabaseName ( SqliteStatement stmt, int index ) : string |
|
|
ColumnName ( SqliteStatement stmt, int index ) : string |
|
|
ColumnOriginalName ( SqliteStatement stmt, int index ) : string |
|
|
ColumnTableName ( SqliteStatement stmt, int index ) : string |
|
|
CreateCollation ( string strCollation, SqliteCollation func ) : void |
|
|
CreateFunction ( string strFunction, int nArgs, SqliteCallback func, SqliteCallback funcstep, SqliteFinalCallback funcfinal ) : void |
|
|
GetDateTime ( SqliteStatement stmt, int index ) : System.DateTime |
|
|
GetParamValueText ( IntPtr ptr ) : string |
|
|
GetText ( SqliteStatement stmt, int index ) : string |
|
|
Open ( string strFilename ) : void |
|
|
ReturnError ( IntPtr context, string value ) : void |
|
|
ReturnText ( IntPtr context, string value ) : void |
|
|
Sqlite3_UTF16 ( SqliteDateFormats fmt ) : System |
|
|
SqliteLastError ( ) : string |
|
|