|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The relational object finder supports the search for relational schema objects.
Method Summary | |
List |
findTable(Catalog catalog,
String schemaPattern,
String tableNamePattern)
Returns the list of available tables (using the default table type pattern of the resource adapter) in the connected system. |
List |
findTable(Catalog catalog,
String schemaPattern,
String tableNamePattern,
com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type)
Returns the list of available tables in the connected system. |
List |
findTable(Schema schema,
String tableNamePattern)
Returns the list of available tables (using the default table type pattern of the resource adapter) in the connected system. |
List |
findTable(Schema schema,
String tableNamePattern,
com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type)
Returns the list of available tables in the connected system. |
List |
findTable(String catalog,
String schemaPattern,
String tableNamePattern)
Returns the list of available tables (using the default table type pattern of the resource adapter) in the connected system. |
List |
findTable(String catalog,
String schemaPattern,
String tableNamePattern,
com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type)
Returns the list of available tables in the connected system. |
Method Detail |
public List findTable(String catalog, String schemaPattern, String tableNamePattern, com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).catalog
- the catalog name (null
matches all catalogs)schemaPattern
- the pattern specifying the schema(s) in which to search
for the tables (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findtype
- the allowed types of the tables to find (null
matches all types)BIResourceException
- public List findTable(String catalog, String schemaPattern, String tableNamePattern) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).catalog
- the catalog name (null
matches all catalogs)schemaPattern
- the pattern specifying the schema(s) in which to search
for the tables (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findBIResourceException
- public List findTable(Catalog catalog, String schemaPattern, String tableNamePattern, com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).catalog
- the catalog (null
matches all catalogs)schemaPattern
- the pattern specifying the schema(s) in which to search
for the tables (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findtype
- the allowed types of the tables to find (null
matches all types)BIResourceException
- public List findTable(Catalog catalog, String schemaPattern, String tableNamePattern) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).catalog
- the catalog (null
matches all catalogs)schemaPattern
- the pattern specifying the schema(s) in which to search
for the tables (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findBIResourceException
- public List findTable(Schema schema, String tableNamePattern, com.sap.ip.bi.sdk.dac.connector.relational.schema.TableType[] type) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).schema
- the schema (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findtype
- the allowed types of the tables to findBIResourceException
- public List findTable(Schema schema, String tableNamePattern) throws BIResourceException
%
"
(match any substring of 0 or more characters) and "_
"
(match any one character).schema
- the schema (null
matches all schemas)tableNamePattern
- the pattern specifying the table names of the tables
to findBIResourceException
-
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |