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
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
-
ParameterFiller.type
The user wants o issue a query.
The user wants o issue a query.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
-
ResultRowDecoder.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
An SQL Identifier (table or colum name
An SQL Identifier (table or colum name
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
-
SqlIdentifier.type
Multiple identifiers (e.g. column names)
Multiple identifiers (e.g. column names)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SqlIdentifiers.type
Parameters available in sql""-Interpolation.
Parameters available in sql""-Interpolation.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Emptyclass IdentifierParameterclass IdentifiersParameterclass InnerSqlclass RawBlockParameterclass SqlParameter[T]Show all
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
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
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Value members
Concrete methods
Helper for building transactions.
Helper for building transactions.