usql
usql
API
usql
dao
Alias
ColumnName
Crd
CrdBase
KeyedCrud
KeyedCrudBase
Macros
NameMapping
NameMapping
Default
SqlColumnar
SqlColumnar
SimpleColumnar
SqlTabular
SqlTabular
SimpleTabular
TableName
profiles
BasicProfile
BasicProfile
H2Profile
H2Profile
PostgresProfile
PostgresProfile
AppliedSql
Batch
ConnectionProvider
ConnectionProvider
DataType
DataType
ParameterFiller
ParameterFiller
Query
RawSql
ResultRowDecoder
ResultRowDecoder
Sql
SqlBase
SqlIdentifier
SqlIdentifier
stringToIdentifier
SqlIdentifiers
SqlIdentifiers
SqlInterpolationParameter
SqlInterpolationParameter
Empty
IdentifierParameter
IdentifiersParameter
InnerSql
RawBlockParameter
SqlParameter
SqlParameter
SqlRawPart
SqlStringInterpolation
Update
usql
/
usql
/
Query
Query
usql.Query
case
class
Query
(
sql
:
SqlBase
)
The user wants o issue a query.
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
all
[
T
](
)(
using
rowParser
:
ResultRowDecoder
[
T
],
cp
:
ConnectionProvider
):
Vector
[
T
]
Run a query for all rows.
Run a query for all rows.
Attributes
def
one
[
T
](
)(
using
rowParser
:
ResultRowDecoder
[
T
],
cp
:
ConnectionProvider
):
Option
[
T
]
Run a query for one row.
Run a query for one row.
Attributes
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods