@Test public void testIndexInfo() throws Exception { TestMMDatabaseMetaData.compareResultSet( dbMetadata.getIndexInfo(VDB, null, "%", true, true)); // $NON-NLS-1$ //$NON-NLS-2$ }
@Test public void testUDTs() throws Exception { TestMMDatabaseMetaData.compareResultSet( dbMetadata.getUDTs(VDB, null, "%", null)); // $NON-NLS-1$ //$NON-NLS-2$ }
@Test public void testSchemas() throws Exception { TestMMDatabaseMetaData.compareResultSet(dbMetadata.getSchemas()); // $NON-NLS-1$ }
@Test public void testProcedureColumns() throws Exception { TestMMDatabaseMetaData.compareResultSet( dbMetadata.getProcedureColumns( VDB, null, "%", "%")); // $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ }
@Test public void testCrossReference() throws Exception { TestMMDatabaseMetaData.compareResultSet( dbMetadata.getCrossReference( VDB, null, "%", VDB, null, "%")); // $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ }