ch.qos.logback.core.db.dialect
Class HSQLDBDialect

java.lang.Object
  extended by ch.qos.logback.core.db.dialect.HSQLDBDialect
All Implemented Interfaces:
SQLDialect

public class HSQLDBDialect
extends Object
implements SQLDialect

The HSQLDB dialect.

Author:
Ceki Gülcü

Field Summary
static String SELECT_CURRVAL
           
 
Constructor Summary
HSQLDBDialect()
           
 
Method Summary
 String getSelectInsertId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_CURRVAL

public static final String SELECT_CURRVAL
See Also:
Constant Field Values
Constructor Detail

HSQLDBDialect

public HSQLDBDialect()
Method Detail

getSelectInsertId

public String getSelectInsertId()
Specified by:
getSelectInsertId in interface SQLDialect


Copyright © 2005-2013 QOS.ch. All Rights Reserved.