usql.SqlInterpolationParameter
See theSqlInterpolationParameter companion trait
object SqlInterpolationParameter
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
object Empty extends SqlInterpolationParameter
Empty leaf, so that we have exactly as much interpolation parameters as string parts.
Empty leaf, so that we have exactly as much interpolation parameters as string parts.
Attributes
- Supertypes
- Self type
-
Empty.type
case class IdentifierParameter(i: SqlIdentifier) extends SqlInterpolationParameter
A single identifier.
A single identifier.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class IdentifiersParameter(i: SqlIdentifiers) extends SqlInterpolationParameter
Multiple identifiers.
Multiple identifiers.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class InnerSql(sql: Sql) extends SqlInterpolationParameter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class RawBlockParameter(s: String) extends SqlInterpolationParameter
Some unchecked raw block.
Some unchecked raw block.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
class SqlParameter[T](val value: T, val dataType: DataType[T]) extends SqlInterpolationParameter
A Parameter which will be filled using '?' and parameter filler
A Parameter which will be filled using '?' and parameter filler
Attributes
- Companion
- object
- Supertypes
object SqlParameter
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlParameter.type
Implicits
Implicits
In this article