object SecureHashColumnType : ColumnType
ColumnType for marshalling to/from database on behalf of SecureHash.
| notNullValueToDB |
fun notNullValueToDB(value: Any): Any |
| sqlType |
fun sqlType(): String |
| valueFromDB |
fun valueFromDB(value: Any): Any |