Uses of Class
nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
-
Packages that use AnnotationAgqlToSql.Query Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of AnnotationAgqlToSql.Query in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return AnnotationAgqlToSql.Query Modifier and Type Method Description AnnotationAgqlToSql.Query
AnnotationAgqlToSql. sqlFor(String expression, String sqlSelectClause, String userWhereClause, String sqlLimitClause)
Transforms the given AGQL query into an SQL query.
-