public class MySqlBlob extends DbPlatformType
If no deployment length is defined longblob is used.
CDIR, HSTORE, INET, JSON, JSONB, JSONBlob, JSONClob, JSONVarchar, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, UUID| Constructor and Description |
|---|
MySqlBlob() |
| Modifier and Type | Method and Description |
|---|---|
String |
renderType(int deployLength,
int deployScale)
Return the type for a specific property that incorporates the name, length,
precision and scale.
|
getDefaultLength, getDefaultScale, getName, parse, renderType, withLengthpublic MySqlBlob()
public String renderType(int deployLength, int deployScale)
DbPlatformTypeThe deployLength and deployScale are for the property we are rendering the DB type for.
renderType in class DbPlatformTypedeployLength - the length or precision defined by deployment on a specific
property.deployScale - the scale defined by deployment on a specific property.Copyright © 2019. All rights reserved.