C# 클래스 IronPython.SQLite.Statement

파일 보기 프로젝트 열기: jdhardy/ironpython 1 사용 예제들

공개 메소드들

메소드 설명
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