org.sonar.core.persistence
Class DatabaseUtils

java.lang.Object
  extended by org.sonar.core.persistence.DatabaseUtils

public final class DatabaseUtils
extends Object

Since:
2.13

Field Summary
static int MAX_IN_ELEMENTS
          Oracle: number of elements in IN statements is limited.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_IN_ELEMENTS

public static final int MAX_IN_ELEMENTS
Oracle: number of elements in IN statements is limited.

See Also:
Constant Field Values


Copyright © 2009-2012 SonarSource. All Rights Reserved.