16 ScopedObject sqlexception(scope, engine->newObject());
21 sqlexception->defineReadonlyProperty(QStringLiteral(
"QUOTA_ERR"), Value::fromInt32(
SQLEXCEPTION_QUOTA_ERR));
25 engine->globalObject->defineDefaultProperty(QStringLiteral(
"SQLException"), sqlexception);