Uses of Class
nzilbb.labbcat.server.search.CsvResults
-
Packages that use CsvResults Package Description nzilbb.labbcat.server.search Classes that manage definition, serializations, and deserialization of search matrices. -
-
Uses of CsvResults in nzilbb.labbcat.server.search
Methods in nzilbb.labbcat.server.search that return CsvResults Modifier and Type Method Description CsvResultsCsvResults. setConnection(Connection newConnection)Setter forconnection: Database connection.CsvResultsCsvResults. setCsvFieldDelimiter(char newCsvFieldDelimiter)Setter forcsvFieldDelimiter: Field delimiter to use when reading the file.CsvResultsCsvResults. setDb(nzilbb.sql.ConnectionFactory newDb)Setter fordb: Factory for generating connections to the database.CsvResultsCsvResults. setName(String newName)Setter forname: Name of result set.CsvResultsCsvResults. setTargetColumn(String newTargetColumn)Setter fortargetColumn: Name of the column that identifies each match (default "MatchId").Constructors in nzilbb.labbcat.server.search with parameters of type CsvResults Constructor Description CsvResults(CsvResults other)Copy constructor.
-