c

scalikejdbc.SQLSyntaxSupportFeature

ColumnSQLSyntaxProvider

case class ColumnSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A] with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable

SQLSyntax provider for column names.

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

Instance Constructors

  1. new ColumnSQLSyntaxProvider(support: S)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. lazy val *: (SQLSyntaxSupportFeature.this)#SQLSyntax
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val asterisk: (SQLSyntaxSupportFeature.this)#SQLSyntax
    Definition Classes
    ColumnSQLSyntaxProvider → AsteriskProvider
  7. def c(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

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

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Returns scalikejdbc.interpolation.SQLSyntax value for the column.

    Definition Classes
    ColumnSQLSyntaxProviderSQLSyntaxProvider
  10. lazy val columns: Seq[(SQLSyntaxSupportFeature.this)#SQLSyntax]
  11. lazy val delimiterForResultName: Nothing

    Delimiter for alias names in SQL.

    Delimiter for alias names in SQL.

    Definition Classes
    ColumnSQLSyntaxProviderSQLSyntaxProvider
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def field(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    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
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val forceUpperCase: Boolean
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val nameConverters: Map[String, String]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. macro def selectDynamic(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax

    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
  23. val support: S
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val useSnakeCaseColumnName: Boolean
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AsteriskProvider

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

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped