Classes | |
struct | IndexAndType |
Functions | |
const char * | GetTypeMappingAtIndex (int i) |
void | GetTypeMappingIndices (const char *format, DataStructures::List< IndexAndType > &indices) |
void | ExtractArguments (va_list argptr, const DataStructures::List< IndexAndType > &indices, char ***argumentBinary, int **argumentLengths) |
void | FreeArguments (const DataStructures::List< IndexAndType > &indices, char **argumentBinary, int *argumentLengths) |
void VariadicSQLParser::ExtractArguments | ( | va_list | argptr, | |
const DataStructures::List< IndexAndType > & | indices, | |||
char *** | argumentBinary, | |||
int ** | argumentLengths | |||
) |
void VariadicSQLParser::FreeArguments | ( | const DataStructures::List< IndexAndType > & | indices, | |
char ** | argumentBinary, | |||
int * | argumentLengths | |||
) |
const char * VariadicSQLParser::GetTypeMappingAtIndex | ( | int | i | ) |
Definition at line 31 of file VariadicSQLParser.cpp.
void VariadicSQLParser::GetTypeMappingIndices | ( | const char * | format, | |
DataStructures::List< IndexAndType > & | indices | |||
) |