MssqlIoWeb class
Web implementation of MSSQL IO plugin
Note: Web platform cannot use FFI, so it requires a backend API server to proxy SQL Server requests. This is a security-conscious design that prevents exposing database credentials in web applications.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
configure(
{required String apiBaseUrl, String? authToken}) → void - Configure the API endpoint for SQL Server proxy
-
executeQuery(
String query, {List< SqlParameter> ? parameters}) → Future<QueryResult> - Execute a query via the backend API
-
executeWrite(
String query, {List< SqlParameter> ? parameters}) → Future<int> - Execute a write operation via the backend API
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
) → MssqlIoWeb -
registerWith(
Registrar registrar) → void