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

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Closes the Cursor, releasing all of its resources and making it completely invalid.
intgetCount()
Returns the numbers of rows in the cursor.
doublegetDouble(int columnIndex)
Returns the value of the requested column as a double.
intgetInt(int columnIndex)
Returns the value of the requested column as a int.
longgetLong(int columnIndex)
Returns the value of the requested column as a long.
shortgetShort(int columnIndex)
Returns the value of the requested column as a short.
StringgetString(int columnIndex)
Returns the value of the requested column as a string.
booleanisAfterLast()
booleanisNull(int i)
voidmoveToFirst()
voidmoveToNext()