Uses of Interface
io.vertigo.database.sql.vendor.SqlExceptionHandler
-
-
Uses of SqlExceptionHandler in io.vertigo.database.impl.sql.vendor.core
Classes in io.vertigo.database.impl.sql.vendor.core that implement SqlExceptionHandler Modifier and Type Class Description class
AbstractSqlExceptionHandler
Handler abstrait des exceptions SQL qui peuvent survenir dans un service. -
Uses of SqlExceptionHandler in io.vertigo.database.impl.sql.vendor.h2
Methods in io.vertigo.database.impl.sql.vendor.h2 that return SqlExceptionHandler Modifier and Type Method Description SqlExceptionHandler
H2DataBase. getSqlExceptionHandler()
-
Uses of SqlExceptionHandler in io.vertigo.database.impl.sql.vendor.postgresql
Methods in io.vertigo.database.impl.sql.vendor.postgresql that return SqlExceptionHandler Modifier and Type Method Description SqlExceptionHandler
PostgreSqlDataBase. getSqlExceptionHandler()
-
Uses of SqlExceptionHandler in io.vertigo.database.impl.sql.vendor.sqlserver
Methods in io.vertigo.database.impl.sql.vendor.sqlserver that return SqlExceptionHandler Modifier and Type Method Description SqlExceptionHandler
SqlServerDataBase. getSqlExceptionHandler()
-
Uses of SqlExceptionHandler in io.vertigo.database.sql.vendor
Methods in io.vertigo.database.sql.vendor that return SqlExceptionHandler Modifier and Type Method Description SqlExceptionHandler
SqlDataBase. getSqlExceptionHandler()
-