Uses of Class
br.com.intersys.systextil.connection.DebugException
Packages that use DebugException
Package
Description
-
Uses of DebugException in br.com.intersys.systextil.connection
Subclasses of DebugException in br.com.intersys.systextil.connectionModifier and TypeClassDescriptionclass
É lançada quando a referência JNDI para uma conexão a banco não é encontrada.Methods in br.com.intersys.systextil.connection that throw DebugExceptionModifier and TypeMethodDescriptionvoid
AppConnection.closeAndThrow
(SQLException e) Fecha a conexão de maneira segura, e lança umaDebugException
que informa qual foi o erro, qual foi o comando SQL e quais foram os parâmetros que geraram a falha.int
AppConnection.executeUpdate()
Se ocorrer exceção, fecha aConnection
e lança aDebugException
correspondente.AppConnection.getColumns
(String table) -
Uses of DebugException in br.com.intersys.systextil.connection.querybuilder
Methods in br.com.intersys.systextil.connection.querybuilder that throw DebugExceptionModifier and TypeMethodDescriptionboolean
DeleteBuilder.execute
(AppConnection conn) boolean
InsertBuilder.execute
(AppConnection conn) Constroi o query e executa o SQLboolean
InsertUniqueBuilder.execute
(AppConnection conn) Constroi o query e executa o SQLboolean
QueryBuilder.execute
(AppConnection conn) Constroi o query e executa o SQLboolean
UpdateBuilder.execute
(AppConnection conn)