com.bea.ld.metadata
Interface Function.RelationalBinding

All Superinterfaces:
Function.DataSourceBinding, java.io.Serializable
Enclosing interface:
Function

public static interface Function.RelationalBinding
extends Function.DataSourceBinding


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.ld.metadata.Function.DataSourceBinding
Function.DataSourceBinding.Kind
 
Method Summary
 java.lang.String getCatalog()
           
 java.lang.String getPackage()
           
 java.lang.String getSchema()
           
 java.lang.String getSchemaObject()
           
 
Methods inherited from interface com.bea.ld.metadata.Function.DataSourceBinding
getKind
 

Method Detail

getCatalog

java.lang.String getCatalog()
Returns:
The name of the relational catalog, if applicable. May be null.

getSchema

java.lang.String getSchema()
Returns:
The name of the relational schema, if applicable. May be null.

getPackage

java.lang.String getPackage()
Returns:
The name of the relational package, if applicable. May be null.

getSchemaObject

java.lang.String getSchemaObject()
Returns:
The name of the relational schema object (i.e. table, view, procedure, or function).

null for SQL_QUERY bindings. Otherwise, non-null.



Copyright © 2007 BEA Systems Inc. All Rights Reserved.