public class AutoMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AutoMapper() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.sparql.expr.Expr |
columnReferenceToExpr(String prefix,
org.aksw.commons.util.jdbc.ColumnsReference columnsReference) |
static com.hp.hpl.jena.sparql.expr.Expr |
columnReferenceToUriExpr(String prefix,
org.aksw.commons.util.jdbc.ColumnsReference columnsReference) |
static VarDef |
columnReferenceToUriTermDef(String prefix,
org.aksw.commons.util.jdbc.ColumnsReference columnsReference) |
static String |
getBlockKey(String key) |
static List<String> |
getColumnNames(ResultSet rs) |
static Connection |
getConnection() |
static List<org.aksw.commons.util.jdbc.Column> |
getNonKeyColumns(org.aksw.commons.util.jdbc.Relation relation,
org.aksw.commons.util.jdbc.PrimaryKey primaryKey,
Collection<org.aksw.commons.util.jdbc.ForeignKey> fks)
Foreign keys by convention
|
static List<Object> |
getRow(ResultSet rs) |
static void |
main(String[] args) |
public static List<org.aksw.commons.util.jdbc.Column> getNonKeyColumns(org.aksw.commons.util.jdbc.Relation relation, org.aksw.commons.util.jdbc.PrimaryKey primaryKey, Collection<org.aksw.commons.util.jdbc.ForeignKey> fks)
public static VarDef columnReferenceToUriTermDef(String prefix, org.aksw.commons.util.jdbc.ColumnsReference columnsReference)
public static com.hp.hpl.jena.sparql.expr.Expr columnReferenceToUriExpr(String prefix, org.aksw.commons.util.jdbc.ColumnsReference columnsReference)
public static com.hp.hpl.jena.sparql.expr.Expr columnReferenceToExpr(String prefix, org.aksw.commons.util.jdbc.ColumnsReference columnsReference)
public static void main(String[] args) throws SQLException
SQLExceptionpublic static Connection getConnection() throws SQLException
SQLExceptionpublic static List<String> getColumnNames(ResultSet rs) throws SQLException
SQLExceptionpublic static List<Object> getRow(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.