Java com.badlogic.gdx.sql SQLiteGdxDatabase fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.sql SQLiteGdxDatabase fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.sql SQLiteGdxDatabase.

The text is from its open source code.

Method

voidcloseDatabase()
Closes the opened database and releases all the resources related to this database.
voidopenOrCreateDatabase()
Opens an already existing database or creates a new database if it doesn't already exist.
SQLiteGdxDatabaseCursorrawQuery(String sql, String[] args)
Runs the provided SQL and returns a SQLiteGdxDatabaseCursor over the result set.