ch.qos.logback.core.db.dialect
Class OracleDialect
java.lang.Object
ch.qos.logback.core.db.dialect.OracleDialect
- All Implemented Interfaces:
- SQLDialect
public class OracleDialect
- extends Object
- implements SQLDialect
The Oracle dialect. Tested successfully on Oracle9i Release 9.2.0.3.0 by
James Stauffer.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECT_CURRVAL
public static final String SELECT_CURRVAL
- See Also:
- Constant Field Values
OracleDialect
public OracleDialect()
getSelectInsertId
public String getSelectInsertId()
- Specified by:
getSelectInsertId
in interface SQLDialect
Copyright © 2005-2013 QOS.ch. All Rights Reserved.