Skip to content

Files

dataset

Dataset

Getting started

File What's Illustrated
JavaBasic.java How to create a DataSet, examine it and perform basic operations. Start here.
JavaBean.java A DataSet is more convenient to use if you define a JavaBean for the element type.

Advanced

File What's Illustrated
JavaComplexType.java Creating a Dataset with various forms of complex schema (nesting, arrays, maps), based on JavaBean classes