org.sonar.persistence
Class DdlUtils

java.lang.Object
  extended by org.sonar.persistence.DdlUtils

public final class DdlUtils
extends Object

Util class to create Sonar database tables

Since:
2.12

Method Summary
static void createSchema(Connection connection, String dialect)
          The connection is commited in this method but not closed.
static boolean supportsDialect(String dialect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

supportsDialect

public static boolean supportsDialect(String dialect)

createSchema

public static void createSchema(Connection connection,
                                String dialect)
The connection is commited in this method but not closed.



Copyright © 2009-2011 SonarSource. All Rights Reserved.