Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory.sql
Class SQLHelper

java.lang.Object
  extended by org.nuxeo.ecm.directory.sql.SQLHelper

public class SQLHelper
extends java.lang.Object

Author:
George Lefter, Florent Guillaume

Field Summary
static java.lang.String SQL_NULL_MARKER
           
 
Constructor Summary
SQLHelper(java.sql.Connection connection, Dialect dialect, Table table, java.lang.String dataFileName, java.lang.String policy)
           
 
Method Summary
 boolean hasMatchingColumns()
           
 boolean setupTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQL_NULL_MARKER

public static final java.lang.String SQL_NULL_MARKER
See Also:
Constant Field Values
Constructor Detail

SQLHelper

public SQLHelper(java.sql.Connection connection,
                 Dialect dialect,
                 Table table,
                 java.lang.String dataFileName,
                 java.lang.String policy)
Method Detail

setupTable

public boolean setupTable()
                   throws DirectoryException
Throws:
DirectoryException

hasMatchingColumns

public boolean hasMatchingColumns()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.