Uses of Interface
org.h2.tools.SimpleRowSource
Packages that use SimpleRowSource
-
Uses of SimpleRowSource in org.h2.tools
Classes in org.h2.tools that implement SimpleRowSourceModifier and TypeClassDescriptionclassA facility to read from and write to CSV (comma separated values) files.Fields in org.h2.tools declared as SimpleRowSourceConstructors in org.h2.tools with parameters of type SimpleRowSourceModifierConstructorDescriptionSimpleResultSet(SimpleRowSource source) This constructor is used if the result set should retrieve the rows using the specified row source object.