usql
usql
API
usql
dao
Alias
ColumnGroup
ColumnGroupMapping
ColumnGroupMapping
Anonymous
Pattern
ColumnName
ColumnPath
ColumnPath
ColumnWalker
FieldedWalker
Walker
Crd
CrdBase
Field
Field
Column
Group
KeyedCrud
KeyedCrudBase
Macros
TypeInfo
Columnar
Scalar
TypeInfo
TypeInfos
TypeInfos
NameMapping
NameMapping
Default
SqlColumn
SqlColumnar
SqlFielded
SqlFielded
SimpleSqlFielded
SqlTabular
SqlTabular
SimpleTabular
TableName
profiles
BasicProfile
BasicProfile
H2Profile
H2Profile
PostgresProfile
PostgresProfile
AppliedSql
Batch
ConnectionProvider
ConnectionProvider
DataType
DataType
Query
RawSql
RowDecoder
RowDecoder
RowEncoder
RowEncoder
Sql
SqlBase
SqlIdentifier
SqlIdentifier
stringToIdentifier
SqlIdentifying
SqlInterpolationParameter
SqlInterpolationParameter
Empty
IdentifierParameter
IdentifiersParameter
InnerSql
RawBlockParameter
SqlParameter
SqlParameter
SqlRawPart
StatementPreparator
StatementPreparator
default
withGeneratedKeys
Update
Update
SqlResultMissingGenerated
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
:
RowDecoder
[
T
],
cp
:
ConnectionProvider
):
Vector
[
T
]
Run a query for all rows.
Run a query for all rows.
Attributes
def
one
[
T
](
)(
using
rowParser
:
RowDecoder
[
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