SQLInterpolationFeature
scalikejdbc.SQLInterpolationFeature
trait SQLInterpolationFeature extends Implicits, SQLInterpolationCoreTypeAlias
Basic SQLInterpolation feature.
Attributes
- Source
- SQLInterpolationFeature.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait SQLInterpolation
Members list
Type members
Inherited types
Attributes
- Inherited from:
- SQLInterpolationCoreTypeAlias
- Source
- SQLInterpolationCoreTypeAlias.scala
Attributes
- Inherited from:
- SQLInterpolationCoreTypeAlias
- Source
- SQLInterpolationCoreTypeAlias.scala
Attributes
- Inherited from:
- SQLInterpolationCoreTypeAlias
- Source
- SQLInterpolationCoreTypeAlias.scala
Value members
Inherited fields
Attributes
- Inherited from:
- SQLInterpolationCoreTypeAlias
- Source
- SQLInterpolationCoreTypeAlias.scala
Attributes
- Inherited from:
- SQLInterpolationCoreTypeAlias
- Source
- SQLInterpolationCoreTypeAlias.scala
Implicits
Inherited implicits
Enables sql"", sqls"" interpolation.
Enables sql"", sqls"" interpolation.
sql"select * from members"
val whereClause = sqls"where id = ${id}"
sql"select * from members ${whereClause}"
Attributes
- Inherited from:
- Implicits
- Source
- Implicits.scala
Returns String value when String type is expected for scalikejdbc.WrappedResultSet.
Returns String value when String type is expected for scalikejdbc.WrappedResultSet.
val c = Company.syntax("c").resultName
rs.string(c.name)
Attributes
- Inherited from:
- Implicits
- Source
- Implicits.scala
In this article