pub trait DatabaseMetadata {
// Required method
fn metadata(&self) -> DatabaseMetadataValue;
}
Expand description
Includes a method to return a DatabaseMetadataValue
type, which can be used to dynamically
retrieve information about the database.
Required Methods§
Sourcefn metadata(&self) -> DatabaseMetadataValue
fn metadata(&self) -> DatabaseMetadataValue
Returns a metadata type, DatabaseMetadataValue
for the database.