c

scalikejdbc.SQLSyntaxSupportFeature

BasicResultNameSQLSyntaxProvider

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

Basic Query SQLSyntax Provider for result.nameProviders.

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. BasicResultNameSQLSyntaxProvider
  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 BasicResultNameSQLSyntaxProvider(support: S, tableAliasName: String)

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. 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
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. 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
    BasicResultNameSQLSyntaxProviderResultNameSQLSyntaxProviderSQLSyntaxProvider
  9. lazy val columns: Seq[(SQLSyntaxSupportFeature.this)#SQLSyntax]
    Definition Classes
    SQLSyntaxProviderCommonImpl
  10. val delimiterForResultName: String

    Delimiter for alias names in SQL.

    Delimiter for alias names in SQL.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. 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
    BasicResultNameSQLSyntaxProviderSQLSyntaxProvider
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val forceUpperCase: Boolean

    True if you need forcing upper column names in SQL.

    True if you need forcing upper column names in SQL.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val nameConverters: Map[String, String]

    Rule to convert field names to column names.

    Rule to convert field names to column names.

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  18. def namedColumn(name: String): (SQLSyntaxSupportFeature.this)#SQLSyntax
  19. lazy val namedColumns: Seq[(SQLSyntaxSupportFeature.this)#SQLSyntax]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def notFoundInColumns(aliasName: String, name: String, registeredNames: String): InvalidColumnNameException
    Definition Classes
    SQLSyntaxProviderCommonImpl
  22. def notFoundInColumns(aliasName: String, name: String): InvalidColumnNameException
    Definition Classes
    SQLSyntaxProviderCommonImpl
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. 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
  26. val support: S
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val tableAliasName: String
  29. val useSnakeCaseColumnName: Boolean

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

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

    Definition Classes
    SQLSyntaxProviderCommonImpl → SQLSyntaxProvider
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @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