Skip to content

Commit

Permalink
required methods
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 28, 2008
1 parent ddfb4bd commit 8ca5de5
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -120,4 +120,14 @@ public String[] tokenizeCsvData(String csvData) {
return null;
}

public String reloadTable(String nodeId, String tableName, String overrideInitialLoadSelect) {
// TODO Auto-generated method stub
return null;
}

public String sendSQL(String nodeId, String tableName, String sql) {
// TODO Auto-generated method stub
return null;
}

}

0 comments on commit 8ca5de5

Please sign in to comment.