Uses of Class
io.ebean.config.dbplatform.DbPlatformType
-
Packages that use DbPlatformType Package Description io.ebean.config.dbplatform Database platform specific support -
-
Uses of DbPlatformType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DbPlatformType Modifier and Type Method Description DbPlatformTypeDbType. createPlatformType()Create a platform type without scale or precision.DbPlatformTypeDbPlatformTypeMapping. get(int jdbcType)Return the type for a given jdbc type.DbPlatformTypeDbPlatformTypeMapping. get(DbType dbType)Return the type for a given jdbc type.DbPlatformTypeDbPlatformTypeMapping. lookup(String name, boolean withScale)Lookup the platform specific DbType given the standard sql type name.static DbPlatformTypeDbPlatformType. parse(String columnDefinition)Parse a type definition into a DbPlatformType.DbPlatformTypeDbPlatformType. withLength(int defaultLength)Create a copy of the type with a new default length.Methods in io.ebean.config.dbplatform with parameters of type DbPlatformType Modifier and Type Method Description voidDbPlatformTypeMapping. put(DbType type, DbPlatformType platformType)Override the type for a given JDBC type.
-