Modifier and Type | Required Element and Description |
---|---|
String |
name |
String |
type |
Modifier and Type | Optional Element and Description |
---|---|
String |
collation |
String |
defaultValue |
boolean |
fixedLenght |
int |
maxLenght |
String |
mimeType |
boolean |
nullable |
int |
precision |
int |
scale |
String |
srid |
StoreGeneratedPattern |
storeGeneratedPattern |
boolean |
unicode |
public abstract String name
public abstract String type
public abstract boolean nullable
public abstract String defaultValue
public abstract int maxLenght
public abstract boolean fixedLenght
public abstract int precision
public abstract int scale
public abstract boolean unicode
public abstract String collation
public abstract String srid
public abstract String mimeType
public abstract StoreGeneratedPattern storeGeneratedPattern
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.