Package org.apache.blur.jdbc.util

Examples of org.apache.blur.jdbc.util.SimpleStringResultSet


    for (String table : tables) {
      Map<String, String> row = new HashMap<String, String>();
      row.put(TABLE_SCHEM, table);
      data.add(row);
    }
    return new SimpleStringResultSet(Arrays.asList(TABLE_SCHEM, TABLE_CATALOG), data);
  }
View Full Code Here

TOP

Related Classes of org.apache.blur.jdbc.util.SimpleStringResultSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.