IDataMapper

interface IDataMapper

Database helper class used to manage the creation and upgrading of the database. This class also provides the SQLiteDatabase object used by the other classes.

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Functions

Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
abstract fun close(db: SQLiteDatabase)
close the db table.
Link copied to clipboard
abstract fun create(db: SQLiteDatabase)
create database table
Link copied to clipboard
abstract fun delete(db: SQLiteDatabase)
delete all elements from table but not the table itself.
Link copied to clipboard
abstract fun drop(db: SQLiteDatabase)
drop database table
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
abstract fun open(db: SQLiteDatabase)
open the db table.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()