menu
odbc_fast package
documentation
infrastructure/native/native_odbc_connection.dart
NativeOdbcConnection
closeStatement method
closeStatement method
dark_mode
light_mode
closeStatement
method
bool
closeStatement
(
int
stmtId
)
inherited
Implementation
bool closeStatement(int stmtId) => _native.closeStatement(stmtId);
odbc_fast package
documentation
infrastructure/native/native_odbc_connection
NativeOdbcConnection
closeStatement method
NativeOdbcConnection class