usql
Members list
Type members
Classlikes
With supplied arguments
With supplied arguments
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlBaseclass Objecttrait Matchableclass AnyShow all
Encapsulates a batch (insert)
Encapsulates a batch (insert)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Provider for JDBC Connections.
Provider for JDBC Connections.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionProvider.type
Type class describing a type to use.
Type class describing a type to use.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class OptionalDataType[T]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Optionalize.type
An SQL Query
An SQL Query
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait QueryBuilder[T]trait QueryBuilderForProjectedTable[T]trait QueryBuilderForTable[T]class Simple[T]
Raw SQL Query string.
Raw SQL Query string.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlBaseclass Objecttrait Matchableclass AnyShow all
Decoder for singles rows in a ResultSet
Decoder for singles rows in a ResultSet
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RowDecoder.type
Responsible for filling arguments into prepared statements for batch operations.
Responsible for filling arguments into prepared statements for batch operations.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RowEncoder.type
SQL with already embedded parameters.
SQL with already embedded parameters.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlBaseclass Objecttrait Matchableclass AnyShow all
Something which can create prepared statements.
Something which can create prepared statements.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Identifies an Sql Column
Identifies an Sql Column
Value parameters
- name
-
raw name
- quoted
-
if true, the identifier will be quoted.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlColumnIdentifyingclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SqlColumnId.type
Something which can produce an identifier.
Something which can produce an identifier.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Empty[R]class SqlColumnId
Parameters available in sql""-Interpolation.
Parameters available in sql""-Interpolation.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AliasParameterclass ColumnIdParameterobject Emptyclass InnerSqlclass MultipleSeparatedclass RawBlockParameterclass SqlParameter[T]class TableIdParameterShow all
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Marker for a sequence of elements like in SQL IN Clause, will be encoded as ?,...,? and filled with values
Marker for a sequence of elements like in SQL IN Clause, will be encoded as ?,...,? and filled with values
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Something which can be added to sql""-interpolation without further checking.
Something which can be added to sql""-interpolation without further checking.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Identifies an Sql Table
Identifies an Sql Table
Value parameters
- name
-
raw name
- quoted
-
if true, the identifier will be quoted.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SqlTableId.type
Hook for changing the preparation of SQL.
Hook for changing the preparation of SQL.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object defaultobject withGeneratedKeys
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StatementPreparator.type
Encapsulates an update statement
Encapsulates an update statement
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
Returns the optional value, if not yet optional.
Returns the optional value, if not yet optional.
Attributes
Returns underlying type of Option if T is an Option
Returns underlying type of Option if T is an Option
Attributes
Value members
Concrete methods
Helper for building transactions.
Helper for building transactions.