Uses of Class
org.teiid.jdbc.TeiidSQLException

Packages that use TeiidSQLException
org.teiid.jdbc   
 

Uses of TeiidSQLException in org.teiid.jdbc
 

Methods in org.teiid.jdbc that return TeiidSQLException
static TeiidSQLException TeiidSQLException.create(java.lang.Throwable exception)
           
static TeiidSQLException TeiidSQLException.create(java.lang.Throwable exception, java.lang.String message)
           
 

Methods in org.teiid.jdbc that throw TeiidSQLException
protected  java.lang.String TeiidDataSource.buildServerURL()
           
protected  JDBCURL TeiidDataSource.buildURL()
           
protected  void StatementImpl.checkStatement()
           This utility method checks if the jdbc statement is closed and throws an exception if it is closed.
 ConnectionImpl EmbeddedProfile.connect(java.lang.String url, java.util.Properties info)
          This method tries to make a connection to the given URL.
 ConnectionImpl ConnectionProfile.connect(java.lang.String url, java.util.Properties info)
          This method tries to make a connection to the given URL.
protected  void StatementImpl.copyPropertiesToRequest(RequestMessage res)
          Helper method for copy the connection properties to request message.
 



Copyright © 2011. All Rights Reserved.