Packages

class OneToManies19SQL[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E <: WithExtractor, Z] extends SQL[Z, E] with AllOutputDecisionsUnsupported[Z, E]

Source
OneToManies19SQL.scala
Linear Supertypes
AllOutputDecisionsUnsupported[Z, E], SQL[Z, E], Extractor[Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneToManies19SQL
  2. AllOutputDecisionsUnsupported
  3. SQL
  4. Extractor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OneToManies19SQL(statement: String, rawParameters: Seq[Any])(one: (WrappedResultSet) ⇒ A)(to1: (WrappedResultSet) ⇒ Option[B1], to2: (WrappedResultSet) ⇒ Option[B2], to3: (WrappedResultSet) ⇒ Option[B3], to4: (WrappedResultSet) ⇒ Option[B4], to5: (WrappedResultSet) ⇒ Option[B5], to6: (WrappedResultSet) ⇒ Option[B6], to7: (WrappedResultSet) ⇒ Option[B7], to8: (WrappedResultSet) ⇒ Option[B8], to9: (WrappedResultSet) ⇒ Option[B9], to10: (WrappedResultSet) ⇒ Option[B10], to11: (WrappedResultSet) ⇒ Option[B11], to12: (WrappedResultSet) ⇒ Option[B12], to13: (WrappedResultSet) ⇒ Option[B13], to14: (WrappedResultSet) ⇒ Option[B14], to15: (WrappedResultSet) ⇒ Option[B15], to16: (WrappedResultSet) ⇒ Option[B16], to17: (WrappedResultSet) ⇒ Option[B17], to18: (WrappedResultSet) ⇒ Option[B18], to19: (WrappedResultSet) ⇒ Option[B19])(zExtractor: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4], Seq[B5], Seq[B6], Seq[B7], Seq[B8], Seq[B9], Seq[B10], Seq[B11], Seq[B12], Seq[B13], Seq[B14], Seq[B15], Seq[B16], Seq[B17], Seq[B18], Seq[B19]) ⇒ Z)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batch(parameters: Seq[Any]*): SQLBatch

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  6. 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
  7. def batchAndReturnGeneratedKey(parameters: Seq[Any]*): SQLBatchWithGeneratedKey

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

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

    Binds parameters for batch

    Binds parameters for batch

    parameters

    parameters

    returns

    SQL for batch

    Definition Classes
    SQL
  9. 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
  10. 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
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def collection: OneToManies19SQLToCollection[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Set execution type as collection.

    Set execution type as collection.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  13. 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
  14. def dbSettingSettings(settings: SettingsProvider): OneToManies19SQL.this.type
    Definition Classes
    SQL
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def execute(): SQLExecution

    Set execution type as execute

    Set execution type as execute

    returns

    SQL instance

    Definition Classes
    SQL
  18. def executeUpdate(): SQLUpdate

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  19. 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
  20. 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
  21. def extractor: (WrappedResultSet) ⇒ Z
    Definition Classes
    SQL → Extractor
  22. def fetchSize: Option[Int]

    Returns fetchSize for this query.

    Returns fetchSize for this query.

    returns

    fetch size

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

    Set fetchSize for this query.

    Set fetchSize for this query.

    fetchSize

    fetch size

    returns

    this

    Definition Classes
    SQL
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def first(): OneToManies19SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Set execution type as first.

    Set execution type as first.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  27. 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
  28. 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
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. def headOption(): OneToManies19SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Same as #first.

    Same as #first.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def list(): OneToManies19SQLToList[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Set execution type as list.

    Set execution type as list.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  34. def map(zExtractor: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4], Seq[B5], Seq[B6], Seq[B7], Seq[B8], Seq[B9], Seq[B10], Seq[B11], Seq[B12], Seq[B13], Seq[B14], Seq[B15], Seq[B16], Seq[B17], Seq[B18], Seq[B19]) ⇒ Z): OneToManies19SQL[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, HasExtractor, Z]
  35. 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
  36. val message: String
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  40. 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
  41. val one: (WrappedResultSet) ⇒ A
  42. final lazy val parameters: Seq[Any]
    Definition Classes
    SQL
  43. def queryTimeout: Option[Int]

    Returns queryTimeout for this query.

    Returns queryTimeout for this query.

    returns

    query timeout seconds

    Definition Classes
    SQL
  44. def queryTimeout(seconds: Option[Int]): OneToManies19SQL.this.type
    Definition Classes
    SQL
  45. def queryTimeout(seconds: Int): OneToManies19SQL.this.type

    Set queryTimeout for this query.

    Set queryTimeout for this query.

    seconds

    query timeout seconds

    returns

    this

    Definition Classes
    SQL
  46. val rawParameters: Seq[Any]
    Definition Classes
    OneToManies19SQLSQL
  47. def single(): OneToManies19SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Set execution type as single.

    Set execution type as single.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  48. val statement: String
    Definition Classes
    OneToManies19SQLSQL
  49. def stripMargin: SQL[Z, E]
    Definition Classes
    SQL
  50. def stripMargin(marginChar: Char): SQL[Z, E]
    Definition Classes
    SQL
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def tags: Seq[String]

    Returns tags for this SQL object.

    Returns tags for this SQL object.

    returns

    tags

    Definition Classes
    SQL
  53. def tags(tags: String*): OneToManies19SQL.this.type

    Appends tags to this SQL object.

    Appends tags to this SQL object.

    tags

    tags

    returns

    this

    Definition Classes
    SQL
  54. val to1: (WrappedResultSet) ⇒ Option[B1]
  55. val to10: (WrappedResultSet) ⇒ Option[B10]
  56. val to11: (WrappedResultSet) ⇒ Option[B11]
  57. val to12: (WrappedResultSet) ⇒ Option[B12]
  58. val to13: (WrappedResultSet) ⇒ Option[B13]
  59. val to14: (WrappedResultSet) ⇒ Option[B14]
  60. val to15: (WrappedResultSet) ⇒ Option[B15]
  61. val to16: (WrappedResultSet) ⇒ Option[B16]
  62. val to17: (WrappedResultSet) ⇒ Option[B17]
  63. val to18: (WrappedResultSet) ⇒ Option[B18]
  64. val to19: (WrappedResultSet) ⇒ Option[B19]
  65. val to2: (WrappedResultSet) ⇒ Option[B2]
  66. val to3: (WrappedResultSet) ⇒ Option[B3]
  67. val to4: (WrappedResultSet) ⇒ Option[B4]
  68. val to5: (WrappedResultSet) ⇒ Option[B5]
  69. val to6: (WrappedResultSet) ⇒ Option[B6]
  70. val to7: (WrappedResultSet) ⇒ Option[B7]
  71. val to8: (WrappedResultSet) ⇒ Option[B8]
  72. val to9: (WrappedResultSet) ⇒ Option[B9]
  73. def toCollection: OneToManies19SQLToCollection[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Same as #collection

    Same as #collection

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  74. def toList(): OneToManies19SQLToList[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Same as #list

    Same as #list

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  75. 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
  76. def toOption(): OneToManies19SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Same as #single.

    Same as #single.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. def toTraversable(): OneToManies19SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Same as #traversable.

    Same as #traversable.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  79. def traversable(): OneToManies19SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]

    Set execution type as traversable.

    Set execution type as traversable.

    returns

    SQL instance

    Definition Classes
    OneToManies19SQLAllOutputDecisionsUnsupportedSQL
  80. def update(): SQLUpdate

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  81. def updateAndReturnGeneratedKey(index: Int): SQLUpdateWithGeneratedKey
    Definition Classes
    SQL
  82. def updateAndReturnGeneratedKey(name: String): SQLUpdateWithGeneratedKey
    Definition Classes
    SQL
  83. def updateAndReturnGeneratedKey(): SQLUpdateWithGeneratedKey

    Set execution type as updateAndReturnGeneratedKey

    Set execution type as updateAndReturnGeneratedKey

    returns

    SQL instance

    Definition Classes
    SQL
  84. 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
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. def withExtractor[B](f: (WrappedResultSet) ⇒ B): SQL[B, HasExtractor]
    Attributes
    protected
    Definition Classes
    SQL
  89. def withParameters(params: Seq[Any]): SQL[Z, E]
    Attributes
    protected
    Definition Classes
    SQL
  90. def withStatementAndParameters(state: String, params: Seq[Any]): SQL[Z, E]
    Attributes
    protected
    Definition Classes
    SQL
  91. val zExtractor: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4], Seq[B5], Seq[B6], Seq[B7], Seq[B8], Seq[B9], Seq[B10], Seq[B11], Seq[B12], Seq[B13], Seq[B14], Seq[B15], Seq[B16], Seq[B17], Seq[B18], Seq[B19]) ⇒ Z

Inherited from AllOutputDecisionsUnsupported[Z, E]

Inherited from SQL[Z, E]

Inherited from Extractor[Z]

Inherited from AnyRef

Inherited from Any

Ungrouped