ParameterMetaData

ldbc.sql.ParameterMetaData
See theParameterMetaData companion trait

Attributes

Companion
trait
Source
ParameterMetaData.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

The constant indicating that the parameter's mode is IN.

The constant indicating that the parameter's mode is IN.

Attributes

Source
ParameterMetaData.scala

The constant indicating that the parameter's mode is INOUT.

The constant indicating that the parameter's mode is INOUT.

Attributes

Source
ParameterMetaData.scala

The constant indicating that the parameter's mode is OUT.

The constant indicating that the parameter's mode is OUT.

Attributes

Source
ParameterMetaData.scala

The constant indicating that the mode of the parameter is unknown.

The constant indicating that the mode of the parameter is unknown.

Attributes

Source
ParameterMetaData.scala

The constant indicating that a parameter will not allow NULL values.

The constant indicating that a parameter will not allow NULL values.

Attributes

Source
ParameterMetaData.scala

The constant indicating that a parameter will allow NULL values.

The constant indicating that a parameter will allow NULL values.

Attributes

Source
ParameterMetaData.scala

The constant indicating that the nullability of a parameter is unknown.

The constant indicating that the nullability of a parameter is unknown.

Attributes

Source
ParameterMetaData.scala