Utils

open class Utils

Some database utilities

Author

martin.krischik

Since

3.8.0

Constructors

Link copied to clipboard
private constructor()
Utility class

Properties

Link copied to clipboard
private val Find_Columns: Pattern
Link copied to clipboard
private val Get_Columns: String
Find out if a column exist
Link copied to clipboard
private val Table_Exist: String
Find out if a table exist
Link copied to clipboard
private val TAG: String
TAG as class name for logging

Functions

Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun columnExist(database: SQLiteDatabase, tableName: String, columnName: String): Boolean
tests if a given table exist.
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 getColumns(database: SQLiteDatabase, tableName: String): List<String>
Column List.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun tableExist(database: SQLiteDatabase, tableName: String): Boolean
tests if a given table exist.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()