C# 클래스 Netronics.DB.DBMS.Sqlite

상속: DB
파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
CreateTable ( string tableName, IEnumerable fieldInfos ) : void
Find ( string tableName, int id ) : NameValueCollection
Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
GetCount ( string tableName ) : long
Save ( string tableName, IEnumerable dbField, Model model ) : long
UsingSqlite ( string file ) : void

비공개 메소드들

메소드 설명
GetWhereSQL ( Where where ) : string
Sqlite ( string file ) : System

메소드 상세

CreateTable() 공개 메소드

public CreateTable ( string tableName, IEnumerable fieldInfos ) : void
tableName string
fieldInfos IEnumerable
리턴 void

Find() 공개 메소드

public Find ( string tableName, int id ) : NameValueCollection
tableName string
id int
리턴 System.Collections.Specialized.NameValueCollection

Find() 공개 메소드

public Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
tableName string
where Netronics.DB.Where.Where
리턴 System.Collections.Specialized.NameValueCollection[]

GetCount() 공개 메소드

public GetCount ( string tableName ) : long
tableName string
리턴 long

Save() 공개 메소드

public Save ( string tableName, IEnumerable dbField, Model model ) : long
tableName string
dbField IEnumerable
model Model
리턴 long

UsingSqlite() 공개 정적인 메소드

public static UsingSqlite ( string file ) : void
file string
리턴 void