{
createTestCase();
try
{
final XQueriesSupplier suppQueries = (XQueriesSupplier)UnoRuntime.queryInterface(
XQueriesSupplier.class, m_database.defaultConnection());
final XNameAccess queries = suppQueries.getQueries();
final String[] queryNames = new String[] { "parseable", "parseable native", "unparseable" };
final String[][] expectedColumnNames = new String[][] {
new String[] { "ID", "Name", "Address", "City", "Postal","Comment" },
new String[] { "TABLE_CATALOG", "TABLE_SCHEMA", "TABLE_NAME", "VIEW_DEFINITION", "CHECK_OPTION", "IS_UPDATABLE", "VALID" },