Package org.apache.log4j.db.dialect
Class PostgreSQLDialect
- java.lang.Object
-
- org.apache.log4j.db.dialect.PostgreSQLDialect
-
- All Implemented Interfaces:
SQLDialect
public class PostgreSQLDialect extends Object implements SQLDialect
- Author:
- ceki
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
-
Field Summary
Fields Modifier and Type Field Description static String
SELECT_CURRVAL
-
Constructor Summary
Constructors Constructor Description PostgreSQLDialect()
-
-
-
Field Detail
-
SELECT_CURRVAL
public static final String SELECT_CURRVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSelectInsertId
public String getSelectInsertId()
- Specified by:
getSelectInsertId
in interfaceSQLDialect
-
-