ROSE  0.11.54.0
Functions
stringify::SqlDatabase Namespace Reference

Description

Stringification.

Functions

const char * Driver (int64_t)
 Convert SqlDatabase::Driver enum constant to a string. More...
 
std::string Driver (int64_t, const std::string &strip)
 Convert SqlDatabase::Driver enum constant to a string. More...
 
const std::vector< int64_t > & Driver ()
 Return all SqlDatabase::Driver member values as a vector. More...
 

Function Documentation

const char* stringify::SqlDatabase::Driver ( int64_t  )

Convert SqlDatabase::Driver enum constant to a string.

std::string stringify::SqlDatabase::Driver ( int64_t  ,
const std::string &  strip 
)

Convert SqlDatabase::Driver enum constant to a string.

const std::vector<int64_t>& stringify::SqlDatabase::Driver ( )

Return all SqlDatabase::Driver member values as a vector.