C# Class SQLitePlugin, unity-sqlite3

Inheritance: MonoBehaviour
Afficher le fichier Open project: appbankgames/unity-sqlite3

Méthodes publiques

Méthode Description
CloseDB ( ) : void
ExecuteQuery ( string queryString ) : int
ExecuteRowQuery ( string queryString, string &outputValues ) : bool
Init ( ) : void
OpenDB ( string dbFilename ) : bool
Start ( ) : void

Private Methods

Méthode Description
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

Method Details

CloseDB() public méthode

public CloseDB ( ) : void
Résultat void

ExecuteQuery() public méthode

public ExecuteQuery ( string queryString ) : int
queryString string
Résultat int

ExecuteRowQuery() public méthode

public ExecuteRowQuery ( string queryString, string &outputValues ) : bool
queryString string
outputValues string
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

OpenDB() public méthode

public OpenDB ( string dbFilename ) : bool
dbFilename string
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void