Tag: enum
Found 86 results for 'enum'.
1) postgresql - ENUM and ID as a Foreign Key
2) mysql - Unique constraint on 3 different columns but a specific value in 3rd column allows duplicate row entries
3) oracle - Add ENum Attribute to existing table using Alter
4) mysql - Can I alter ENUM value from lowercase to studlyCase without reindex?
5) design-patterns - Name of this enum-based design pattern to get the type
6) java - Concept/Design question: Alternatives to switch/conditional statements and Enums
7) database-design - Is it wasteful to create a new database table instead of using enum data type?
8) class - Static properties and implicit "self" property in structures and enumerations vs classes in Swift
9) database - Architecture of "tags" for contacts in a marketing system and hard-coded IDs so functions can refer to them
10) object-oriented - Should I create an Enum mapping to my database table
11) python - Best way to enforce variable has certain values using enum in Python
12) database - Keeping an enum and a table in sync
13) database - Enum or reference table when dealing with maps
14) database-design - Multilingual reference/lookup tables and reference tables with enums
15) design - Why would you store an enum in DB?
16) java - Alternative to using enum
17) database - Keep enumeration in DB when data associated with it is not storable in DB
18) java - One Enum vs Multiple Enums
19) c# - How to deal with almost the same enums?
20) c# - C# is it better to use string or an enum as a key?
21) c# - When are enums NOT a code smell?
22) java - Understanding Enums in Java
23) unit-testing - switch statement - handling default case when it can't be reached
24) design-patterns - Do enums create brittle interfaces?
25) c# - How to model a Struct with a limited set of values that behaves like an enum?
26) postgresql - ORDER BY gives ERROR: function array_position(text[], character varying) does not exist
27) postgresql - How do I query PostgreSQL enums like in MySQL?
28) java - Is it okay to go against all-caps naming for enums to make their String representation simpler?
29) c++ - What should you replace an enumeration with if values are to be provided by plugins?
30) programming-practices - Nullable enumeration values vs. "NoValue" or "Undefined", etc
31) java - Java partial enum backed by the database
32) java - is switch(this) antipattern or bad practice in Java for Enums?
33) java - Is it better to use strings or int to reference enums outside the java part of the system?
34) postgresql - Status fields: ALTER TYPE vs. INSERT INTO?
35) java - Static per-enum data: constructor, set in initialiser or override getter?
36) dependencies - Is switch-case over enumeration bad practice?
37) java - Enums in java switch-statements and completeness
38) c# - Enum or dictionary for inmemory parameter
39) enum - Could someone explain HaXe enums?
40) c# - Compatibility of Enum Vs. string constants
41) c++ - Is it a bad practice to include all the enums in one file and use it in multiple classes?
42) domain-model - Does an in-code enumeration provide a stronger domain model than a static table?
43) programming-languages - Why isn't there a next operation on enums?
44) c# - Using extraneous enum members for bounds/validity checking
45) java - How can I write an enum for date periods where not all periods have a static number of months?
46) c# - How can I avoid these nested repetitive ifs?
47) mysql - PROCEDURE ANALYSE suggests to turn timestamp into CHAR(19)
48) postgresql - Determine if user-defined type is ENUM
49) java - How to gradually refactor a Map with string keys to use enum keys?
50) .net - Why is Flags Enumeration considered an intermediate skill?