ResultNameSQLSyntaxProvider

scalikejdbc.SQLSyntaxSupportFeature.ResultNameSQLSyntaxProvider

SQLSyntax provider for result.nameProviders.

Attributes

Source
SQLSyntaxSupportFeature.scala
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def *: SQLSyntax

Attributes

Source
SQLSyntaxSupportFeature.scala
def column(name: String): SQLSyntax

Returns scalikejdbc.interpolation.SQLSyntax value for the column.

Returns scalikejdbc.interpolation.SQLSyntax value for the column.

Attributes

Source
SQLSyntaxSupportFeature.scala
def namedColumn(name: String): SQLSyntax

Attributes

Source
SQLSyntaxSupportFeature.scala

Inherited methods

def c(name: String): SQLSyntax

Returns scalikejdbc.interpolation.SQLSyntax value for the column.

Returns scalikejdbc.interpolation.SQLSyntax value for the column.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala

Delimiter for alias names in SQL.

Delimiter for alias names in SQL.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala
def field(name: String): 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.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala
inline def select[E](ref: SQLSyntaxProvider[A], inline name: String): SQLSyntax

Attributes

Inherited from:
SelectDynamicMacro
Source
SelectDynamicMacro.scala
inline def selectDynamic(inline name: String): SQLSyntax

Attributes

Inherited from:
SelectDynamicMacro
Source
SelectDynamicMacro.scala

Inherited fields

val forceUpperCase: Boolean

True if you need forcing upper column names in SQL.

True if you need forcing upper column names in SQL.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala
val nameConverters: Map[String, String]

Rule to convert field names to column names.

Rule to convert field names to column names.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala
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.

Attributes

Inherited from:
SQLSyntaxProvider
Source
SQLSyntaxSupportFeature.scala