Class

scalikejdbc.SQLSyntaxSupportFeature

PartialSubQueryResultNameSQLSyntaxProvider

Related Doc: package SQLSyntaxSupportFeature

Permalink

case class PartialSubQueryResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](aliasName: String, delimiterForResultName: String, underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A]) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A] with Product with Serializable

Source
SQLSyntaxSupportFeature.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A], (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A], (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A], Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartialSubQueryResultNameSQLSyntaxProvider
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ResultNameSQLSyntaxProvider
  7. SQLSyntaxProviderCommonImpl
  8. SQLSyntaxProvider
  9. Dynamic
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartialSubQueryResultNameSQLSyntaxProvider(aliasName: String, delimiterForResultName: String, underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. lazy val *: (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val aliasName: String

    Permalink
  6. def apply(name: (SQLSyntaxSupportFeature.this)#SQLSyntax): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def c(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Definition Classes
    SQLSyntaxProvider
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def column(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Definition Classes
    PartialSubQueryResultNameSQLSyntaxProviderResultNameSQLSyntaxProviderSQLSyntaxProvider
  11. lazy val columns: Seq[(SQLSyntaxSupportFeature.this)#SQLSyntax]

    Permalink
    Definition Classes
    PartialSubQueryResultNameSQLSyntaxProvider → SQLSyntaxProviderCommonImpl
  12. val delimiterForResultName: String

    Permalink

    Delimiter for alias names in SQL.

    Delimiter for alias names in SQL.

    Definition Classes
    PartialSubQueryResultNameSQLSyntaxProvider → SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def field(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink

    Returns scalikejdbc.interpolation.SQLSyntax value for the column which is referred by the field.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column which is referred by the field.

    Definition Classes
    SQLSyntaxProvider
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val forceUpperCase: Boolean

    Permalink

    True if you need forcing upper column names in SQL.

    True if you need forcing upper column names in SQL.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val nameConverters: Map[String, String]

    Permalink

    Rule to convert field names to column names.

    Rule to convert field names to column names.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  20. def namedColumn(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink
  21. lazy val namedColumns: Seq[(SQLSyntaxSupportFeature.this)#SQLSyntax]

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

    Permalink
    Definition Classes
    AnyRef
  23. def notFoundInColumns(aliasName: String, name: String, registeredNames: String): InvalidColumnNameException

    Permalink
    Definition Classes
    SQLSyntaxProviderCommonImpl
  24. def notFoundInColumns(aliasName: String, name: String): InvalidColumnNameException

    Permalink
    Definition Classes
    SQLSyntaxProviderCommonImpl
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. macro def selectDynamic(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Permalink

    Returns scalikejdbc.interpolation.SQLSyntax value for the column which is referred by the field.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column which is referred by the field.

    Definition Classes
    SQLSyntaxProvider
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A]

    Permalink
  30. val useSnakeCaseColumnName: Boolean

    Permalink

    True if you need to convert filed names to snake_case column names in SQL.

    True if you need to convert filed names to snake_case column names in SQL.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A]

Inherited from (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A]

Inherited from (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A]

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped