Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Field and Description |
---|---|
ColumnSpec |
ColumnType.spec |
Modifier and Type | Method and Description |
---|---|
static ColumnSpec |
ColumnSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSpec[] |
ColumnSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColumnType(ColumnSpec spec) |
ColumnType(ColumnSpec spec,
int length) |
ColumnType(ColumnSpec spec,
int length,
boolean array) |
Copyright © 2015 Nuxeo SA. All rights reserved.