Package | Description |
---|---|
org.projog.api |
Provides a programming interface for Java applications to interact with Projog.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryStatement.executeQuery()
Returns a new
QueryResult for the query represented by this object. |
QueryResult |
QueryPlan.executeQuery()
Return a newly created
QueryResult for the query represented by this plan. |
QueryResult |
Projog.executeQuery(String prologQuery)
Creates a
QueryResult for querying the Projog environment. |
Copyright © 2024. All rights reserved.