Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PredSqlQueryAgainst = quad.IRI("against")
PredSqlQueryAgainst links a SQL query or result to the database it targets.
View Source
var PredSqlQueryProducedBy = quad.IRI("produced-by")
PredSqlQueryProducedBy links a SQL query result to the query that produced it.
View Source
var PredSqlSchemaInDb = quad.IRI("schema-in-db")
PredSqlSchemaInDb links a SQL schema to the database that contains it.
View Source
var PredSqlTableViewAgainstSchema = quad.IRI("table-view-against-schema")
PredSqlTableViewAgainstSchema links a SQL table view to the schema it reads.
View Source
var PredSqlWorkbenchAgainstDb = quad.IRI("workbench-against-db")
PredSqlWorkbenchAgainstDb links a SQL workbench to the database it explores.
View Source
var PredSqlWorkbenchOpenTab = quad.IRI("workbench-open-tab")
PredSqlWorkbenchOpenTab links a SQL workbench to an object opened in a tab.
View Source
var PredSqlWorkbenchPinnedQuery = quad.IRI("workbench-pinned-query")
PredSqlWorkbenchPinnedQuery links a SQL workbench to a pinned query.
Functions ¶
func QuoteIdentifier ¶
QuoteIdentifier returns a MySQL-compatible quoted identifier.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.