Inserting into custom SQL types with prepared statements in java

后端 未结 2 929
挽巷
挽巷 2020-12-29 06:40

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\         


        
2条回答
提交回复
热议问题