Home
last modified time | relevance | path

Searched refs:noSchemaTable (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java272 ResultSet noSchemaTable = meta.getColumns("", "", in test_getColumnsTableWithNoCatalogSchema() local
274 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() local
290 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() local
305 assertNotNull(noSchemaTable); in test_getColumnsTableWithNoCatalogSchema()
[all …]