I have some custom types. They are all basically enums. Here is an example of what they look like:
CREATE TYPE card_suit AS ENUM (\'spades\', \'clubs\
Another approach would have been
st.setObject(1, 'spades', Types.OTHER);