gSAFE
1.3.8
|
#include <datalib.h>
Public Attributes | |
bool | hsqli_appendsqlerrormsg |
QString | hsqli_booleantypename |
int | hsqli_charhash_varcharlength |
QString | hsqli_currentModeName |
QString | hsqli_datetypename |
QString | hsqli_falsevalue |
QString | hsqli_floattypename |
int | hsqli_hackconvert_stdsqlconcatenation_to_local |
bool | hsqli_hasdatetype |
bool | hsqli_hastimestamptype |
QString | hsqli_hkeyconstraint |
bool | hsqli_hkeytype_varchar_int |
bool | hsqli_largetext_sizemustdefine |
int | hsqli_largetext_varcharlength |
bool | hsqli_need_create_sequence_before |
QString | hsqli_numbertypename |
QString | hsqli_sequence_creation_string |
int | hsqli_smalltext_varcharlength |
bool | hsqli_sqlchooseconstraint |
QString | hsqli_timestampnowvalue |
QString | hsqli_timestamptypename |
QString | hsqli_truevalue |
bool | hsqli_usequerysize |
int | hsqli_varcharhkeylength |
This class holds information about a single sql database system. Don't instance it directly. You have to redefine this class if you would like to write a new sql interface.
bool HSqlSingleInterface::hsqli_appendsqlerrormsg |
QString HSqlSingleInterface::hsqli_booleantypename |
int HSqlSingleInterface::hsqli_charhash_varcharlength |
QString HSqlSingleInterface::hsqli_currentModeName |
QString HSqlSingleInterface::hsqli_datetypename |
QString HSqlSingleInterface::hsqli_falsevalue |
QString HSqlSingleInterface::hsqli_floattypename |
int HSqlSingleInterface::hsqli_hackconvert_stdsqlconcatenation_to_local |
How the string concatenation looks like in this interface. This attribute is conrols how the standard way concatenated strings passed to the sql database.
bool HSqlSingleInterface::hsqli_hasdatetype |
bool HSqlSingleInterface::hsqli_hastimestamptype |
QString HSqlSingleInterface::hsqli_hkeyconstraint |
bool HSqlSingleInterface::hsqli_hkeytype_varchar_int |
bool HSqlSingleInterface::hsqli_largetext_sizemustdefine |
int HSqlSingleInterface::hsqli_largetext_varcharlength |
bool HSqlSingleInterface::hsqli_need_create_sequence_before |
QString HSqlSingleInterface::hsqli_numbertypename |
QString HSqlSingleInterface::hsqli_sequence_creation_string |
int HSqlSingleInterface::hsqli_smalltext_varcharlength |
bool HSqlSingleInterface::hsqli_sqlchooseconstraint |
QString HSqlSingleInterface::hsqli_timestampnowvalue |
QString HSqlSingleInterface::hsqli_timestamptypename |
QString HSqlSingleInterface::hsqli_truevalue |
bool HSqlSingleInterface::hsqli_usequerysize |
int HSqlSingleInterface::hsqli_varcharhkeylength |