- getColumnNameLineNumber() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
The line number (1 based) from which to get the names of the columns.
- getColumnNamingStrategy() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
- getColumnsInLine() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the amount of columns in the parsed line.
- getColumnsInTable() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the expected amounts of columns, as defined by the table metadata.
- getConfiguration() - Method in class org.apache.metamodel.csv.CsvDataContext
-
Gets the CSV configuration used
- getEncoding() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the file encoding to use for reading the file.
- getEscapeChar() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the escape char, used for escaping eg.
- getMainSchema() - Method in class org.apache.metamodel.csv.CsvDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.csv.CsvDataContext
-
- getMessage() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
- getQuoteChar() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the quote char, used for encapsulating values.
- getResource() - Method in class org.apache.metamodel.csv.CsvDataContext
-
Gets the resource that is being read from.
- getSeparatorChar() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the separator char (typically comma or semicolon) for separating
values.
- getSourceLine() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the source line, as parsed by the CSV parser (regardless of table
metadata).