Package dev.gmitch215.bytebox.binding
Interface D1Database.D1ExecResult
- All Superinterfaces:
org.teavm.jso.JSObject
- Enclosing interface:
D1Database
public static interface D1Database.D1ExecResult
extends org.teavm.jso.JSObject
What
D1Database.exec(String) answers.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Returns how many statements ran.doubleReturns 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
-