Package com.google.gerrit.server.schema
Class MysqlAccountPatchReviewStore
- java.lang.Object
-
- com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
-
- com.google.gerrit.server.schema.MysqlAccountPatchReviewStore
-
- All Implemented Interfaces:
LifecycleListener
,AccountPatchReviewStore
,EventListener
public class MysqlAccountPatchReviewStore 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)
protected void
doCreateTable(Statement stmt)
-
Methods inherited from class com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
clearReviewed, clearReviewed, createAccountPatchReviewStore, createTableIfNotExists, 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
-
doCreateTable
protected void doCreateTable(Statement stmt) throws SQLException
- Overrides:
doCreateTable
in classJdbcAccountPatchReviewStore
- Throws:
SQLException
-
-