catalogTables method
Uint8List?
catalogTables(
- int connectionId, {
- String catalog = '',
- String schema = '',
- int? initialBufferBytes,
- int? maxBufferBytes,
inherited
Implementation
Uint8List? catalogTables(
int connectionId, {
String catalog = '',
String schema = '',
int? initialBufferBytes,
int? maxBufferBytes,
}) =>
_native.catalogTables(
connectionId,
catalog: catalog,
schema: schema,
initialBufferBytes: initialBufferBytes,
maxBufferBytes: maxBufferBytes,
);