toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.database
/
Utils
Utils
Library
open
class
Utils
Some database utilities
Author
martin.krischik
Since
3.8.0
Members
Constructors
Utils
Link copied to clipboard
Library
private
constructor
(
)
Utility class
Properties
Find_Columns
Link copied to clipboard
Library
private
val
Find_Columns
:
Pattern
Get_Columns
Link copied to clipboard
Library
private
val
Get_Columns
:
String
Find out if a column exist
Table_Exist
Link copied to clipboard
Library
private
val
Table_Exist
:
String
Find out if a table exist
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
TAG as class name for logging
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
column
Exist
Link copied to clipboard
Library
open
fun
columnExist
(
database
:
SQLiteDatabase
,
tableName
:
String
,
columnName
:
String
)
:
Boolean
tests if a given table exist.
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Columns
Link copied to clipboard
Library
open
fun
getColumns
(
database
:
SQLiteDatabase
,
tableName
:
String
)
:
List
<
String
>
Column List.
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
table
Exist
Link copied to clipboard
Library
open
fun
tableExist
(
database
:
SQLiteDatabase
,
tableName
:
String
)
:
Boolean
tests if a given table exist.
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)