lightdb.sql.query.SQLQuery
See theSQLQuery companion object
Attributes
Members list
Value members
Concrete methods
Generally, only a single value is supplied to replace a named value. However, if multiple values are provided, it converts this into a multi-argument replacement.
Generally, only a single value is supplied to replace a named value. However, if multiple values are provided, it converts this into a multi-argument replacement.
Value parameters
- name
-
the name of the placeholder variable
- values
-
the values to replace it with
Attributes
def populate[Doc <: Document[Doc], Model <: DocumentModel[Doc]](ps: PreparedStatement, transaction: SQLStoreTransaction[Doc, Model]): Unit
Replaces a placeholder value with a SQLPart. This is useful for templating when SQL needs to be generated at runtime to populate sections of SQL.
Replaces a placeholder value with a SQLPart. This is useful for templating when SQL needs to be generated at runtime to populate sections of SQL.
Value parameters
- name
-
the name of the placeholder variable
- part
-
the part to replace it with
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article