com.r3corda.node.utilities / SecureHashColumnType

SecureHashColumnType

object SecureHashColumnType

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