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 classSqlVendorMappingthis 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 SqlMappingSqlVendorMapping. createWithBooleanAsBit()static SqlMappingSqlVendorMapping. 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 SqlMappingH2DataBase. 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 SqlMappingPostgreSqlDataBase. 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 SqlMappingSqlServerDataBase. 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 SqlMappingSqlDataBase. getSqlMapping()
-