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 classAbstractSqlExceptionHandlerHandler 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 SqlExceptionHandlerH2DataBase. 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 SqlExceptionHandlerPostgreSqlDataBase. 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 SqlExceptionHandlerSqlServerDataBase. 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 SqlExceptionHandlerSqlDataBase. getSqlExceptionHandler()
-