ColumnDefinitionFlags

ldbc.connector.data.ColumnDefinitionFlags
See theColumnDefinitionFlags companion enum

Attributes

Companion
enum
Source
ColumnDefinitionFlags.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Get bitset objects from numeric bitset.

Get bitset objects from numeric bitset.

Attributes

Source
ColumnDefinitionFlags.scala

Get bitset objects from numeric bitsets.

Get bitset objects from numeric bitsets.

Attributes

Source
ColumnDefinitionFlags.scala

Check to whether has a bit flag.

Check to whether has a bit flag.

Attributes

Source
ColumnDefinitionFlags.scala
def hasBitFlag(bitset: Long, code: Long): Boolean

Attributes

Source
ColumnDefinitionFlags.scala

Set a specified bit flag.

Set a specified bit flag.

Attributes

Source
ColumnDefinitionFlags.scala
def setBitFlag(bitset: Long, flag: ColumnDefinitionFlags): Long

Attributes

Source
ColumnDefinitionFlags.scala
def setBitFlag(bitset: Long, code: Long): Long

Attributes

Source
ColumnDefinitionFlags.scala

Calculate bitset as numeric

Calculate bitset as numeric

Attributes

Source
ColumnDefinitionFlags.scala
def toCode(bitNum: Short): Long

Convert bitNum to BitFlag numbers

Convert bitNum to BitFlag numbers

Attributes

Source
ColumnDefinitionFlags.scala

Calculate bitset as bit flags

Calculate bitset as bit flags

Attributes

Source
ColumnDefinitionFlags.scala