Package org.h2.samples
Class Newsfeed
- java.lang.Object
-
- org.h2.samples.Newsfeed
-
public class Newsfeed extends java.lang.ObjectThe newsfeed application uses XML functions to create an RSS and Atom feed from a simple SQL script. A textual representation of the data is created as well.
-
-
Constructor Summary
Constructors Constructor Description Newsfeed()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)This method is called when executing this sample application from the command line.
-