Nuxeo Enterprise Platform 5.4

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. 
 

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

Methods in org.nuxeo.ecm.core.storage.sql that return ColumnType
static ColumnType ColumnType.fromFieldType(Type coreType)
           
static ColumnType ColumnType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnType[] ColumnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type ColumnType
 java.util.Map<java.lang.String,ColumnType> Model.getFragmentKeysType(java.lang.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(java.lang.String name, ColumnType type, java.lang.String key, Model model)
           
 Column TableAlias.addColumn(java.lang.String name, ColumnType type, java.lang.String key, Model model)
           
 Column Table.addColumn(java.lang.String name, ColumnType type, java.lang.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, java.lang.String physicalName, ColumnType type, java.lang.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
 java.lang.String DialectPostgreSQL.getFreeVariableSetterForType(ColumnType type)
           
 java.lang.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 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.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.