Uses of Interface
org.h2.tools.SimpleRowSource
-
Packages that use SimpleRowSource Package Description org.h2.tools Various tools. -
-
Uses of SimpleRowSource in org.h2.tools
Classes in org.h2.tools that implement SimpleRowSource Modifier and Type Class Description class
Csv
A facility to read from and write to CSV (comma separated values) files.Fields in org.h2.tools declared as SimpleRowSource Modifier and Type Field Description private SimpleRowSource
SimpleResultSet. source
Constructors in org.h2.tools with parameters of type SimpleRowSource Constructor Description SimpleResultSet(SimpleRowSource source)
This constructor is used if the result set should retrieve the rows using the specified row source object.
-