KQLite Date
Represents com.kqlite.functions.DATE data stored within a KQLiteTable.dateColumn.
This interface is used to interact with KQLiteTable.dateColumn and values within the KQLite. Particularly for obtaining their string representation as YYYY-MM-DD, using com.kqlite.functions.DATE functions. It supports standard date formats and allows for modifications using DateTimeModifier extensions.
Example
Employees.quickInsert {
it.birthDate.bind(DATE("2011-02-01"))
}Content copied to clipboard
Author
MOHAMMAD AZIM ANSARI