Class/Object

scalikejdbc

OneToManies12SQL

Related Docs: object OneToManies12SQL | package scalikejdbc

Permalink

class OneToManies12SQL[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E <: WithExtractor, Z] extends SQL[Z, E] with AllOutputDecisionsUnsupported[Z, E]

Source
OneToManies12SQL.scala
Linear Supertypes
AllOutputDecisionsUnsupported[Z, E], SQL[Z, E], Extractor[Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneToManies12SQL
  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 OneToManies12SQL(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])(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]) ⇒ Z)

    Permalink

Type Members

  1. type SQLWithExtractor = SQL[Z, HasExtractor]

    Permalink
    Definition Classes
    SQL
  2. type ThisSQL = SQL[Z, E]

    Permalink
    Definition Classes
    SQL

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def batch(parameters: Seq[Any]*): SQLBatch

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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]

    Permalink

    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]

    Permalink

    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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def collection: OneToManies12SQLToCollection[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Set execution type as collection.

    Set execution type as collection.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  13. def dbSettingSettings(settings: SettingsProvider): OneToManies12SQL.this.type

    Permalink
    Definition Classes
    SQL
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def execute(): SQLExecution

    Permalink

    Set execution type as execute

    Set execution type as execute

    returns

    SQL instance

    Definition Classes
    SQL
  17. def executeUpdate(): SQLUpdate

    Permalink

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

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

    Permalink

    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
  19. def executeWithFilters(before: (PreparedStatement) ⇒ Unit, after: (PreparedStatement) ⇒ Unit): SQLExecution

    Permalink

    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
  20. def extractor: (WrappedResultSet) ⇒ Z

    Permalink
    Definition Classes
    SQL → Extractor
  21. def fetchSize: Option[Int]

    Permalink

    Returns fetchSize for this query.

    Returns fetchSize for this query.

    returns

    fetch size

    Definition Classes
    SQL
  22. def fetchSize(fetchSize: Option[Int]): OneToManies12SQL.this.type

    Permalink
    Definition Classes
    SQL
  23. def fetchSize(fetchSize: Int): OneToManies12SQL.this.type

    Permalink

    Set fetchSize for this query.

    Set fetchSize for this query.

    fetchSize

    fetch size

    returns

    this

    Definition Classes
    SQL
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def first(): OneToManies12SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Set execution type as first.

    Set execution type as first.

    returns

    SQL instance

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

    Permalink

    folding into one value

    folding into one value

    z

    initial value

    op

    operation

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

    Permalink

    Apply the operation to all elements of result set

    Apply the operation to all elements of result set

    op

    operation

    Definition Classes
    SQL
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def headOption(): OneToManies12SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Same as #first.

    Same as #first.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def list(): OneToManies12SQLToList[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Set execution type as list.

    Set execution type as list.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  33. 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]) ⇒ Z): OneToManies12SQL[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, HasExtractor, Z]

    Permalink
  34. def map[A](f: (WrappedResultSet) ⇒ A): SQL[A, HasExtractor]

    Permalink

    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
  35. val message: String

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def one[Z](f: (WrappedResultSet) ⇒ Z): OneToXSQL[Z, E, Z]

    Permalink

    Returns One-to-X API builder.

    Returns One-to-X API builder.

    Definition Classes
    SQL
  40. val one: (WrappedResultSet) ⇒ A

    Permalink
  41. final lazy val parameters: Seq[Any]

    Permalink
    Definition Classes
    SQL
  42. def queryTimeout: Option[Int]

    Permalink

    Returns queryTimeout for this query.

    Returns queryTimeout for this query.

    returns

    query timeout seconds

    Definition Classes
    SQL
  43. def queryTimeout(seconds: Option[Int]): OneToManies12SQL.this.type

    Permalink
    Definition Classes
    SQL
  44. def queryTimeout(seconds: Int): OneToManies12SQL.this.type

    Permalink

    Set queryTimeout for this query.

    Set queryTimeout for this query.

    seconds

    query timeout seconds

    returns

    this

    Definition Classes
    SQL
  45. val rawParameters: Seq[Any]

    Permalink
    Definition Classes
    OneToManies12SQLSQL
  46. def single(): OneToManies12SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Set execution type as single.

    Set execution type as single.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  47. val statement: String

    Permalink
    Definition Classes
    OneToManies12SQLSQL
  48. def stripMargin: SQL[Z, E]

    Permalink
    Definition Classes
    SQL
  49. def stripMargin(marginChar: Char): SQL[Z, E]

    Permalink
    Definition Classes
    SQL
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def tags: Seq[String]

    Permalink

    Returns tags for this SQL object.

    Returns tags for this SQL object.

    returns

    tags

    Definition Classes
    SQL
  52. def tags(tags: String*): OneToManies12SQL.this.type

    Permalink

    Appends tags to this SQL object.

    Appends tags to this SQL object.

    tags

    tags

    returns

    this

    Definition Classes
    SQL
  53. val to1: (WrappedResultSet) ⇒ Option[B1]

    Permalink
  54. val to10: (WrappedResultSet) ⇒ Option[B10]

    Permalink
  55. val to11: (WrappedResultSet) ⇒ Option[B11]

    Permalink
  56. val to12: (WrappedResultSet) ⇒ Option[B12]

    Permalink
  57. val to2: (WrappedResultSet) ⇒ Option[B2]

    Permalink
  58. val to3: (WrappedResultSet) ⇒ Option[B3]

    Permalink
  59. val to4: (WrappedResultSet) ⇒ Option[B4]

    Permalink
  60. val to5: (WrappedResultSet) ⇒ Option[B5]

    Permalink
  61. val to6: (WrappedResultSet) ⇒ Option[B6]

    Permalink
  62. val to7: (WrappedResultSet) ⇒ Option[B7]

    Permalink
  63. val to8: (WrappedResultSet) ⇒ Option[B8]

    Permalink
  64. val to9: (WrappedResultSet) ⇒ Option[B9]

    Permalink
  65. def toCollection: OneToManies12SQLToCollection[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Same as #collection

    Same as #collection

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  66. def toList(): OneToManies12SQLToList[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Same as #list

    Same as #list

    returns

    SQL instance

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

    Permalink

    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
  68. def toOption(): OneToManies12SQLToOption[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Same as #single.

    Same as #single.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  69. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  70. def toTraversable(): OneToManies12SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Same as #traversable.

    Same as #traversable.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  71. def traversable(): OneToManies12SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]

    Permalink

    Set execution type as traversable.

    Set execution type as traversable.

    returns

    SQL instance

    Definition Classes
    OneToManies12SQLAllOutputDecisionsUnsupportedSQL
  72. def update(): SQLUpdate

    Permalink

    Set execution type as executeUpdate

    Set execution type as executeUpdate

    returns

    SQL instance

    Definition Classes
    SQL
  73. def updateAndReturnGeneratedKey(index: Int): SQLUpdateWithGeneratedKey

    Permalink
    Definition Classes
    SQL
  74. def updateAndReturnGeneratedKey(name: String): SQLUpdateWithGeneratedKey

    Permalink
    Definition Classes
    SQL
  75. def updateAndReturnGeneratedKey(): SQLUpdateWithGeneratedKey

    Permalink

    Set execution type as updateAndReturnGeneratedKey

    Set execution type as updateAndReturnGeneratedKey

    returns

    SQL instance

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

    Permalink

    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
  77. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def withExtractor[B](f: (WrappedResultSet) ⇒ B): SQL[B, HasExtractor]

    Permalink
    Attributes
    protected
    Definition Classes
    SQL
  81. def withParameters(params: Seq[Any]): SQL[Z, E]

    Permalink
    Attributes
    protected
    Definition Classes
    SQL
  82. def withStatementAndParameters(state: String, params: Seq[Any]): SQL[Z, E]

    Permalink
    Attributes
    protected
    Definition Classes
    SQL
  83. 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]) ⇒ Z

    Permalink

Inherited from AllOutputDecisionsUnsupported[Z, E]

Inherited from SQL[Z, E]

Inherited from Extractor[Z]

Inherited from AnyRef

Inherited from Any

Ungrouped