KQLiteTime

Represents com.kqlite.functions.TIME data stored within a KQLiteTable.timeColumn.

This interface is used to interact with KQLiteTable.timeColumn and values within the KQLite. Particularly for obtaining their string representation, which is essential for SQL queries. It supports standard time formats and allows for modifications using DateTimeModifier extensions.

Example

Employees.quickInsert {
it.meetingTime.bind(TIME("10:10"))
}

Author

MOHAMMAD AZIM ANSARI

See also

Functions

Link copied to clipboard
abstract fun getText(): String

Retrieves the textual representation of the time value.