Searched refs:noSchemaTable (Results 1 – 1 of 1) sorted by relevance
272 ResultSet noSchemaTable = meta.getColumns("", "", in test_getColumnsTableWithNoCatalogSchema() local274 assertNotNull(noSchemaTable); in test_getColumnsTableWithNoCatalogSchema()275 noSchemaTable.last(); in test_getColumnsTableWithNoCatalogSchema()276 int size = noSchemaTable.getRow(); in test_getColumnsTableWithNoCatalogSchema()288 ResultSet noSchemaTable = meta.getColumns("", "", in test_getColumnsTableWithNoCatalogSchema() local290 assertNotNull(noSchemaTable); in test_getColumnsTableWithNoCatalogSchema()291 noSchemaTable.last(); in test_getColumnsTableWithNoCatalogSchema()292 int size = noSchemaTable.getRow(); in test_getColumnsTableWithNoCatalogSchema()304 ResultSet noSchemaTable = meta.getColumns("", "", "%", "%"); in test_getColumnsTableWithNoCatalogSchema() local305 assertNotNull(noSchemaTable); in test_getColumnsTableWithNoCatalogSchema()[all …]