Skip to content

Commit 929a5f1

Browse files
committed
Improve Buffer public API
1 parent f175cea commit 929a5f1

File tree

13 files changed

+762
-600
lines changed

13 files changed

+762
-600
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All Notable changes to `Csv` will be documented in this file
1010
- `TabularDataReader::selectAllExcept`
1111
- `Statement::selectAllExcept`
1212
- `ResultSet::from` and `ResultSet::tryFrom`
13-
- `RdbmsResult` class to allow converting RDBMS result into `ResultSet`
13+
- `RdbmsResult` class to ease importing RDBMS result into the package classes
1414
- `TabularData` interface
1515
- `Buffer` class
1616
- `XMLConverter::supportsHeader`

docs/9.0/writer/buffer.md

Lines changed: 190 additions & 109 deletions
Large diffs are not rendered by default.

docs/_data/menu.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,31 @@ version:
99
Document Loading: '/9.0/connections/instantiation/'
1010
Document Output: '/9.0/connections/output/'
1111
Character Controls: '/9.0/connections/controls/'
12+
Stream Filters: '/9.0/connections/filters/'
1213
BOM Sequence: '/9.0/connections/bom/'
1314
Charset Converter: '/9.0/converter/charset/'
14-
Stream Filters: '/9.0/connections/filters/'
15-
Inserting Records:
16-
CSV Writer: '/9.0/writer/'
17-
Tabular Data Buffer: '/9.0/writer/buffer/'
18-
Bundled Helpers: '/9.0/writer/helpers/'
1915
Selecting Records:
2016
Tabular Data Reader: '/9.0/reader/tabular-data-reader/'
2117
CSV Reader: '/9.0/reader/'
2218
Result Set: '/9.0/reader/resultset/'
2319
Constraint Builders: '/9.0/reader/statement/'
2420
Record Mapping: '/9.0/reader/record-mapping/'
21+
Inserting Records:
22+
CSV Writer: '/9.0/writer/'
23+
Tabular Data Buffer: '/9.0/writer/buffer/'
24+
Bundled Helpers: '/9.0/writer/helpers/'
2525
Interoperability:
2626
Overview : '/9.0/interoperability/'
2727
Handling Delimiter : '/9.0/interoperability/swap-delimiter/'
2828
Formula Injection : '/9.0/interoperability/escape-formula-injection/'
29-
Tabular Data Importer: '/9.0/interoperability/tabular-data-importer/'
3029
Document Encoding : '/9.0/interoperability/encoding/'
3130
RFC4180 Field : '/9.0/interoperability/rfc4180-field/'
3231
Force Enclosure : '/9.0/interoperability/enclose-field/'
3332
Converting Records:
3433
Overview: '/9.0/converter/'
34+
JSON Converter: '/9.0/converter/json/'
3535
XML Converter: '/9.0/converter/xml/'
3636
HTML Converter: '/9.0/converter/html/'
37-
JSON Converter: '/9.0/converter/json/'
3837
Extensions:
3938
Overview: '/9.0/extensions/'
4039
Doctrine: '/9.0/extensions/doctrine'

0 commit comments

Comments
 (0)