Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.ColumnSpec

Packages that use ColumnSpec
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
 

Uses of ColumnSpec in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql declared as ColumnSpec
 ColumnSpec ColumnType.spec
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return ColumnSpec
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.
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type ColumnSpec
ColumnType(ColumnSpec spec)
           
ColumnType(ColumnSpec spec, int length)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.