RowanASRCResearch / AIS-Uncooperative-Tracks

0 stars 1 forks source link

Hide Database Information #3

Closed lapost48 closed 8 years ago

lapost48 commented 8 years ago

Create some way to hide the column names in the source code. Have an object act as the column names rather than hard coded strings.

lapost48 commented 8 years ago

The requirement was to make the database more user friendly rather than hiding it from the source. As of commit eecb28f93cd8c555ae02ed756d118b9878b7a709 this goal has been made possible. The commit made a set of classes that allow for a developer to create simple functions that essentially create a String that contains the query they would like to request. The classes still allow for the hiding of the database information as well.