Skip to content
Snippets Groups Projects
Commit c74b2aa5 authored by Julien Lopez's avatar Julien Lopez
Browse files

[MINOR] Add few comments

parent e2874361
Branches
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ import qir.ast.data.*;
import qir.util.*;
/**
* TODO: Add interface to stream results; add interface to get database info (table exists?, table
* schema, ...).
* WORK IN PROGRESS: TODO: Add interface to stream results; add interface to get database info
* (table exists?, table schema, ...).
*/
public class QIRDriver {
private final DBDriver defaultDriver;
......
......@@ -5,6 +5,9 @@ import java.sql.*;
import qir.driver.*;
import qir.driver.OracleDriver.ConnectionData;
/**
* WORK IN PROGRESS
*/
public class DBDriverFactory {
public static DBDriver createDBDriver(String dbName, String sessionId, String serverName, int port, String userName, String passwd) {
if (dbName.equalsIgnoreCase("Oracle"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment