프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindParameters3 | void | ||
ExecuteStatement | bool | ||
ExecuteStatement | void | ||
GetError3 | string | ||
GetNextStatement | void | ||
ICloneable | object | ||
IDbCommand | IDataReader | ||
IDbCommand | IDataReader | ||
IDbCommand | IDbDataParameter | ||
NumChanges | int |
메소드 | 설명 | |
---|---|---|
Cancel ( ) : void | ||
CreateParameter ( ) : Community.CsharpSqlite.SQLiteClient.SqliteParameter | ||
Dispose ( ) : void | ||
ExecuteNonQuery ( ) : int | ||
ExecuteReader ( ) : |
||
ExecuteReader ( CommandBehavior behavior ) : |
||
ExecuteReader ( CommandBehavior behavior, bool want_results, int &rows_affected ) : |
||
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 |
메소드 | 설명 | |
---|---|---|
CreateDbParameter ( ) : |
||
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader |
메소드 | 설명 | |
---|---|---|
BindParameters3 ( |
||
ExecuteStatement ( |
||
ExecuteStatement ( |
||
GetError3 ( ) : string | ||
GetNextStatement ( string pzStart, string &pzTail, |
||
ICloneable ( ) : object | ||
IDbCommand ( ) : IDataReader | ||
IDbCommand ( CommandBehavior behavior ) : IDataReader | ||
IDbCommand ( ) : IDbDataParameter | ||
NumChanges ( ) : int |
protected CreateDbParameter ( ) : |
||
리턴 |
public CreateParameter ( ) : Community.CsharpSqlite.SQLiteClient.SqliteParameter | ||
리턴 | Community.CsharpSqlite.SQLiteClient.SqliteParameter |
protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader | ||
behavior | CommandBehavior | |
리턴 | System.Data.Common.DbDataReader |
public ExecuteReader ( CommandBehavior behavior ) : |
||
behavior | CommandBehavior | |
리턴 |
public ExecuteReader ( CommandBehavior behavior, bool want_results, int &rows_affected ) : |
||
behavior | CommandBehavior | |
want_results | bool | |
rows_affected | int | |
리턴 |
public SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn ) : System | ||
sqlText | string | |
dbConn | Community.CsharpSqlite.SQLiteClient.SqliteConnection | |
리턴 | System |
public SqliteCommand ( string sqlText, Community.CsharpSqlite.SQLiteClient.SqliteConnection dbConn, IDbTransaction trans ) : System | ||
sqlText | string | |
dbConn | Community.CsharpSqlite.SQLiteClient.SqliteConnection | |
trans | IDbTransaction | |
리턴 | System |