usql
usql
API
usql
dao
Alias
ColumnGroup
ColumnGroupMapping
ColumnGroupMapping
Anonymous
Mapped
Pattern
ColumnName
ColumnPath
ColumnPath
BuildFromTuple
BuildFromTuple
Crd
CrdBase
Field
Field
Column
Group
KeyedCrud
KeyedCrudBase
Macros
TypeInfo
Columnar
Scalar
TypeInfo
TypeInfos
TypeInfos
NameMapping
NameMapping
Default
QueryBuilder
QueryBuilder
QueryBuilderForProjectedTable
QueryBuilderForTable
Rep
Rep
RawValue
SomeRep
SqlRep
SqlColumn
SqlColumnar
SqlFielded
SqlFielded
ConcatFielded
MappedSqlFielded
OptionalSqlFielded
PseudoFielded
SimpleSqlFielded
WithColumnsRenamed
SqlTabular
SqlTabular
SimpleTabular
TableName
TupleColumnPath
TupleColumnPath
Empty
Rec
profiles
BasicProfile
BasicProfile
H2Profile
H2Profile
PostgresProfile
PostgresProfile
AppliedSql
Batch
ConnectionProvider
ConnectionProvider
DataType
DataType
OptionalDataType
Optionalize
Query
Query
Simple
RawSql
RowDecoder
RowDecoder
RowEncoder
RowEncoder
Sql
SqlBase
SqlColumnId
SqlColumnId
stringToIdentifier
SqlColumnIdentifying
SqlInterpolationParameter
SqlInterpolationParameter
AliasParameter
ColumnIdParameter
Empty
InnerSql
MultipleSeparated
RawBlockParameter
SqlParameter
SqlParameter
TableIdParameter
SqlParameters
SqlRawPart
SqlTableId
SqlTableId
StatementPreparator
StatementPreparator
default
withGeneratedKeys
Update
Update
SqlResultMissingGenerated
usql
/
usql
/
Query
/
Simple
Simple
usql.Query.Simple
case
class
Simple
[
T
](
sql
:
SqlBase
,
rowDecoder
:
RowDecoder
[
T
])
extends
Query
[
T
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Query
[
T
]
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Inherited methods
def
all
(
)(
using
cp
:
ConnectionProvider
):
Vector
[
T
]
Run a query for all rows.
Run a query for all rows.
Attributes
Inherited from:
Query
def
one
(
)(
using
cp
:
ConnectionProvider
):
Option
[
T
]
Run a query for one row.
Run a query for one row.
Attributes
Inherited from:
Query
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Inherited methods