spec_get_info {DBItest}R Documentation

spec_driver_get_info

Description

spec_driver_get_info

spec_connection_get_info

spec_meta_get_info_result

Value

For objects of class DBIDriver, dbGetInfo() returns a named list that contains at least the following components:

For objects of class DBIConnection, dbGetInfo() returns a named list that contains at least the following components:

For objects of class DBIResult, dbGetInfo() returns a named list that contains at least the following components:

See Also

Other driver specifications: spec_driver_connect, spec_driver_constructor, spec_driver_data_type

Other connection specifications: spec_connection_disconnect

Other meta specifications: spec_meta_bind, spec_meta_column_info, spec_meta_get_row_count, spec_meta_get_rows_affected, spec_meta_get_statement, spec_meta_has_completed, spec_meta_is_valid


[Package DBItest version 1.8.1 Index]