Package | Description |
---|---|
org.linqs.psl.database.rdbms |
Modifier and Type | Method and Description |
---|---|
void |
RDBMSDataStore.releasePartitions(RDBMSDatabase db) |
Constructor and Description |
---|
Formula2SQL(Set<Variable> projection,
RDBMSDatabase database)
Convert a formula to a query that will fetch all possible combinations of constants used in that
formual (aka grounding).
|
Formula2SQL(Set<Variable> projection,
RDBMSDatabase database,
boolean isDistinct)
See above description.
|
Formula2SQL(Set<Variable> projection,
RDBMSDatabase database,
boolean isDistinct,
Atom lazyTarget)
See above description.
|
RawQuery(RDBMSDatabase database,
DatabaseQuery query) |
RawQuery(RDBMSDatabase database,
Formula formula) |
RawQuery(RDBMSDatabase database,
Formula formula,
boolean isDistinct) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.