binaryType

abstract fun binaryType(): String

Binary type for storing binary strings of variable and unlimited length.


open fun binaryType(length: Int): String

Binary type for storing binary strings of a specific length.