Parameter

ldbc.connector.data.Parameter
See theParameter companion object
trait Parameter

A parameter to be used in a prepared statement.

Attributes

Companion
object
Source
Parameter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

The column data type of this parameter.

The column data type of this parameter.

Attributes

Source
Parameter.scala

The binary representation of this parameter.

The binary representation of this parameter.

Attributes

Source
Parameter.scala
def sql: String

The SQL representation of this parameter.

The SQL representation of this parameter.

Attributes

Source
Parameter.scala

Concrete methods

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
Source
Parameter.scala