Package com.google.gerrit.server.schema
Class PostgresqlAccountPatchReviewStore
- java.lang.Object
-
- com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
-
- com.google.gerrit.server.schema.PostgresqlAccountPatchReviewStore
-
- All Implemented Interfaces:
LifecycleListener
,AccountPatchReviewStore
,EventListener
public class PostgresqlAccountPatchReviewStore extends JdbcAccountPatchReviewStore
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
JdbcAccountPatchReviewStore.Module
-
Nested classes/interfaces inherited from interface com.google.gerrit.server.change.AccountPatchReviewStore
AccountPatchReviewStore.PatchSetWithReviewedFiles
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwtorm.server.OrmException
convertError(String op, SQLException err)
-
Methods inherited from class com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
clearReviewed, clearReviewed, createAccountPatchReviewStore, createTableIfNotExists, doCreateTable, dropTableIfExists, findReviewed, getConnection, getSQLStateInt, markReviewed, markReviewed, start, stop
-
-
-
-
Method Detail
-
convertError
public com.google.gwtorm.server.OrmException convertError(String op, SQLException err)
- Overrides:
convertError
in classJdbcAccountPatchReviewStore
-
-