Rebornbuddy
Loading...
Searching...
No Matches
SQLite.SQLite3 Member List

This is the complete list of members for SQLite.SQLite3, including all inherited members.

BindBlob(IntPtr stmt, int index, byte[] val, int n, IntPtr free)SQLite.SQLite3
BindDouble(IntPtr stmt, int index, double val)SQLite.SQLite3
BindInt(IntPtr stmt, int index, int val)SQLite.SQLite3
BindInt64(IntPtr stmt, int index, long val)SQLite.SQLite3
BindNull(IntPtr stmt, int index)SQLite.SQLite3
BindParameterIndex(IntPtr stmt, [MarshalAs(UnmanagedType.LPStr)] string name)SQLite.SQLite3
BindText(IntPtr stmt, int index, [MarshalAs(UnmanagedType.LPWStr)] string val, int n, IntPtr free)SQLite.SQLite3
BusyTimeout(IntPtr db, int milliseconds)SQLite.SQLite3
Changes(IntPtr db)SQLite.SQLite3
Close(IntPtr db)SQLite.SQLite3
ColType enum nameSQLite.SQLite3
ColumnBlob(IntPtr stmt, int index)SQLite.SQLite3
ColumnBoolArray(IntPtr stmt, int index)SQLite.SQLite3static
ColumnByteArray(IntPtr stmt, int index)SQLite.SQLite3static
ColumnBytes(IntPtr stmt, int index)SQLite.SQLite3
ColumnCount(IntPtr stmt)SQLite.SQLite3
ColumnDouble(IntPtr stmt, int index)SQLite.SQLite3
ColumnInt(IntPtr stmt, int index)SQLite.SQLite3
ColumnInt64(IntPtr stmt, int index)SQLite.SQLite3
ColumnName(IntPtr stmt, int index)SQLite.SQLite3
ColumnName16(IntPtr stmt, int index)SQLite.SQLite3static
ColumnString(IntPtr stmt, int index)SQLite.SQLite3static
ColumnText(IntPtr stmt, int index)SQLite.SQLite3
ColumnText16(IntPtr stmt, int index)SQLite.SQLite3
ColumnType(IntPtr stmt, int index)SQLite.SQLite3
ColumnUshortArray(IntPtr stmt, int index)SQLite.SQLite3static
Config(ConfigOption option)SQLite.SQLite3
ConfigOption enum nameSQLite.SQLite3
Copy< T >(IntPtr source, T[] destination, int startIndex, int length)SQLite.SQLite3static
EnableLoadExtension(IntPtr db, int onoff)SQLite.SQLite3
Errmsg(IntPtr db)SQLite.SQLite3
ExtendedErrCode(IntPtr db)SQLite.SQLite3
ExtendedResult enum nameSQLite.SQLite3
Finalize(IntPtr stmt)SQLite.SQLite3
GetErrmsg(IntPtr db)SQLite.SQLite3static
Initialize()SQLite.SQLite3
LastInsertRowid(IntPtr db)SQLite.SQLite3
LibVersionNumber()SQLite.SQLite3
Open([MarshalAs(UnmanagedType.LPStr)] string filename, out IntPtr db)SQLite.SQLite3
Open([MarshalAs(UnmanagedType.LPStr)] string filename, out IntPtr db, int flags, IntPtr zvfs)SQLite.SQLite3
Open(byte[] filename, out IntPtr db, int flags, IntPtr zvfs)SQLite.SQLite3
Open16([MarshalAs(UnmanagedType.LPWStr)] string filename, out IntPtr db)SQLite.SQLite3
Prepare2(IntPtr db, [MarshalAs(UnmanagedType.LPStr)] string sql, int numBytes, out IntPtr stmt, IntPtr pzTail)SQLite.SQLite3
Prepare2(IntPtr db, string query)SQLite.SQLite3static
Reset(IntPtr stmt)SQLite.SQLite3
Result enum nameSQLite.SQLite3
SetDirectory(uint directoryType, string directoryPath)SQLite.SQLite3
Shutdown()SQLite.SQLite3
Step(IntPtr stmt)SQLite.SQLite3