OpenDNSSEC-enforcer  1.4.6
Functions
dq_string.c File Reference
#include <stdio.h>
#include "ksm/ksm.h"
#include "ksm/database_statement.h"
#include "ksm/string_util.h"
#include "ksm/string_util2.h"
Include dependency graph for dq_string.c:

Go to the source code of this file.

Functions

char * DqsInit (const char *table)
 
char * DqsCountInit (const char *table)
 
char * DqsSpecifyInit (const char *table, const char *fields)
 
void DqsConditionInt (char **query, const char *field, DQS_COMPARISON compare, int value, int index)
 
void DqsConditionString (char **query, const char *field, DQS_COMPARISON compare, const char *value, int index)
 
void DqsConditionKeyword (char **query, const char *field, DQS_COMPARISON compare, const char *value, int index)
 
void DqsOrderBy (char **query, const char *field)
 
void DqsEnd (char **query)
 
void DqsFree (char *query)
 

Function Documentation

void DqsConditionInt ( char **  query,
const char *  field,
DQS_COMPARISON  compare,
int  value,
int  index 
)
void DqsConditionKeyword ( char **  query,
const char *  field,
DQS_COMPARISON  compare,
const char *  value,
int  index 
)
void DqsConditionString ( char **  query,
const char *  field,
DQS_COMPARISON  compare,
const char *  value,
int  index 
)
char* DqsCountInit ( const char *  table)
void DqsEnd ( char **  query)
void DqsFree ( char *  query)
char* DqsInit ( const char *  table)

Definition at line 61 of file dq_string.c.

References StrAppend(), and StrStrdup().

void DqsOrderBy ( char **  query,
const char *  field 
)
char* DqsSpecifyInit ( const char *  table,
const char *  fields 
)