Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.directory.sql.repository.Table

Packages that use Table
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.directory.sql.repository   
 

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

Methods in org.nuxeo.ecm.directory.sql that return Table
 Table TableReference.getTable()
           
 Table SQLDirectory.getTable()
           
 

Constructors in org.nuxeo.ecm.directory.sql with parameters of type Table
SimpleIdGenerator(java.sql.Connection sqlConnection, Table table, Dialect dialect, java.lang.String idColumn)
           
SQLHelper(java.sql.Connection connection, Dialect dialect, Table table, java.lang.String dataFileName, java.lang.String policy)
           
 

Uses of Table in org.nuxeo.ecm.directory.sql.repository
 

Methods in org.nuxeo.ecm.directory.sql.repository with parameters of type Table
 void Update.setTable(Table table)
           
 void Insert.setTable(Table table)
           
 void Delete.setTable(Table table)
           
 

Constructors in org.nuxeo.ecm.directory.sql.repository with parameters of type Table
Insert(Dialect dialect, Table table, java.util.List<Column> columns)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.