Skip to content

Commit

Permalink
Improve Buffer public API
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 26, 2025
1 parent f175cea commit a9e3c02
Show file tree
Hide file tree
Showing 13 changed files with 768 additions and 593 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All Notable changes to `Csv` will be documented in this file
- `TabularDataReader::selectAllExcept`
- `Statement::selectAllExcept`
- `ResultSet::from` and `ResultSet::tryFrom`
- `RdbmsResult` class to allow converting RDBMS result into `ResultSet`
- `RdbmsResult` class to ease importing RDBMS result into the package classes
- `TabularData` interface
- `Buffer` class
- `XMLConverter::supportsHeader`
Expand Down
282 changes: 183 additions & 99 deletions docs/9.0/writer/buffer.md

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions docs/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,31 @@ version:
Document Loading: '/9.0/connections/instantiation/'
Document Output: '/9.0/connections/output/'
Character Controls: '/9.0/connections/controls/'
Stream Filters: '/9.0/connections/filters/'
BOM Sequence: '/9.0/connections/bom/'
Charset Converter: '/9.0/converter/charset/'
Stream Filters: '/9.0/connections/filters/'
Inserting Records:
CSV Writer: '/9.0/writer/'
Tabular Data Buffer: '/9.0/writer/buffer/'
Bundled Helpers: '/9.0/writer/helpers/'
Selecting Records:
Tabular Data Reader: '/9.0/reader/tabular-data-reader/'
CSV Reader: '/9.0/reader/'
Result Set: '/9.0/reader/resultset/'
Constraint Builders: '/9.0/reader/statement/'
Record Mapping: '/9.0/reader/record-mapping/'
Inserting Records:
CSV Writer: '/9.0/writer/'
Tabular Data Buffer: '/9.0/writer/buffer/'
Bundled Helpers: '/9.0/writer/helpers/'
Interoperability:
Overview : '/9.0/interoperability/'
Handling Delimiter : '/9.0/interoperability/swap-delimiter/'
Formula Injection : '/9.0/interoperability/escape-formula-injection/'
Tabular Data Importer: '/9.0/interoperability/tabular-data-importer/'
Document Encoding : '/9.0/interoperability/encoding/'
RFC4180 Field : '/9.0/interoperability/rfc4180-field/'
Force Enclosure : '/9.0/interoperability/enclose-field/'
Converting Records:
Overview: '/9.0/converter/'
JSON Converter: '/9.0/converter/json/'
XML Converter: '/9.0/converter/xml/'
HTML Converter: '/9.0/converter/html/'
JSON Converter: '/9.0/converter/json/'
Extensions:
Overview: '/9.0/extensions/'
Doctrine: '/9.0/extensions/doctrine'
Expand Down
Loading

0 comments on commit a9e3c02

Please sign in to comment.