C# 클래스 TrakHound.Servers.DataStorage.Backup.Table

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
CleanHours ( SQLiteConnection connection ) : void
CreateHours ( SQLiteConnection connection ) : void
GetHours ( SQLiteConnection connection, API deviceInfos ) : DataTable
GetHours ( SQLiteConnection connection, DeviceConfiguration deviceConfigs ) : DataTable
GetHours ( SQLiteConnection connection, string devices ) : DataTable

메소드 상세

CleanHours() 공개 정적인 메소드

public static CleanHours ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
리턴 void

CreateHours() 공개 정적인 메소드

public static CreateHours ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
리턴 void

GetHours() 공개 정적인 메소드

public static GetHours ( SQLiteConnection connection, API deviceInfos ) : DataTable
connection System.Data.SQLite.SQLiteConnection
deviceInfos API
리턴 System.Data.DataTable

GetHours() 공개 정적인 메소드

public static GetHours ( SQLiteConnection connection, DeviceConfiguration deviceConfigs ) : DataTable
connection System.Data.SQLite.SQLiteConnection
deviceConfigs TrakHound.Configurations.DeviceConfiguration
리턴 System.Data.DataTable

GetHours() 공개 정적인 메소드

public static GetHours ( SQLiteConnection connection, string devices ) : DataTable
connection System.Data.SQLite.SQLiteConnection
devices string
리턴 System.Data.DataTable