Community

Enumerated Fields in PostgreSQL

(Andrew Dunstan) Many programming languages support an enumerated type in some form. In C and C++, they are a kind of symbolic mapping to integers, but in other languages (such as Ada), they are more first-class citizens in the type system. Leaving enumerations out of the original Java language defi

Read More - Register for Free Membership