SqlIdentifiers

usql.SqlIdentifiers
See theSqlIdentifiers companion object
case class SqlIdentifiers(identifiers: Seq[SqlIdentifier])

Multiple identifiers (e.g. column names)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

identifier = ?-Placeholders for Update statements

identifier = ?-Placeholders for Update statements

Attributes

?-Placeholders for each identifier

?-Placeholders for each identifier

Attributes

def serialize: String
def size: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product