C# 클래스 SmartConfig.DataStores.SQLite.CommandFactory

파일 보기 프로젝트 열기: he-dev/SmartConfig

공개 메소드들

메소드 설명
CommandFactory ( TableConfiguration tableConfiguration ) : System
CreateDeleteCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand
CreateInsertCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand
CreateSelectCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand

비공개 메소드들

메소드 설명
AddParameter ( SQLiteCommand command, string name, object value = null ) : void
AddParameters ( SQLiteCommand command, object>.IEnumerable parameters ) : void

메소드 상세

CommandFactory() 공개 메소드

public CommandFactory ( TableConfiguration tableConfiguration ) : System
tableConfiguration TableConfiguration
리턴 System

CreateDeleteCommand() 공개 메소드

public CreateDeleteCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
setting SmartConfig.Data.Setting
리턴 System.Data.SQLite.SQLiteCommand

CreateInsertCommand() 공개 메소드

public CreateInsertCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
setting SmartConfig.Data.Setting
리턴 System.Data.SQLite.SQLiteCommand

CreateSelectCommand() 공개 메소드

public CreateSelectCommand ( SQLiteConnection connection, Setting setting ) : SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
setting SmartConfig.Data.Setting
리턴 System.Data.SQLite.SQLiteCommand