encode abstract method

S encode(
  1. T value
)

Converts the value of type T into the database-compatible type S

Implementation

S encode(T value);