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
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
-
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
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 Equalstrait SqlIdentifyingclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SqlIdentifier.type
Something which can produce an identifier.
Something which can produce an identifier.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlIdentifier
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
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
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
Value members
Concrete methods
Helper for building transactions.
Helper for building transactions.