menu
odbc_fast package
documentation
domain/entities/statement_options.dart
StatementOptions
StatementOptions.new const constructor
StatementOptions.new const constructor
dark_mode
light_mode
StatementOptions
constructor
const
StatementOptions
(
{
Duration
?
timeout
,
int
?
fetchSize
,
int
?
maxBufferSize
,
})
Implementation
const StatementOptions({ this.timeout, this.fetchSize, this.maxBufferSize, });
odbc_fast package
documentation
domain/entities/statement_options
StatementOptions
StatementOptions.new const constructor
StatementOptions class