Uses of Package
nzilbb.labbcat.server.db
-
Packages that use nzilbb.labbcat.server.db Package Description nzilbb.labbcat.server.api /api/… : API endpoints providing an HTTP-based API for access to transcripts, annotations, media, and functions that manipulate them.nzilbb.labbcat.server.api.serialize /api/serialize/… : API endpoints related to serialization of annotation graphs/fragments.nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations.nzilbb.labbcat.server.task Long-running tasks that can be monitored and cancelled by the user. -
Classes in nzilbb.labbcat.server.db used by nzilbb.labbcat.server.api Class Description IdMatch A serializer/deserializer which can be used to generate or interpret a String ID for a search results match. -
Classes in nzilbb.labbcat.server.db used by nzilbb.labbcat.server.api.serialize Class Description SqlGraphStoreAdministration Graph store administration that uses a relational database as its back end. -
Classes in nzilbb.labbcat.server.db used by nzilbb.labbcat.server.db Class Description AllUtterancesTask A task that identifies all utterances of given participants, making them available as a set of search results.AnnotationAgqlToSql Converts AGQL expressions into SQL queries for matching graphs (transcripts).AnnotationAgqlToSql.Query Encapsulates the results ofAnnotationAgqlToSql.sqlFor(String,String,String,String)
including the SQL.ConsolidatedGraphSeries A Graph series that filters another Graph series, collapsing consecutive instances of the same graph into one graph.ExistingIdException Exception thrown when trying to create a record that already exists.FragmentSeries An implementation of Spliterator<Graph> that enumerates fragments corresponding to a list of selected fragment Ids.GraphAgqlToSql Converts AGQL expressions into SQL queries for matching graphs (transcripts).GraphAgqlToSql.Query Encapsulates the results ofGraphAgqlToSql.sqlFor(String,String,String,String,String)
including the SQL.IdMatch A serializer/deserializer which can be used to generate or interpret a String ID for a search results match.IdUtterance Serializer/deserializer for a string-encoded identifier for a single utterance.InvalidIdException Exception thrown when the entity an ID refers to doesn't exist.ParticipantAgqlToSql Converts AGQL expressions into SQL queries for matching participants.ParticipantAgqlToSql.Query Encapsulates the results ofParticipantAgqlToSql.sqlFor(String,String,String,boolean,String)
including the SQL.ResultSeries An implementation of Spliterator<Graph> that enumerates fragments corresponding to a search result set.SqlGraphStore Graph store that uses a relational database as its back end.SqlSearchResults An implementation of SearchResults that uses the results tables for match data. -
Classes in nzilbb.labbcat.server.db used by nzilbb.labbcat.server.task Class Description SqlGraphStore Graph store that uses a relational database as its back end.SqlGraphStoreAdministration Graph store administration that uses a relational database as its back end.StoreCache Cache for Graph Stores, which supplies anSqlGraphStore
object for use, and then accepts it back again for reuse later.