C# Класс IronPython.SQLite.Statement

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BindParameters ( IronPython.Runtime.CodeContext context, object parameters ) : void
RawStep ( ) : int
Reset ( ) : int
SqliteFinalize ( ) : int
Statement ( IronPython.SQLite.PythonSQLite connection, string operation ) : System

Приватные методы

Метод Описание
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

Описание методов

BindParameters() публичный Метод

public BindParameters ( IronPython.Runtime.CodeContext context, object parameters ) : void
context IronPython.Runtime.CodeContext
parameters object
Результат void

RawStep() публичный Метод

public RawStep ( ) : int
Результат int

Reset() публичный Метод

public Reset ( ) : int
Результат int

SqliteFinalize() публичный Метод

public SqliteFinalize ( ) : int
Результат int

Statement() публичный Метод

public Statement ( IronPython.SQLite.PythonSQLite connection, string operation ) : System
connection IronPython.SQLite.PythonSQLite
operation string
Результат System