executePrepared method
Implementation
Uint8List? executePrepared(
int stmtId,
List<ParamValue>? params,
int timeoutOverrideMs,
int fetchSize, {
int? maxBufferBytes,
}) =>
_native.executeTyped(
stmtId,
params,
timeoutOverrideMs,
fetchSize,
maxBufferBytes,
);