QueryBuilder
An object to which SQL expressions and values can be appended.
Properties
Functions
Link copied to clipboard
Appends the specified value to this QueryBuilder.
Link copied to clipboard
Appends all arguments to this QueryBuilder.
Link copied to clipboard
fun <T> Array<T>.appendTo(separator: CharSequence = ", ", prefix: CharSequence = "", postfix: CharSequence = "", transform: QueryBuilder.(T) -> Unit)
fun <T> Iterable<T>.appendTo(separator: CharSequence = ", ", prefix: CharSequence = "", postfix: CharSequence = "", transform: QueryBuilder.(T) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Appends the receiver Char to this QueryBuilder.
Appends the receiver String to this QueryBuilder.
Appends the receiver Expression to this QueryBuilder.