Interface Statement<T>

Type Parameters:
T - Type of the result
All Known Implementing Classes:
Batch, Insert, InsertWithKey, Select, Transaction, Update

public interface Statement<T>
Statement.

There is no thread-safety guarantee.

Since:
0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute it and returns a single or set of data(s).
  • Method Details

    • result

      T result() throws Exception
      Execute it and returns a single or set of data(s).
      Returns:
      A Result of a type
      Throws:
      Exception - If fails