Packages

final class OneToManies9SQLToCollection[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E <: WithExtractor, Z] extends SQL[Z, E] with SQLToCollection[Z, E] with AllOutputDecisionsUnsupported[Z, E] with OneToManies9Extractor[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E, Z]

Source
OneToManies9SQL.scala
Linear Supertypes
OneToManies9Extractor[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E, Z], RelationalSQLResultSetOperations[Z], AllOutputDecisionsUnsupported[Z, E], SQLToCollection[Z, E], SQL[Z, E], Extractor[Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneToManies9SQLToCollection
  2. OneToManies9Extractor
  3. RelationalSQLResultSetOperations
  4. AllOutputDecisionsUnsupported
  5. SQLToCollection
  6. SQL
  7. Extractor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SQLWithExtractor = SQL[Z, HasExtractor]
    Definition Classes
    SQL
  2. type ThisSQL = SQL[Z, E]
    Definition Classes
    SQL

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[C[_]]()(implicit session: DBSession, context: ConnectionPoolContext = NoConnectionPoolContext, hasExtractor: =:=[ThisSQL, SQLWithExtractor], cbf: CanBuildFrom[Nothing, Z, C[Z]]): C[Z]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def batch(parameters: Seq[Any]*): SQLBatch

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  7. def batchAndReturnGeneratedKey(generatedKeyName: String, parameters: Seq[Any]*): SQLBatchWithGeneratedKey

    Binds parameters for batch

    Binds parameters for batch

    generatedKeyName

    generated key name

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  8. def batchAndReturnGeneratedKey(parameters: Seq[Any]*): SQLBatchWithGeneratedKey

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  9. def batchByName(parameters: Seq[(Symbol, Any)]*): SQLBatch

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  10. def bind(parameters: Any*): SQL[Z, E]

    Binds parameters to SQL template in order.

    Binds parameters to SQL template in order.

    parameters

    parameters

    returns

    SQL instance

    Definition Classes
    SQL
  11. def bindByName(parametersByName: (Symbol, Any)*): SQL[Z, E]

    Binds named parameters to SQL template.

    Binds named parameters to SQL template.

    parametersByName

    named parameters

    returns

    SQL instance

    Definition Classes
    SQL
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def collection: SQLToCollection[Z, E]

    Set execution type as collection.

    Set execution type as collection.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  14. def createDBSessionAttributesSwitcher(): DBSessionAttributesSwitcher

    Creates a new DBSessionAttributesSwitcher which enables switching the attributes for a DBSession.

    Creates a new DBSessionAttributesSwitcher which enables switching the attributes for a DBSession.

    Attributes
    protected
    Definition Classes
    SQL
  15. def dbSettingSettings(settings: SettingsProvider): OneToManies9SQLToCollection.this.type
    Definition Classes
    SQL
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def execute(): SQLExecution

    Set execution type as execute

    Set execution type as execute

    returns

    SQL instance

    Definition Classes
    SQL
  19. def executeUpdate(): SQLUpdate

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  20. def executeUpdateWithFilters(before: (PreparedStatement) ⇒ Unit, after: (PreparedStatement) ⇒ Unit): SQLUpdate

    Set execution type as executeUpdate with filters

    Set execution type as executeUpdate with filters

    before

    before filter

    after

    after filter

    returns

    SQL instance

    Definition Classes
    SQL
  21. def executeWithFilters(before: (PreparedStatement) ⇒ Unit, after: (PreparedStatement) ⇒ Unit): SQLExecution

    Set execution type as execute with filters

    Set execution type as execute with filters

    before

    before filter

    after

    after filter

    returns

    SQL instance

    Definition Classes
    SQL
  22. def extractor: (WrappedResultSet) ⇒ Z
    Definition Classes
    SQL → Extractor
  23. def fetchSize: Option[Int]

    Returns fetchSize for this query.

    Returns fetchSize for this query.

    returns

    fetch size

    Definition Classes
    SQL
  24. def fetchSize(fetchSize: Option[Int]): OneToManies9SQLToCollection.this.type
    Definition Classes
    SQL
  25. def fetchSize(fetchSize: Int): OneToManies9SQLToCollection.this.type

    Set fetchSize for this query.

    Set fetchSize for this query.

    fetchSize

    fetch size

    returns

    this

    Definition Classes
    SQL
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def first(): SQLToOption[Z, E]

    Set execution type as first.

    Set execution type as first.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  28. def foldLeft[A](z: A)(op: (A, WrappedResultSet) ⇒ A)(implicit session: DBSession): A

    folding into one value

    folding into one value

    z

    initial value

    op

    operation

    Definition Classes
    SQL
  29. def foreach(op: (WrappedResultSet) ⇒ Unit)(implicit session: DBSession): Unit

    Apply the operation to all elements of result set

    Apply the operation to all elements of result set

    op

    operation

    Definition Classes
    SQL
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  32. def headOption(): SQLToOption[Z, E]

    Same as #first.

    Same as #first.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def largeBatch(parameters: Seq[Any]*): SQLLargeBatch

    Binds parameters for largeBatch

    Binds parameters for largeBatch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  35. def largeUpdate(): SQLLargeUpdate

    Set execution type as executeLargeUpdate

    Set execution type as executeLargeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  36. def largeUpdateWithFilters(before: (PreparedStatement) ⇒ Unit, after: (PreparedStatement) ⇒ Unit): SQLLargeUpdate

    Set execution type as executeLargeUpdate with filters

    Set execution type as executeLargeUpdate with filters

    before

    before filter

    after

    after filter

    returns

    SQL instance

    Definition Classes
    SQL
  37. def list(): SQLToList[Z, E]

    Set execution type as list.

    Set execution type as list.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  38. def map[A](f: (WrappedResultSet) ⇒ A): SQL[A, HasExtractor]

    Maps values from each scalikejdbc.WrappedResultSet object.

    Maps values from each scalikejdbc.WrappedResultSet object.

    A

    return type

    f

    extractor function

    returns

    SQL instance

    Definition Classes
    SQL
  39. val message: String
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  43. def one[Z](f: (WrappedResultSet) ⇒ Z): OneToXSQL[Z, E, Z]

    Returns One-to-X API builder.

    Returns One-to-X API builder.

    Definition Classes
    SQL
  44. val one: (WrappedResultSet) ⇒ A
  45. final lazy val parameters: Seq[Any]
    Definition Classes
    SQL
  46. def queryTimeout: Option[Int]

    Returns queryTimeout for this query.

    Returns queryTimeout for this query.

    returns

    query timeout seconds

    Definition Classes
    SQL
  47. def queryTimeout(seconds: Option[Int]): OneToManies9SQLToCollection.this.type
    Definition Classes
    SQL
  48. def queryTimeout(seconds: Int): OneToManies9SQLToCollection.this.type

    Set queryTimeout for this query.

    Set queryTimeout for this query.

    seconds

    query timeout seconds

    returns

    this

    Definition Classes
    SQL
  49. val rawParameters: Seq[Any]
  50. def single(): SQLToOption[Z, E]

    Set execution type as single.

    Set execution type as single.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  51. val statement: String
  52. def stripMargin: SQL[Z, E]
    Definition Classes
    SQL
  53. def stripMargin(marginChar: Char): SQL[Z, E]
    Definition Classes
    SQL
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def tags: Seq[String]

    Returns tags for this SQL object.

    Returns tags for this SQL object.

    returns

    tags

    Definition Classes
    SQL
  56. def tags(tags: String*): OneToManies9SQLToCollection.this.type

    Appends tags to this SQL object.

    Appends tags to this SQL object.

    tags

    tags

    returns

    this

    Definition Classes
    SQL
  57. val to1: (WrappedResultSet) ⇒ Option[B1]
  58. val to2: (WrappedResultSet) ⇒ Option[B2]
  59. val to3: (WrappedResultSet) ⇒ Option[B3]
  60. val to4: (WrappedResultSet) ⇒ Option[B4]
  61. val to5: (WrappedResultSet) ⇒ Option[B5]
  62. val to6: (WrappedResultSet) ⇒ Option[B6]
  63. val to7: (WrappedResultSet) ⇒ Option[B7]
  64. val to8: (WrappedResultSet) ⇒ Option[B8]
  65. val to9: (WrappedResultSet) ⇒ Option[B9]
  66. def toCollection: SQLToCollection[Z, E]

    Same as #collection

    Same as #collection

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  67. def toList(): SQLToList[Z, E]

    Same as #list

    Same as #list

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  68. def toMap(): SQL[Map[String, Any], HasExtractor]

    Maps values as a Map value from each scalikejdbc.WrappedResultSet object.

    Maps values as a Map value from each scalikejdbc.WrappedResultSet object.

    returns

    SQL instance

    Definition Classes
    SQL
  69. def toOption(): SQLToOption[Z, E]

    Same as #single.

    Same as #single.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def toTraversable(): SQLToTraversable[Z, E]

    Same as #traversable.

    Same as #traversable.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  72. def traversable(): SQLToTraversable[Z, E]

    Set execution type as traversable.

    Set execution type as traversable.

    returns

    SQL instance

    Definition Classes
    AllOutputDecisionsUnsupportedSQL
  73. def update(): SQLUpdate

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  74. def updateAndReturnGeneratedKey(index: Int): SQLUpdateWithGeneratedKey
    Definition Classes
    SQL
  75. def updateAndReturnGeneratedKey(name: String): SQLUpdateWithGeneratedKey
    Definition Classes
    SQL
  76. def updateAndReturnGeneratedKey(): SQLUpdateWithGeneratedKey

    Set execution type as updateAndReturnGeneratedKey

    Set execution type as updateAndReturnGeneratedKey

    returns

    SQL instance

    Definition Classes
    SQL
  77. def updateWithFilters(before: (PreparedStatement) ⇒ Unit, after: (PreparedStatement) ⇒ Unit): SQLUpdate

    Set execution type as executeUpdate with filters

    Set execution type as executeUpdate with filters

    before

    before filter

    after

    after filter

    returns

    SQL instance

    Definition Classes
    SQL
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def withExtractor[B](f: (WrappedResultSet) ⇒ B): SQL[B, HasExtractor]
    Attributes
    protected
    Definition Classes
    SQL
  82. def withParameters(params: Seq[Any]): SQL[Z, E]
    Attributes
    protected
    Definition Classes
    SQL
  83. def withStatementAndParameters(state: String, params: Seq[Any]): SQL[Z, E]
    Attributes
    protected
    Definition Classes
    SQL
  84. val zExtractor: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4], Seq[B5], Seq[B6], Seq[B7], Seq[B8], Seq[B9]) ⇒ Z

Inherited from OneToManies9Extractor[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E, Z]

Inherited from RelationalSQLResultSetOperations[Z]

Inherited from AllOutputDecisionsUnsupported[Z, E]

Inherited from SQLToCollection[Z, E]

Inherited from SQL[Z, E]

Inherited from Extractor[Z]

Inherited from AnyRef

Inherited from Any

Ungrouped