Method |
Description |
|
BindParameter ( IronPython.Runtime.CodeContext context, int index, object arg ) : void |
|
|
BindParameters ( IronPython.Runtime.CodeContext context, IDictionary args, int num_params_needed ) : void |
|
|
BindParameters ( IronPython.Runtime.CodeContext context, IList args, int num_params_needed ) : void |
|
|
ClearParameters ( ) : void |
|
|
MarkDirty ( ) : void |
|
|
Recompile ( IronPython.Runtime.CodeContext context, object parameters ) : int |
|
|
Statement ( Sqlite3 db, Community.CsharpSqlite.Sqlite3.Vdbe stmt, string operation, string tail ) : System |
|
|
adaptValue ( IronPython.Runtime.CodeContext context, object value ) : object |
|
|
maybeAdapt ( IronPython.Runtime.CodeContext context, object value ) : object |
|
|
needsAdaptation ( IronPython.Runtime.CodeContext context, object value ) : bool |
|
|