public class RdfViewDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
explainCostPattern |
| Constructor and Description |
|---|
RdfViewDatabase() |
| Modifier and Type | Method and Description |
|---|---|
static SqlDatatype |
asDatatype(String id) |
static double |
getCostPostgres(Connection conn,
String query) |
static Map<String,String> |
getRawTypes(Connection conn,
String queryStr) |
static Map<String,SqlDatatype> |
getTypes(Connection conn,
String queryStr) |
static Map<String,SqlDatatype> |
transformRawMap(Map<String,String> map) |
public static final Pattern explainCostPattern
public static double getCostPostgres(Connection conn, String query) throws SQLException
SQLExceptionpublic static Map<String,String> getRawTypes(Connection conn, String queryStr) throws Exception
Exceptionpublic static SqlDatatype asDatatype(String id)
public static Map<String,SqlDatatype> getTypes(Connection conn, String queryStr) throws Exception
ExceptionCopyright © 2013. All Rights Reserved.