scalikejdbc
package scalikejdbc
- Alphabetic
- By Inheritance
- scalikejdbc
- UnixTimeInMillisConverterImplicits
- DeprecatedOneToManiesTraversable
- ScalaBigDecimalConverterImplicits
- SQLInterpolation
- QueryDSLFeature
- SQLSyntaxSupportFeature
- SQLInterpolationFeature
- SQLInterpolationCoreTypeAlias
- Implicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
AsteriskProvider = scalikejdbc.interpolation.AsteriskProvider
- Definition Classes
- SQLInterpolationCoreTypeAlias
-
case class
BasicResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A] with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
- type Closable = AnyRef { def close(): Unit }
-
type
ColumnName[A] = ColumnSQLSyntaxProvider[SQLSyntaxSupport[A], A]
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
ColumnSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A] with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
ConditionSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#PagingSQLBuilder[A] with (QueryDSLFeature.this)#GroupBySQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
case class
DeleteSQLBuilder extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with (QueryDSLFeature.this)#WhereSQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable
- Definition Classes
- QueryDSLFeature
-
trait
ExceptQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
trait
ForUpdateQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
trait
GroupBySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#PagingSQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
case class
InsertSQLBuilder extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable
- Definition Classes
- QueryDSLFeature
-
trait
IntersectQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
trait
PagingSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#UnionQuerySQLBuilder[A] with (QueryDSLFeature.this)#ExceptQuerySQLBuilder[A] with (QueryDSLFeature.this)#IntersectQuerySQLBuilder[A] with (QueryDSLFeature.this)#ForUpdateQuerySQLBuilder[A] with (QueryDSLFeature.this)#SubQuerySQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
case class
PartialResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
PartialSubQueryResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A] with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
PartialSubQueryResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
PartialSubQuerySQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
QuerySQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultAllProvider with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
type
ResultAllProvider = scalikejdbc.interpolation.ResultAllProvider
- Definition Classes
- SQLInterpolationCoreTypeAlias
-
type
ResultName[A] = ResultNameSQLSyntaxProvider[SQLSyntaxSupport[A], A]
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
ResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A]
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
ResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
SQLBuilder[A] extends AnyRef
- Definition Classes
- QueryDSLFeature
-
type
SQLSyntax = scalikejdbc.interpolation.SQLSyntax
- Definition Classes
- SQLInterpolationCoreTypeAlias
-
trait
SQLSyntaxProvider[A] extends Dynamic
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
SQLSyntaxSupport[A] extends AnyRef
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
SelectSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#SubQuerySQLBuilder[A] with Product with Serializable
- Definition Classes
- QueryDSLFeature
-
type
SubQueryResultName = SubQueryResultNameSQLSyntaxProvider
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
SubQueryResultNameSQLSyntaxProvider extends Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
SubQueryResultSQLSyntaxProvider extends Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
SubQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
case class
SubQuerySQLSyntaxProvider extends (SQLSyntaxSupportFeature.this)#ResultAllProvider with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
type
SubQuerySyntaxProvider = SubQuerySQLSyntaxProvider
- Definition Classes
- SQLSyntaxSupportFeature
-
type
SyntaxProvider[A] = QuerySQLSyntaxProvider[SQLSyntaxSupport[A], A]
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
TableAsAliasSQLSyntax extends (SQLSyntaxSupportFeature.this)#SQLSyntax with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
case class
TableDefSQLSyntax extends (SQLSyntaxSupportFeature.this)#SQLSyntax with Product with Serializable
- Definition Classes
- SQLSyntaxSupportFeature
-
trait
UnionQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
trait
UpdateOperation extends AnyRef
- Definition Classes
- QueryDSLFeature
-
case class
UpdateSQLBuilder extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with (QueryDSLFeature.this)#WhereSQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable
- Definition Classes
- QueryDSLFeature
-
trait
WhereSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]
- Definition Classes
- QueryDSLFeature
-
type
OneToManies10SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, E <: WithExtractor, Z] = OneToManies10SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies10SQLToIterable instead
-
type
OneToManies11SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, E <: WithExtractor, Z] = OneToManies11SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies11SQLToIterable instead
-
type
OneToManies12SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E <: WithExtractor, Z] = OneToManies12SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies12SQLToIterable instead
-
type
OneToManies13SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, E <: WithExtractor, Z] = OneToManies13SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies13SQLToIterable instead
-
type
OneToManies14SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, E <: WithExtractor, Z] = OneToManies14SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies14SQLToIterable instead
-
type
OneToManies15SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, E <: WithExtractor, Z] = OneToManies15SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies15SQLToIterable instead
-
type
OneToManies16SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, E <: WithExtractor, Z] = OneToManies16SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies16SQLToIterable instead
-
type
OneToManies17SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, E <: WithExtractor, Z] = OneToManies17SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies17SQLToIterable instead
-
type
OneToManies18SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, E <: WithExtractor, Z] = OneToManies18SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies18SQLToIterable instead
-
type
OneToManies19SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E <: WithExtractor, Z] = OneToManies19SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies19SQLToIterable instead
-
type
OneToManies20SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, E <: WithExtractor, Z] = OneToManies20SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies20SQLToIterable instead
-
type
OneToManies21SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, B21, E <: WithExtractor, Z] = OneToManies21SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, B21, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies21SQLToIterable instead
-
type
OneToManies2SQLToTraversable[A, B1, B2, E <: WithExtractor, Z] = OneToManies2SQLToIterable[A, B1, B2, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies2SQLToIterable instead
-
type
OneToManies3SQLToTraversable[A, B1, B2, B3, E <: WithExtractor, Z] = OneToManies3SQLToIterable[A, B1, B2, B3, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies3SQLToIterable instead
-
type
OneToManies4SQLToTraversable[A, B1, B2, B3, B4, E <: WithExtractor, Z] = OneToManies4SQLToIterable[A, B1, B2, B3, B4, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies4SQLToIterable instead
-
type
OneToManies5SQLToTraversable[A, B1, B2, B3, B4, B5, E <: WithExtractor, Z] = OneToManies5SQLToIterable[A, B1, B2, B3, B4, B5, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies5SQLToIterable instead
-
type
OneToManies6SQLToTraversable[A, B1, B2, B3, B4, B5, B6, E <: WithExtractor, Z] = OneToManies6SQLToIterable[A, B1, B2, B3, B4, B5, B6, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies6SQLToIterable instead
-
type
OneToManies7SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, E <: WithExtractor, Z] = OneToManies7SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies7SQLToIterable instead
-
type
OneToManies8SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, E <: WithExtractor, Z] = OneToManies8SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies8SQLToIterable instead
-
type
OneToManies9SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E <: WithExtractor, Z] = OneToManies9SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E, Z]
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies9SQLToIterable instead
-
type
OneToManySQLToTraversable[A, B, E <: WithExtractor, Z] = OneToManySQLToIterable[A, B, E, Z]
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManySQLToIterable instead
-
type
OneToOneSQLToTraversable[A, B, E <: WithExtractor, Z] = OneToOneSQLToIterable[A, B, E, Z]
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToOneSQLToIterable instead
-
type
SQLToTraversable[A, E <: WithExtractor] = SQLToIterable[A, E]
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use SQLToIterable instead
-
type
SQLToTraversableImpl[A, E <: WithExtractor] = SQLToIterableImpl[A, E]
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use SQLToIterableImpl instead
Value Members
-
val
SQLSyntax: scalikejdbc.interpolation.SQLSyntax.type
- Definition Classes
- SQLInterpolationCoreTypeAlias
-
implicit
def
convertBigDecimal(bd: BigDecimal): ScalaBigDecimalConverter
- Definition Classes
- ScalaBigDecimalConverterImplicits
-
val
delete: scalikejdbc.QueryDSLFeature.QueryDSL.delete.type
- Definition Classes
- QueryDSLFeature
-
val
deleteFrom: scalikejdbc.QueryDSLFeature.QueryDSL.deleteFrom.type
- Definition Classes
- QueryDSLFeature
-
val
insert: scalikejdbc.QueryDSLFeature.QueryDSL.insert.type
- Definition Classes
- QueryDSLFeature
-
val
insertInto: scalikejdbc.QueryDSLFeature.QueryDSL.insertInto.type
- Definition Classes
- QueryDSLFeature
- def opt[A](v: Any): Option[A]
-
implicit
def
scalikejdbcSQLInterpolationImplicitDef(s: StringContext): SQLInterpolationString
- Definition Classes
- Implicits
- Annotations
- @inline()
-
implicit
def
scalikejdbcSQLSyntaxToStringImplicitDef(syntax: scalikejdbc.interpolation.SQLSyntax): String
- Definition Classes
- Implicits
- Annotations
- @inline()
-
val
select: scalikejdbc.QueryDSLFeature.QueryDSL.select.type
- Definition Classes
- QueryDSLFeature
-
val
selectFrom: scalikejdbc.QueryDSLFeature.QueryDSL.selectFrom.type
- Definition Classes
- QueryDSLFeature
-
val
sqls: scalikejdbc.interpolation.SQLSyntax.type
- Definition Classes
- SQLInterpolationCoreTypeAlias
- implicit def toJavaUtilDateConverter(value: Date): JavaUtilDateConverter
-
val
update: scalikejdbc.QueryDSLFeature.QueryDSL.update.type
- Definition Classes
- QueryDSLFeature
- def using[R <: Closable, A](resource: R)(f: (R) ⇒ A): A
Deprecated Value Members
-
val
OneToManies10SQLToTraversable: OneToManies10SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies10SQLToIterable instead
-
val
OneToManies11SQLToTraversable: OneToManies11SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies11SQLToIterable instead
-
val
OneToManies12SQLToTraversable: OneToManies12SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies12SQLToIterable instead
-
val
OneToManies13SQLToTraversable: OneToManies13SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies13SQLToIterable instead
-
val
OneToManies14SQLToTraversable: OneToManies14SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies14SQLToIterable instead
-
val
OneToManies15SQLToTraversable: OneToManies15SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies15SQLToIterable instead
-
val
OneToManies16SQLToTraversable: OneToManies16SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies16SQLToIterable instead
-
val
OneToManies17SQLToTraversable: OneToManies17SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies17SQLToIterable instead
-
val
OneToManies18SQLToTraversable: OneToManies18SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies18SQLToIterable instead
-
val
OneToManies19SQLToTraversable: OneToManies19SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies19SQLToIterable instead
-
val
OneToManies20SQLToTraversable: OneToManies20SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies20SQLToIterable instead
-
val
OneToManies21SQLToTraversable: OneToManies21SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies21SQLToIterable instead
-
val
OneToManies2SQLToTraversable: OneToManies2SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies2SQLToIterable instead
-
val
OneToManies3SQLToTraversable: OneToManies3SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies3SQLToIterable instead
-
val
OneToManies4SQLToTraversable: OneToManies4SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies4SQLToIterable instead
-
val
OneToManies5SQLToTraversable: OneToManies5SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies5SQLToIterable instead
-
val
OneToManies6SQLToTraversable: OneToManies6SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies6SQLToIterable instead
-
val
OneToManies7SQLToTraversable: OneToManies7SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies7SQLToIterable instead
-
val
OneToManies8SQLToTraversable: OneToManies8SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies8SQLToIterable instead
-
val
OneToManies9SQLToTraversable: OneToManies9SQLToIterable.type
- Definition Classes
- DeprecatedOneToManiesTraversable
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManies9SQLToIterable instead
-
val
OneToManySQLToTraversable: OneToManySQLToIterable.type
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToManySQLToIterable instead
-
val
OneToOneSQLToTraversable: OneToOneSQLToIterable.type
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use OneToOneSQLToIterable instead
-
val
SQLToTraversableImpl: SQLToIterableImpl.type
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.0) use SQLToIterableImpl instead
-
def
convertJavaSqlDateToConverter(t: Date): UnixTimeInMillisConverter
- Definition Classes
- UnixTimeInMillisConverterImplicits
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.2) use JavaUtilDateConverterImplicits.toJavaUtilDateConverter
-
def
convertJavaSqlTimeToConverter(t: Time): UnixTimeInMillisConverter
- Definition Classes
- UnixTimeInMillisConverterImplicits
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.2) use JavaUtilDateConverterImplicits.toJavaUtilDateConverter
-
def
convertJavaSqlTimestampToConverter(t: Timestamp): UnixTimeInMillisConverter
- Definition Classes
- UnixTimeInMillisConverterImplicits
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.2) use JavaUtilDateConverterImplicits.toJavaUtilDateConverter
-
def
convertJavaUtilDateToConverter(t: Date): UnixTimeInMillisConverter
- Definition Classes
- UnixTimeInMillisConverterImplicits
- Annotations
- @deprecated
- Deprecated
(Since version 3.3.2) use JavaUtilDateConverterImplicits.toJavaUtilDateConverter