C# 클래스 SQLitePlugin, unity-sqlite3

상속: MonoBehaviour
파일 보기 프로젝트 열기: appbankgames/unity-sqlite3

공개 메소드들

메소드 설명
CloseDB ( ) : void
ExecuteQuery ( string queryString ) : int
ExecuteRowQuery ( string queryString, string &outputValues ) : bool
Init ( ) : void
OpenDB ( string dbFilename ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
_SQLitePlugin_CloseDB ( IntPtr instance ) : void
_SQLitePlugin_Destroy ( IntPtr instance ) : IntPtr
_SQLitePlugin_ExecuteQuery ( IntPtr instance, string queryString ) : int
_SQLitePlugin_ExecuteRowQuery ( IntPtr instance, string queryString, IntPtr &outRows, int &outNumValues ) : bool
_SQLitePlugin_Init ( string gameObject ) : IntPtr
_SQLitePlugin_OpenDB ( IntPtr instance, string dbFilename ) : bool

메소드 상세

CloseDB() 공개 메소드

public CloseDB ( ) : void
리턴 void

ExecuteQuery() 공개 메소드

public ExecuteQuery ( string queryString ) : int
queryString string
리턴 int

ExecuteRowQuery() 공개 메소드

public ExecuteRowQuery ( string queryString, string &outputValues ) : bool
queryString string
outputValues string
리턴 bool

Init() 공개 메소드

public Init ( ) : void
리턴 void

OpenDB() 공개 메소드

public OpenDB ( string dbFilename ) : bool
dbFilename string
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void