| Index: client/dom/generated/src/frog/SQLStatementCallback.dart
|
| diff --git a/client/dom/generated/src/frog/SQLStatementCallback.dart b/client/dom/generated/src/frog/SQLStatementCallback.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b5b542815732796fd167cb97e5bc98f5e82d77b5
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SQLStatementCallback.dart
|
| @@ -0,0 +1,9 @@
|
| +
|
| +class SQLStatementCallback native "SQLStatementCallback" {
|
| +
|
| + bool handleEvent(SQLTransaction transaction, SQLResultSet resultSet) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|