C# Class jxGameFramework.Data.SQLiteInterop

Inheritance: IDisposable
ファイルを表示 Open project: jxpxxzj/WarshipGirl

Public Methods

Method Description
Dispose ( ) : void
SQLiteInterop ( string dbfile ) : System
getData ( string sql ) : object
getDataSet ( string sql ) : DataSet
runSql ( string sql ) : int

Private Methods

Method Description
CreateConnection ( ) : void
createCmd ( string sql ) : SQLiteCommand

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SQLiteInterop() public method

public SQLiteInterop ( string dbfile ) : System
dbfile string
return System

getData() public method

public getData ( string sql ) : object
sql string
return object

getDataSet() public method

public getDataSet ( string sql ) : DataSet
sql string
return System.Data.DataSet

runSql() public method

public runSql ( string sql ) : int
sql string
return int