Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
jvx:server:storage:dbdefault_values [2020/06/15 12:07]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
jvx:server:storage:dbdefault_values [2020/06/29 13:31] (current)
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
Line 5: Line 5:
 However, the database offers many advantages that we can apply to the user interface without wasting much time. One of these advantages is the "​default value" of columns in tables. ​ However, the database offers many advantages that we can apply to the user interface without wasting much time. One of these advantages is the "​default value" of columns in tables. ​
  
-Frequently so-called flag columns exist, which have a default value configured in the database. ​An example ​here are Y/N (Yes/No) columns. The default value can be N (No).+Frequentlyso-called flag columns exist, which have a default value configured in the database. ​Examples ​here are the Y/N (Yes/No) columns. The default value can be N (No).
  
-During the creation of a dataset, the developer would have to consider these default values in the user interface and preset them for the user. This is a repetitive and error-prone activity. Besides, the developer would rather spend time on challenging problems than on boring tasks.+During the creation of a dataset, the developer would have to consider these default values in the user interface and preset them for the user. This is a repetitive and error-prone activity. Besides, the developer would surely ​rather spend time on challenging problems than on boring tasks!
  
 This is where JVx comes in handy. The framework recognizes the default values of columns automatically and assumes the defined values during the creation of new datasets directly in the user interface. It should be noted, however, that only constant default values are considered since function calls are always database-dependent and could contain logic. This is where JVx comes in handy. The framework recognizes the default values of columns automatically and assumes the defined values during the creation of new datasets directly in the user interface. It should be noted, however, that only constant default values are considered since function calls are always database-dependent and could contain logic.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information