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 CsvResults
CsvResults. setConnection(Connection newConnection)
Setter forconnection
: Database connection.CsvResults
CsvResults. setCsvFieldDelimiter(char newCsvFieldDelimiter)
Setter forcsvFieldDelimiter
: Field delimiter to use when reading the file.CsvResults
CsvResults. setDb(nzilbb.sql.ConnectionFactory newDb)
Setter fordb
: Factory for generating connections to the database.CsvResults
CsvResults. setName(String newName)
Setter forname
: Name of result set.CsvResults
CsvResults. 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.
-