SimpleTabular

usql.dao.SqlTabular.SimpleTabular
case class SimpleTabular[T](tableName: SqlIdentifier, columns: SqlIdentifiers, rowDecoder: ResultRowDecoder[T], parameterFiller: ParameterFiller[T]) extends SqlTabular[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlTabular[T]
trait SqlColumnar[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def cardinality: Int

Count of column names.

Count of column names.

Attributes

Definition Classes

Inherited methods

def alias(name: String): Alias[T]

Alias this table to be used in joins

Alias this table to be used in joins

Attributes

Inherited from:
SqlTabular
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product