| 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.
|
renderType, withLengthpublic MySqlBlob()
public String renderType(int deployLength, int deployScale)
DbTypeThe deployLength and deployScale are for the property we are rendering the DB type for.
renderType in class DbTypedeployLength - the length or precision defined by deployment on a specific
property.deployScale - the scale defined by deployment on a specific property.Copyright © 2016. All rights reserved.