Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ColumnType
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc.db Internal API to deal with the database by generating SQL statements. 
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
org.nuxeo.ecm.directory.sql   
 

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

Fields in org.nuxeo.ecm.core.storage.sql declared as ColumnType
static ColumnType ColumnType.AUTOINC
           
static ColumnType ColumnType.BLOBID
           
static ColumnType ColumnType.BOOLEAN
           
static ColumnType ColumnType.CLOB
           
static ColumnType ColumnType.CLUSTERFRAGS
           
static ColumnType ColumnType.CLUSTERNODE
           
static ColumnType ColumnType.DOUBLE
           
static ColumnType ColumnType.FTINDEXED
           
static ColumnType ColumnType.FTSTORED
           
static ColumnType ColumnType.INTEGER
           
static ColumnType ColumnType.LONG
           
static ColumnType ColumnType.NODEARRAY
           
static ColumnType ColumnType.NODEID
           
static ColumnType ColumnType.NODEIDFK
           
static ColumnType ColumnType.NODEIDFKMUL
           
static ColumnType ColumnType.NODEIDFKNP
           
static ColumnType ColumnType.NODEIDFKNULL
           
static ColumnType ColumnType.NODEIDPK
           
static ColumnType ColumnType.NODEVAL
           
static ColumnType ColumnType.STRING
           
static ColumnType ColumnType.SYSNAME
           
static ColumnType ColumnType.SYSNAMEARRAY
           
static ColumnType ColumnType.TIMESTAMP
           
static ColumnType ColumnType.TINYINT
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return ColumnType
static ColumnType ColumnType.fromField(Field field)
          Gets the column type from a Nuxeo Schema field, including its constrained length if any.
static ColumnType ColumnType.fromFieldType(Type type)
          Gets the column type from a Nuxeo Schema field type (unconstrained).
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type ColumnType
 Map<String,ColumnType> Model.getFragmentKeysType(String fragmentName)
           
 

Uses of ColumnType in org.nuxeo.ecm.core.storage.sql.jdbc.db
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.db that return ColumnType
 ColumnType Column.getType()
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type ColumnType
 Column TableImpl.addColumn(String name, ColumnType type, String key, Model model)
           
 Column TableAlias.addColumn(String name, ColumnType type, String key, Model model)
           
 Column Table.addColumn(String name, ColumnType type, String key, Model model)
          Adds a Column to the table.
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type ColumnType
Column(Table table, String physicalName, ColumnType type, String key)
          Creates a new column with the given name and type.
 

Uses of ColumnType in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type ColumnType
 String DialectPostgreSQL.getFreeVariableSetterForType(ColumnType type)
           
 String Dialect.getFreeVariableSetterForType(ColumnType type)
          Gets the JDBC expression setting a free value for this column type.
 Dialect.JDBCInfo DialectSQLServer.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectPostgreSQL.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectOracle.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectMySQL.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectHSQLDB.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectH2.getJDBCTypeAndString(ColumnType type)
           
 Dialect.JDBCInfo DialectDerby.getJDBCTypeAndString(ColumnType type)
           
abstract  Dialect.JDBCInfo Dialect.getJDBCTypeAndString(ColumnType type)
          Gets the JDBC type and string from Nuxeo's type abstraction.
 

Uses of ColumnType in org.nuxeo.ecm.directory.sql
 

Methods in org.nuxeo.ecm.directory.sql with parameters of type ColumnType
static Column SQLHelper.addColumn(Table table, String fieldName, ColumnType type, boolean nativeCase)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.