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 TypeMethodDescriptionvoidAppConnection.closeAndThrow(SQLException e) Fecha a conexão de maneira segura, e lança umaDebugExceptionque informa qual foi o erro, qual foi o comando SQL e quais foram os parâmetros que geraram a falha.intAppConnection.executeUpdate()Se ocorrer exceção, fecha aConnectione lança aDebugExceptioncorrespondente.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 TypeMethodDescriptionbooleanDeleteBuilder.execute(AppConnection conn) booleanInsertBuilder.execute(AppConnection conn) Constroi o query e executa o SQLbooleanInsertUniqueBuilder.execute(AppConnection conn) Constroi o query e executa o SQLbooleanQueryBuilder.execute(AppConnection conn) Constroi o query e executa o SQLbooleanUpdateBuilder.execute(AppConnection conn)