Interface D1Database.D1ExecResult

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing interface:
D1Database

public static interface D1Database.D1ExecResult extends org.teavm.jso.JSObject
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns how many statements ran.
    double
    Returns how long they took, in milliseconds.

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getCount

      int getCount()
      Returns how many statements ran.
      Returns:
      how many statements ran
    • getDuration

      double getDuration()
      Returns how long they took, in milliseconds.
      Returns:
      how long they took, in milliseconds