Uses of Interface
io.vertigo.database.sql.vendor.SqlMapping
-
-
Uses of SqlMapping in io.vertigo.database.impl.sql.vendor.core
Classes in io.vertigo.database.impl.sql.vendor.core that implement SqlMapping Modifier and Type Class Description class
SqlVendorMapping
this class implements the default mapping to a sql database Its behavior is defined by construction : - createWithBooleanAsBit - createWithBooleanAsBooleanMethods in io.vertigo.database.impl.sql.vendor.core that return SqlMapping Modifier and Type Method Description static SqlMapping
SqlVendorMapping. createWithBooleanAsBit()
static SqlMapping
SqlVendorMapping. createWithBooleanAsBoolean()
-
Uses of SqlMapping in io.vertigo.database.impl.sql.vendor.h2
Methods in io.vertigo.database.impl.sql.vendor.h2 that return SqlMapping Modifier and Type Method Description SqlMapping
H2DataBase. getSqlMapping()
-
Uses of SqlMapping in io.vertigo.database.impl.sql.vendor.postgresql
Methods in io.vertigo.database.impl.sql.vendor.postgresql that return SqlMapping Modifier and Type Method Description SqlMapping
PostgreSqlDataBase. getSqlMapping()
-
Uses of SqlMapping in io.vertigo.database.impl.sql.vendor.sqlserver
Methods in io.vertigo.database.impl.sql.vendor.sqlserver that return SqlMapping Modifier and Type Method Description SqlMapping
SqlServerDataBase. getSqlMapping()
-
Uses of SqlMapping in io.vertigo.database.sql.vendor
Methods in io.vertigo.database.sql.vendor that return SqlMapping Modifier and Type Method Description SqlMapping
SqlDataBase. getSqlMapping()
-