getViewQuery method

String getViewQuery()

Implementation

String getViewQuery(){
    return "SELECT * FROM "+table;
}