From 1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 20 Feb 2019 05:43:35 +0000 Subject: Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1295 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/changes/changes.xml') diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c7a37e0..ca5133f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,11 @@ Add ColumnFormatter utility which can apply Column "Format" property for display of column values. + + Add Database.newTableMetaDataIterable() which enables iterating + through table names without loading the entire collection into memory + at once. + -- cgit v1.2.3