com.businessobjects.connectionserver.datasources.ddk.opendriver
Interface TableSet


public interface TableSet

This interface allows custom drivers to populate table meta data information.

Author:
Business Objects
See Also:
OpenDriver.fetch(int, TableSet)

Method Summary
 void addItem(java.lang.String qualifier, java.lang.String owner, java.lang.String name, java.lang.String type, java.lang.String description)
          Adds a new item to the TableSet.
 

Method Detail

addItem

void addItem(java.lang.String qualifier,
             java.lang.String owner,
             java.lang.String name,
             java.lang.String type,
             java.lang.String description)

Adds a new item to the TableSet.

Parameters:
qualifier - The qualifier of the table, or null if no qualifier.
owner - The owner of the table, or null if no owner.
name - The name of the table, or null if no name.
type - The kind of the table, either TABLE or VIEW string.
description - A comment regarding the table, or null if no comment required.