ColumnGroup

usql.dao.ColumnGroup
case class ColumnGroup(pattern: String) extends StaticAnnotation

Controls the way nested column group names are generated.

Value parameters

pattern

the name pattern which will be applied. %m will be replaced by the member name, %c will be replaced by the child column name.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def columnName(memberName: String, childColumn: SqlIdentifier): SqlIdentifier

Generates the required column name.

Generates the required column name.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product