Uses of Class
nzilbb.labbcat.server.db.SqlSearchResults
-
Packages that use SqlSearchResults Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of SqlSearchResults in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return SqlSearchResults Modifier and Type Method Description SqlSearchResults
SqlSearchResults. setId(long newId)
Setter forid
: The database key of the search/results rows.SqlSearchResults
SqlSearchResults. setName(String newName)
Setter forname
: Name of result set.Constructors in nzilbb.labbcat.server.db with parameters of type SqlSearchResults Constructor Description SqlSearchResults(SqlSearchResults results, int graphId, Connection connection)
Constructor that provides access to an existing search record based on the given results, providing access to results from only the given graph ID.SqlSearchResults(SqlSearchResults results, Connection connection)
Constructor that provides access to an existing search record based on the given results.
-