Sq3StmtC - bind a type … More...
Sq3StmtC - bind a type …
|
inline |
C#:
→ C-API sq3stmt.BindBlob(int pos, byte[] blob)
Bind a MkBinaryR Value To a Prepared Statement …
Definition at line 85 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindDouble(int arg1, double arg2)
Binding Values To Prepared Statements …
Definition at line 95 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindInt(int arg1, int arg2)
Binding Values To Prepared Statements …
Definition at line 101 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindInt64(int arg1, long arg2)
Binding Values To Prepared Statements …
Definition at line 107 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindNull(int arg1)
Binding Values To Prepared Statements …
Definition at line 113 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindParameterCount()
Number Of SQL Parameters …
Definition at line 119 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindParameterIndex(string zName)
Index Of A Parameter With A Given Name …
Definition at line 125 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API string sq3stmt.BindParameterName(int arg1)
Name Of A Host Parameter …
Definition at line 133 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindText(int pos, string text)
Bind a MkStringR Value To a Prepared Statement …
Definition at line 139 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindValue(int arg1, Sq3ValueC arg2)
Binding Values To Prepared Statements …
Definition at line 148 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindZeroblob(int arg1, int n)
Binding Values To Prepared Statements …
Definition at line 155 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API sq3stmt.BindZeroblob64(int arg1, long arg2)
Binding Values To Prepared Statements …
Definition at line 161 of file Sq3StmtC_cs.cs.