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