Class MetaDataTest

java.lang.Object
org.postgresql.pljava.example.MetaDataTest

public class MetaDataTest extends Object
Provides a callMetaData function taking a string that supplies the name of, and arguments to, any ResultSet-returning DatabaseMetaData method, and returns a single-column varchar result, the first row a header, then one for each ResultSet row, semicolons delimiting the original columns.
Author:
Filip Hrbek