jetbrains.buildServer.serverSide
Interface SQLRunner.SQLAction<T>

Enclosing interface:
SQLRunner

public static interface SQLRunner.SQLAction<T>

Simple sql action with result.


Method Summary
 T run(java.sql.Connection connection)
           
 

Method Detail

run

T run(java.sql.Connection connection)
      throws java.sql.SQLException
Parameters:
connection - sql connection object.
Returns:
execution result of generic type.
Throws:
java.sql.SQLException - sql exception.