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.JdbcAccountPatchReviewStoreJdbcAccountPatchReviewStore.Module
 - 
Nested classes/interfaces inherited from interface com.google.gerrit.server.change.AccountPatchReviewStoreAccountPatchReviewStore.PatchSetWithReviewedFiles
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwtorm.server.OrmExceptionconvertError(String op, SQLException err)- 
Methods inherited from class com.google.gerrit.server.schema.JdbcAccountPatchReviewStoreclearReviewed, clearReviewed, createAccountPatchReviewStore, createTableIfNotExists, doCreateTable, dropTableIfExists, findReviewed, getConnection, getSQLStateInt, markReviewed, markReviewed, start, stop
 
- 
 
- 
- 
- 
Method Detail- 
convertErrorpublic com.google.gwtorm.server.OrmException convertError(String op, SQLException err) - Overrides:
- convertErrorin class- JdbcAccountPatchReviewStore
 
 
- 
 
-