KQLite Date Time
Represents com.kqlite.functions.DATETIME data stored within a KQLiteTable.dateTimeColumn.
This interface provides a way to interact with KQLiteTable.dateTimeColumn values, particularly for obtaining their string representation as YYYY-MM-DD HH:MM:SS using com.kqlite.functions.DATETIME functions. It supports standard date time formats and allows for modifications using DateTimeModifier extensions.
Example
Employees.quickInsert {
it.lastLogin.bind(DATETIME("2004-01-01 02:34:56"))
}Content copied to clipboard
Author
MOHAMMAD AZIM ANSARI