Uses of Class
org.teiid.jdbc.TeiidSQLException
-
Packages that use TeiidSQLException Package Description org.teiid.client org.teiid.jdbc -
-
Uses of TeiidSQLException in org.teiid.client
Methods in org.teiid.client that throw TeiidSQLException Modifier and Type Method Description void
ResultsMessage. processResults()
-
Uses of TeiidSQLException in org.teiid.jdbc
Subclasses of TeiidSQLException in org.teiid.jdbc Modifier and Type Class Description class
AsynchPositioningException
Methods in org.teiid.jdbc that return TeiidSQLException Modifier and Type Method Description static TeiidSQLException
TeiidSQLException. create(Throwable exception)
static TeiidSQLException
TeiidSQLException. create(Throwable exception, String message)
Methods in org.teiid.jdbc that throw TeiidSQLException Modifier and Type Method Description protected 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
ConnectionProfile. connect(String url, 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.void
PreparedStatementImpl. submitExecute(String sql, StatementCallback callback, RequestOptions options)
-