|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLConnection | |
---|---|
org.d2rq | |
org.d2rq.algebra | |
org.d2rq.db | |
org.d2rq.db.op | |
org.d2rq.engine | |
org.d2rq.lang | |
org.d2rq.mapgen | |
org.d2rq.r2rml | |
org.d2rq.tmp |
Uses of SQLConnection in org.d2rq |
---|
Methods in org.d2rq that return SQLConnection | |
---|---|
SQLConnection |
SystemLoader.getSQLConnection()
|
Methods in org.d2rq that return types with arguments of type SQLConnection | |
---|---|
Collection<SQLConnection> |
CompiledMapping.getSQLConnections()
|
Constructors in org.d2rq with parameters of type SQLConnection | |
---|---|
ResourceCollection(CompiledMapping mapping,
SQLConnection connection,
NodeMaker entityMaker,
DatabaseOp entityTable,
Collection<TripleRelation> entityDescription)
|
Uses of SQLConnection in org.d2rq.algebra |
---|
Methods in org.d2rq.algebra that return SQLConnection | |
---|---|
SQLConnection |
NodeRelation.getSQLConnection()
|
Constructors in org.d2rq.algebra with parameters of type SQLConnection | |
---|---|
DownloadRelation(SQLConnection sqlConnection,
DatabaseOp tabular,
NodeMaker nodeMaker,
ValueMaker mediaTypeMaker,
ColumnName contentDownloadColumn)
|
|
NodeRelation(SQLConnection connection,
DatabaseOp base,
BindingMaker bindingMaker)
|
|
NodeRelation(SQLConnection connection,
DatabaseOp base,
Map<Var,NodeMaker> nodeMakers)
|
|
TripleRelation(SQLConnection connection,
DatabaseOp baseRelation,
BindingMaker bindingMaker)
|
|
TripleRelation(SQLConnection connection,
DatabaseOp baseRelation,
NodeMaker subjectMaker,
NodeMaker predicateMaker,
NodeMaker objectMaker)
|
Uses of SQLConnection in org.d2rq.db |
---|
Methods in org.d2rq.db with parameters of type SQLConnection | |
---|---|
static ResultRow |
ResultRow.fromResultSet(ResultSet resultSet,
List<ProjectionSpec> projectionSpecs,
SQLConnection database)
|
Constructors in org.d2rq.db with parameters of type SQLConnection | |
---|---|
SQLIterator(String sql,
List<ProjectionSpec> columns,
SQLConnection db)
|
Uses of SQLConnection in org.d2rq.db.op |
---|
Methods in org.d2rq.db.op that return SQLConnection | |
---|---|
SQLConnection |
SQLOp.getSQLConnection()
|
Constructors in org.d2rq.db.op with parameters of type SQLConnection | |
---|---|
SQLOp(SQLConnection sqlConnection,
String sql,
List<ColumnDef> columns)
|
Uses of SQLConnection in org.d2rq.engine |
---|
Methods in org.d2rq.engine with parameters of type SQLConnection | |
---|---|
static QueryIterator |
QueryIterTableSQL.create(SQLConnection connection,
DatabaseOp table,
Collection<BindingMaker> bindingMakers,
ExecutionContext execCxt)
Creates an instance, or a simpler QueryIterator if optimization is possible (e.g., the relation is empty). |
Uses of SQLConnection in org.d2rq.lang |
---|
Methods in org.d2rq.lang that return types with arguments of type SQLConnection | |
---|---|
Collection<SQLConnection> |
CompiledD2RQMapping.getSQLConnections()
|
Methods in org.d2rq.lang with parameters of type SQLConnection | |
---|---|
void |
CompiledD2RQMapping.addSQLConnection(SQLConnection connection)
|
void |
D2RQCompiler.useConnection(SQLConnection sqlConnection)
Allows injection of an existing SQLConnection . |
Constructors in org.d2rq.lang with parameters of type SQLConnection | |
---|---|
OpBuilder(SQLConnection database,
Map<ColumnName,DataType.GenericType> overriddenColumnTypes)
|
Uses of SQLConnection in org.d2rq.mapgen |
---|
Methods in org.d2rq.mapgen with parameters of type SQLConnection | |
---|---|
void |
Target.generateDatabase(SQLConnection connection,
String startupSQLScript)
Generates a database connection. |
void |
R2RMLTarget.generateDatabase(SQLConnection connection,
String startupSQLScript)
|
void |
OntologyTarget.generateDatabase(SQLConnection connection,
String startupSQLScript)
|
void |
D2RQTarget.generateDatabase(SQLConnection connection,
String startupSQLScript)
|
Constructors in org.d2rq.mapgen with parameters of type SQLConnection | |
---|---|
D2RQMappingStyle(SQLConnection connection,
String baseIRI)
|
|
DirectMappingStyle(SQLConnection connection,
String baseIRI)
|
|
MappingGenerator(MappingStyle style,
SQLConnection sqlConnection)
|
Uses of SQLConnection in org.d2rq.r2rml |
---|
Methods in org.d2rq.r2rml that return types with arguments of type SQLConnection | |
---|---|
Collection<SQLConnection> |
R2RMLCompiler.getSQLConnections()
|
Methods in org.d2rq.r2rml with parameters of type SQLConnection | |
---|---|
CompiledMapping |
Mapping.compile(SQLConnection sqlConnection)
|
abstract List<Identifier> |
LogicalTable.getColumns(SQLConnection connection)
|
List<Identifier> |
LogicalTable.R2RMLView.getColumns(SQLConnection connection)
|
List<Identifier> |
LogicalTable.BaseTableOrView.getColumns(SQLConnection connection)
|
boolean |
StringTemplate.isValid(SQLConnection connection)
|
boolean |
MappingTerm.isValid(SQLConnection connection)
Determines validity. |
Constructors in org.d2rq.r2rml with parameters of type SQLConnection | |
---|---|
MappingValidator(Mapping mapping,
SQLConnection sqlConnection)
|
|
R2RMLCompiler(Mapping mapping,
SQLConnection sqlConnection)
|
Uses of SQLConnection in org.d2rq.tmp |
---|
Methods in org.d2rq.tmp that return SQLConnection | |
---|---|
SQLConnection |
CompatibleRelationGroup.getSQLConnection()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |