Uses of Class
io.ebean.config.dbplatform.DbPlatformType
-
Packages that use DbPlatformType Package Description io.ebean.config.dbplatform Database platform specific supportio.ebean.config.dbplatform.mysql MySql 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. -
Uses of DbPlatformType in io.ebean.config.dbplatform.mysql
Subclasses of DbPlatformType in io.ebean.config.dbplatform.mysql Modifier and Type Class Description classMySqlBlobSupport for blob, mediumblob or longblob selection based on the deployment length.classMySqlClobSupport for text, mediumtext or longtext selection based on the deployment length.
-