C# 클래스 WarshipGirl.Utilities.DBInterface

파일 보기 프로젝트 열기: jxpxxzj/WarshipGirl

공개 메소드들

메소드 설명
getData ( string sql ) : object
getDataSet ( string sql ) : DataSet
runSql ( string sql ) : int

비공개 메소드들

메소드 설명
CreateConnection ( ) : void
createCmd ( string sql ) : SQLiteCommand

메소드 상세

getData() 공개 정적인 메소드

public static getData ( string sql ) : object
sql string
리턴 object

getDataSet() 공개 정적인 메소드

public static getDataSet ( string sql ) : DataSet
sql string
리턴 System.Data.DataSet

runSql() 공개 정적인 메소드

public static runSql ( string sql ) : int
sql string
리턴 int