usql.SqlIdentifier
See theSqlIdentifier companion object
case class SqlIdentifier(name: String, quoted: Boolean, alias: Option[String]) extends SqlIdentifying
An SQL Identifier (table or colum name
Value parameters
- name
-
raw name
- quoted
-
if true, the identifier will be quoted.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlIdentifyingclass Objecttrait Matchableclass Any
Members list
In this article