Package jetbrains.buildServer.serverSide
Interface SQLRunner.NoResultSQLAction
-
- Enclosing interface:
- SQLRunner
@Deprecated public static interface SQLRunner.NoResultSQLAction
Deprecated.since 9.0: useSQLRunner.runSql(SQLRunner.NoResultSQLAction)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidrun(Connection connection)Deprecated.Executes action with connection.
-
-
-
Method Detail
-
run
void run(Connection connection) throws SQLException
Deprecated.Executes action with connection.- Parameters:
connection- sql connection object.- Throws:
SQLException- sql exception.
-
-