C# Class Blacker.MangaScraper.Library.SQLite.SQLiteDALBase

Afficher le fichier Open project: blacker-cz/MangaScraper

Protected Properties

Свойство Type Description
_log log4net.ILog

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
CommitTransaction ( System.Data.SQLite.SQLiteTransaction transaction ) : void
ExecuteDataReader ( SQLiteCommand command, SQLiteConnection connection ) : IDataReader
ExecuteDataReader ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : IDataReader
ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection ) : DataTable
ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : DataTable
ExecuteNonQuery ( SQLiteCommand command, SQLiteConnection connection ) : int
ExecuteNonQuery ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : int
ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection ) : object
ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : object
GetConnection ( ) : SQLiteConnection
GetDBSafeDateTime ( System.DateTime date ) : System.DateTime
GetTextCommand ( string command ) : SQLiteCommand
RollbackTransaction ( System.Data.SQLite.SQLiteTransaction transaction ) : void

Method Details

CommitTransaction() protected méthode

protected CommitTransaction ( System.Data.SQLite.SQLiteTransaction transaction ) : void
transaction System.Data.SQLite.SQLiteTransaction
Résultat void

ExecuteDataReader() protected méthode

protected ExecuteDataReader ( SQLiteCommand command, SQLiteConnection connection ) : IDataReader
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
Résultat IDataReader

ExecuteDataReader() protected méthode

protected ExecuteDataReader ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : IDataReader
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
transaction System.Data.SQLite.SQLiteTransaction
Résultat IDataReader

ExecuteDataTable() protected méthode

protected ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection ) : DataTable
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
Résultat System.Data.DataTable

ExecuteDataTable() protected méthode

protected ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : DataTable
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
transaction System.Data.SQLite.SQLiteTransaction
Résultat System.Data.DataTable

ExecuteNonQuery() protected méthode

protected ExecuteNonQuery ( SQLiteCommand command, SQLiteConnection connection ) : int
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
Résultat int

ExecuteNonQuery() protected méthode

protected ExecuteNonQuery ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : int
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
transaction System.Data.SQLite.SQLiteTransaction
Résultat int

ExecuteScalar() protected méthode

protected ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection ) : object
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
Résultat object

ExecuteScalar() protected méthode

protected ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : object
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
transaction System.Data.SQLite.SQLiteTransaction
Résultat object

GetConnection() protected méthode

protected GetConnection ( ) : SQLiteConnection
Résultat System.Data.SQLite.SQLiteConnection

GetDBSafeDateTime() protected static méthode

protected static GetDBSafeDateTime ( System.DateTime date ) : System.DateTime
date System.DateTime
Résultat System.DateTime

GetTextCommand() protected méthode

protected GetTextCommand ( string command ) : SQLiteCommand
command string
Résultat System.Data.SQLite.SQLiteCommand

RollbackTransaction() protected méthode

protected RollbackTransaction ( System.Data.SQLite.SQLiteTransaction transaction ) : void
transaction System.Data.SQLite.SQLiteTransaction
Résultat void

Property Details

_log protected_oe static_oe property

protected static ILog,log4net _log
Résultat log4net.ILog