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

Inheritance: IDbCommand, ICloneable
Afficher le fichier Open project: koush/csharp-sqlite

Private Properties

Свойство Type Description
BindParameters3 void
ExecuteStatement bool
ExecuteStatement void
GetError3 string
GetNextStatement void
ICloneable object
IDbCommand IDataReader
IDbCommand IDataReader
IDbCommand IDbDataParameter
NumChanges int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateDbParameter ( ) : DbParameter
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

Private Methods

Méthode 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 méthode

public Cancel ( ) : void
Résultat void

CreateDbParameter() protected méthode

protected CreateDbParameter ( ) : DbParameter
Résultat System.Data.Common.DbParameter

CreateParameter() public méthode

public CreateParameter ( ) : Community.CsharpSqlite.SQLiteClient.SqliteParameter
Résultat Community.CsharpSqlite.SQLiteClient.SqliteParameter

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteDbDataReader() protected méthode

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
Résultat System.Data.Common.DbDataReader

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( ) : int
Résultat int

ExecuteReader() public méthode

public ExecuteReader ( ) : SqliteDataReader
Résultat SqliteDataReader

ExecuteReader() public méthode

public ExecuteReader ( CommandBehavior behavior ) : SqliteDataReader
behavior CommandBehavior
Résultat SqliteDataReader

ExecuteReader() public méthode

public ExecuteReader ( CommandBehavior behavior, bool want_results, int &rows_affected ) : SqliteDataReader
behavior CommandBehavior
want_results bool
rows_affected int
Résultat SqliteDataReader

ExecuteScalar() public méthode

public ExecuteScalar ( ) : object
Résultat object

GetLastError() public méthode

public GetLastError ( ) : string
Résultat string

LastInsertRowID() public méthode

public LastInsertRowID ( ) : int
Résultat int

Prepare() public méthode

public Prepare ( ) : void
Résultat void

SqliteCommand() public méthode

public SqliteCommand ( ) : System
Résultat System

SqliteCommand() public méthode

public SqliteCommand ( string sqlText ) : System
sqlText string
Résultat System

SqliteCommand() public méthode

public SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn ) : System
sqlText string
dbConn Community.CsharpSqlite.SQLiteClient.SqliteConnection
Résultat System

SqliteCommand() public méthode

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