Package org.postgresql.pljava.example
Class MetaDataTest
java.lang.Object
org.postgresql.pljava.example.MetaDataTest
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetaDataTest
- Throws:
SQLException
-
-
Method Details
-
callMetaDataMethod
- Throws:
SQLException
-
close
-