Uses of Class
io.ebean.config.dbplatform.DbPlatformType
Packages that use DbPlatformType
-
Uses of DbPlatformType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DbPlatformTypeModifier and TypeMethodDescriptionDbType.createPlatformType()Create a platform type without scale or precision.DbPlatformTypeMapping.get(int jdbcType) Return the type for a given jdbc type.Return the type for a given jdbc type.Lookup the platform specific DbType given the standard sql type name.static DbPlatformTypeParse a type definition into a DbPlatformType.DbPlatformType.withLength(int defaultLength) Create a copy of the type with a new default length.Methods in io.ebean.config.dbplatform with parameters of type DbPlatformTypeModifier and TypeMethodDescriptionvoidDbPlatformTypeMapping.put(DbType type, DbPlatformType platformType) Override the type for a given JDBC type.Constructors in io.ebean.config.dbplatform with parameters of type DbPlatformTypeModifierConstructorDescriptionDbPlatformType(String name, int defaultPrecision, int maxLength, DbPlatformType fallback) Construct with a given default length, a max length limit and a fallback type, that is used if maxLength is exceeded.DbPlatformType(String name, int maxLength, DbPlatformType fallback) Construct without length, but with a max length limit and a fallback type, that is used if maxLength is exceeded.