corda / net.corda.node.utilities / SecureHashColumnType

SecureHashColumnType

object SecureHashColumnType : ColumnType

ColumnType for marshalling to/from database on behalf of SecureHash.

Functions

notNullValueToDB fun notNullValueToDB(value: Any): Any
sqlType fun sqlType(): String
valueFromDB fun valueFromDB(value: Any): Any