Uses of Interface
com.spotfire.ws.im.ds.sql.JDBCContext

Packages that use JDBCContext
com.spotfire.ws.im.ds.sql Package containing the Information Services JDBC API which allows customization for specific drivers. 
 

Uses of JDBCContext in com.spotfire.ws.im.ds.sql
 

Methods in com.spotfire.ws.im.ds.sql that return JDBCContext
 JDBCContext SQLRuntime.getContext()
          Returns the JDBC context.
 JDBCContext SQLFilter.getContext()
          Returns the JDBCContext.
 JDBCContext BasicSQLRuntime.getContext()
           
 JDBCContext BasicSQLFilter.getContext()
           
 JDBCContext BasicJDBCMetadataProvider.getContext()
          Returns the JDBCContext.
 

Methods in com.spotfire.ws.im.ds.sql with parameters of type JDBCContext
 void SQLRuntime.setContext(JDBCContext c)
          Sets the JDBC context.
 void SQLFilter.setContext(JDBCContext context)
          Sets the JDBCContext.
 void JDBCMetadataProvider.setContext(JDBCContext c)
          Sets the JDBCContext.
 void BasicSQLRuntime.setContext(JDBCContext s)
           
 void BasicSQLFilter.setContext(JDBCContext c)
           
 void BasicJDBCMetadataProvider.setContext(JDBCContext context)
           
 



Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.