Class SQLExecutionGuard
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.SQLExecutionGuard
-
public class SQLExecutionGuard extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SQL_BLOCKED
static String
SQL_EXECUTION_BLOCK_CHECK_INTERVAL
-
Constructor Summary
Constructors Constructor Description SQLExecutionGuard()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeExecute(Connection connection)
static int
getNumBlocked()
-
-
-
Field Detail
-
SQL_EXECUTION_BLOCK_CHECK_INTERVAL
public static final String SQL_EXECUTION_BLOCK_CHECK_INTERVAL
- See Also:
- Constant Field Values
-
SQL_BLOCKED
public static final String SQL_BLOCKED
- See Also:
- Constant Field Values
-
-
Method Detail
-
beforeExecute
public void beforeExecute(@NotNull Connection connection)
-
getNumBlocked
public static int getNumBlocked()
-
-