SubQueryResultNameSQLSyntaxProvider

scalikejdbc.SQLSyntaxSupportFeature.SubQueryResultNameSQLSyntaxProvider
case class SubQueryResultNameSQLSyntaxProvider(aliasName: String, delimiterForResultName: String, resultNames: Seq[BasicResultNameSQLSyntaxProvider[_, _]])

Attributes

Source
SQLSyntaxSupportFeature.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(name: SQLSyntax): SQLSyntax

Attributes

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

Attributes

Source
SQLSyntaxSupportFeature.scala
def notFoundInColumns(aliasName: String, name: String): InvalidColumnNameException

Attributes

Source
SQLSyntaxSupportFeature.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val *: SQLSyntax

Attributes

Source
SQLSyntaxSupportFeature.scala
lazy val columns: Seq[SQLSyntax]

Attributes

Source
SQLSyntaxSupportFeature.scala