SqlIdentifier

usql.SqlIdentifier
See theSqlIdentifier companion object
case class SqlIdentifier(name: String, quoted: Boolean)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Named placeholder for update query

Named placeholder for update query

Attributes

Placeholder for select query

Placeholder for select query

Attributes

def serialize: String

Serialize the identifier.

Serialize the identifier.

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product