C# Class Community.CsharpSqlite.SQLiteClient.SqliteCommand.SqliteCommand

Inheritance: IDbCommand, ICloneable
Exibir arquivo Open project: koush/csharp-sqlite

Private Properties

Property Type Description
BindParameters3 void
ExecuteStatement bool
ExecuteStatement void
GetError3 string
GetNextStatement void
ICloneable object
IDbCommand IDataReader
IDbCommand IDataReader
IDbCommand IDbDataParameter
NumChanges int

Public Methods

Method Description
Cancel ( ) : void
CreateParameter ( ) : Community.CsharpSqlite.SQLiteClient.SqliteParameter
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : SqliteDataReader
ExecuteReader ( CommandBehavior behavior ) : SqliteDataReader
ExecuteReader ( CommandBehavior behavior, bool want_results, int &rows_affected ) : SqliteDataReader
ExecuteScalar ( ) : object
GetLastError ( ) : string
LastInsertRowID ( ) : int
Prepare ( ) : void
SqliteCommand ( ) : System
SqliteCommand ( string sqlText ) : System
SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn ) : System
SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn, IDbTransaction trans ) : System

Protected Methods

Method Description
CreateDbParameter ( ) : DbParameter
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

Private Methods

Method Description
BindParameters3 ( Sqlite3 pStmt ) : void
ExecuteStatement ( Sqlite3 pStmt, int &cols, IntPtr &pazValue, IntPtr &pazColName ) : bool
ExecuteStatement ( Sqlite3 pStmt ) : void
GetError3 ( ) : string
GetNextStatement ( string pzStart, string &pzTail, Sqlite3 &pStmt ) : void
ICloneable ( ) : object
IDbCommand ( ) : IDataReader
IDbCommand ( CommandBehavior behavior ) : IDataReader
IDbCommand ( ) : IDbDataParameter
NumChanges ( ) : int

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateDbParameter() protected method

protected CreateDbParameter ( ) : DbParameter
return System.Data.Common.DbParameter

CreateParameter() public method

public CreateParameter ( ) : Community.CsharpSqlite.SQLiteClient.SqliteParameter
return Community.CsharpSqlite.SQLiteClient.SqliteParameter

Dispose() public method

public Dispose ( ) : void
return void

ExecuteDbDataReader() protected method

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
return System.Data.Common.DbDataReader

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteReader() public method

public ExecuteReader ( ) : SqliteDataReader
return SqliteDataReader

ExecuteReader() public method

public ExecuteReader ( CommandBehavior behavior ) : SqliteDataReader
behavior CommandBehavior
return SqliteDataReader

ExecuteReader() public method

public ExecuteReader ( CommandBehavior behavior, bool want_results, int &rows_affected ) : SqliteDataReader
behavior CommandBehavior
want_results bool
rows_affected int
return SqliteDataReader

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

GetLastError() public method

public GetLastError ( ) : string
return string

LastInsertRowID() public method

public LastInsertRowID ( ) : int
return int

Prepare() public method

public Prepare ( ) : void
return void

SqliteCommand() public method

public SqliteCommand ( ) : System
return System

SqliteCommand() public method

public SqliteCommand ( string sqlText ) : System
sqlText string
return System

SqliteCommand() public method

public SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn ) : System
sqlText string
dbConn Community.CsharpSqlite.SQLiteClient.SqliteConnection
return System

SqliteCommand() public method

public SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn, IDbTransaction trans ) : System
sqlText string
dbConn Community.CsharpSqlite.SQLiteClient.SqliteConnection
trans IDbTransaction
return System