gSAFE  1.3.8
Public Member Functions | Protected Attributes | List of all members
HTimestamp Class Reference

#include <datalib.h>

Inheritance diagram for HTimestamp:
HDataField HSqlHandler HSqlInterface HBase

Public Member Functions

 HTimestamp (QString sqlc, QString ex, QString tit, QString def, bool c)
 
 HTimestamp (HTimestamp *t)
 
 ~HTimestamp (void)
 
virtual QVariant dbValueToDispValue (QVariant v)
 
void deepcopy_from (HTimestamp *x)
 
virtual HDataFieldget_clone (void)
 
virtual QString getSQLValue (void)
 
virtual QString getSQLValueAsString (void)
 
virtual QVariant getValue (void)
 
bool is_checkenabled (void)
 
bool is_sqlreaded (void)
 
void read_from_sql (void)
 
void set_donthavetocheck (void)
 
void set_havetocheck (void)
 
virtual int setDefval (QVariant v)
 
virtual int setValue (QVariant v, bool sdisabled=false)
 
virtual QString sqlCreateStringPart (QString switches="")
 
virtual QString sqlInsertHead (void)
 
virtual QString sqlInsertValue (void)
 
virtual QString sqlSelectHead (void)
 
virtual QString sqlUpdate (void)
 
- Public Member Functions inherited from HDataField
 HDataField (QString _sqlColumn, QString _explain, QString tit, QString _tailstr="", bool _editable=true)
 
 HDataField (HDataField *t)
 
 ~HDataField (void)
 
virtual bool acceptFunction (void)
 
virtual bool acceptSubselect (void)
 
void addMark (QString mark)
 
void addMark (QStringList pmarkers)
 
void addNotValidValue (QString v)
 
void addRole (HDataFieldRole role)
 
QStringList allMarker (void)
 
HDataFieldasColored (int r, int g, int b)
 
HDataFieldasConstant (void)
 
HDataFieldasHide (void)
 
void clearMarkers (void)
 
void clearNotValidValues (void)
 
void clearRoles (void)
 
void clearSqlSynced (void)
 
void deepcopy_from_hdatafield (HDataField *x)
 
QVariant defvalParser (QString s)
 
void delRole (QString name)
 
void doSet (void)
 
int editBoxMaxWidth (void)
 
int getBColor (void)
 
QString getDefaultValue (void)
 
virtual QVariant getDispValue ()
 
QString getExplainText (void)
 
QString getFunction (void)
 
int getGColor (void)
 
bool getLastValidateStatus ()
 
bool getPermanentValidateStatus ()
 
int getPrintCellWidth (void)
 
int getRColor (void)
 
QString getSpecDisplaySortMode (void)
 
QString getSubselect (void)
 
QString getTailText (void)
 
QString getTitleText (void)
 
bool hasMark (QString mark)
 
bool isEditable (void)
 
bool isGuienabled (void)
 
bool isLogged (void)
 
bool isMeldedWithNext (void)
 
bool isNoMiddleStretch (void)
 
bool isPrintCellWrap (void)
 
bool isReallyChanged (void)
 
bool isSet (void)
 
bool isShow (void)
 
bool isSQLField (void)
 
virtual QString lowerValidate (void)
 
void meldWithNext (void)
 
void noMiddleStretch (void)
 
void notSet (void)
 
void resetFunction (void)
 
void resetLogging (void)
 
void resetMeldWithNext (void)
 
void resetNoMiddleStretch (void)
 
void resetSubselect (void)
 
void resetValidateStatus ()
 
int returnToDefault (void)
 
void setColor (int r, int g, int b)
 
void setData (QString _sqlColumn, QString _explain, QString tit, QString _tailstr="", bool _editable=true)
 
void setEditable (void)
 
void setEditBoxMaxWidth (int max)
 
void setExplainText (QString expl)
 
void setFunction (QString func)
 
void setGuidisabled (void)
 
void setGuienabled (void)
 
void setHide (void)
 
void setLogging (void)
 
void setMaulallyValidateError (QString message)
 
void setNotValidValues (QStringList nvl)
 
void setPrintCellNoWrap (void)
 
void setPrintCellWidth (int w)
 
void setPrintCellWrap (void)
 
void setReadonly (void)
 
void setShow (void)
 
void setSpecDisplaySortMode (QString m)
 
void setSubselect (QString subs)
 
void setTailText (QString tail)
 
void setTitleText (QString titl)
 
void setValidator (QString v="")
 
void sqlSynced (HDataChangeLogger *dclog=NULL, bool forcechange=false, bool forcelog=false)
 
void useRole (QString name)
 
QString validate (void)
 
virtual void value_changed ()
 
- Public Member Functions inherited from HSqlHandler
 HSqlHandler (void)
 
 ~HSqlHandler (void)
 
QSqlQuery * allocateQSqlQuery (void)
 
void cloneSqlSettingsFrom (HSqlHandler *other)
 
void commit (void)
 
bool errorStatus (void)
 
void rollback (void)
 
bool submit0ResultQuery (QString q, QString err, bool tdisabled=false)
 
QVariant submit1ResultQuery (QString q, QString err, bool tdisabled=false)
 
HPlainDataMatrixsubmitNResultQuery (int N, QString q, QString err, bool tdisabled=false)
 
void transaction (void)
 
QSqlDatabase workDB (void)
 
- Public Member Functions inherited from HSqlInterface
 HSqlInterface ()
 
 ~HSqlInterface ()
 
void cloneSqlInterfaceSettingsFrom (HSqlInterface *other)
 
HSqlSingleInterfacemyInterface (void)
 
QString sqlConcatenateToLocal (QString string)
 
QString sqlConcatenateToLocal (QStringList fields)
 
- Public Member Functions inherited from HBase
 HBase (void)
 
 ~HBase (void)
 
QString getWhoami (void)
 

Protected Attributes

bool check
 
bool readed
 
QString value
 
- Protected Attributes inherited from HDataField
int color_b
 
int color_g
 
int color_r
 
QString defval
 
QString derived
 
bool editable
 
int editboxmaxwidth
 
QString explain
 
QString function
 
bool guienabled
 
bool lastvalidate_result
 
bool logged
 
QString manual_validate_error
 
QStringList markers
 
bool meldwithnext
 
bool nomiddlestretch
 
QStringList notvalid
 
bool permanentvalidate_result
 
QList< HDataFieldRoleroles
 
int set
 
bool show
 
QString spec_disp_sort
 
bool sql
 
QString sqlColumn
 
bool sync_valueInSql
 
QString tailstr
 
QString title
 
QString valid
 
QString valueInSql
 
bool wcell_print
 
int wcellw_print
 
- Protected Attributes inherited from HSqlHandler
bool query_error_occured
 
- Protected Attributes inherited from HBase
QString whoami
 

Additional Inherited Members

- Public Slots inherited from HDataField
void disableControlSlot (void)
 
void enableControlSlot (void)
 
- Signals inherited from HDataField
void dataChanged (void)
 
void disableControl (void)
 
void enableControl (void)
 
void updateStaticDisplayElementsSignal (void)
 
- Signals inherited from HSqlHandler
void errorSignal (QString err)
 
- Static Public Member Functions inherited from HSqlHandler
static void setCustomSqlDatabase (QString databaseName, QString sqlinterfacename="")
 
static void setDefaultSqlDatabase (void)
 
- Static Public Member Functions inherited from HSqlInterface
static HSqlSingleInterfacecurrentDefaultSqlInterface (void)
 
static HSqlSingleInterfacegetSqlInterface (QString interfacename)
 
static void setSqlMode (QString modename)
 
static void setSqlModeBackToFirst (void)
 
- Public Attributes inherited from HDataField
QString conn_sqlTable
 
bool connected
 
- Static Public Attributes inherited from HSqlHandler
static int trans = 0
 

Detailed Description

This is a field type class.
HTimestamp holds a timestamp value, which is a timestamp in the database too. The timestamp field is readonly from user side. (from gui)
It can be used in two mode. "controll" mode or "normal" mode.

If you set the timestamp to control mode, it is refreshed everytime when the record is writed (updated or inserted) In "control" mode the timestamp prevents the concurent writing of the record. Every time when somebody updates the record the gSAFE compares the queried value with the value readed on the update. If the timestamps have different value the update is rejected.

In normal mode the timestamp is only set on insert. Later you can't edit the value from gui, but with the api functions. This means that you can manipulate the value if you would like, but normally this kind of timestamp holds the create time of the record.

Gui appearance: Readonly text label,in a single line (QLabel)

Definition at line 3216 of file datalib.h.

Constructor & Destructor Documentation

HTimestamp::HTimestamp ( QString  sqlc,
QString  ex,
QString  tit,
QString  def,
bool  c 
)

Construnctor. Creates a HTimestamp

Parameters
sqlcthe sql name of the field
exthe explain text of the field
titthe title text of the field
defthe default text of the field
cif true the HTimestamp will be in controll mode, otherwise it will be in normal mode.

Definition at line 6944 of file datalib.cpp.

HTimestamp::~HTimestamp ( void  )

Destructor

Definition at line 6967 of file datalib.cpp.

HTimestamp::HTimestamp ( HTimestamp t)

Deepcopy constructor

Definition at line 6972 of file datalib.cpp.

Member Function Documentation

QVariant HTimestamp::dbValueToDispValue ( QVariant  v)
virtual

Converting function, you can give a HDataFiled(or descendant) value to this function, and you get the corresponding sql value of the given value.
This function usally redefined in descendats!
In simple typed fields this function do a trivial conversion for example a text field do "text"->"'text'" conversion. Other cases where the field is more complex (HSqlChoose for example) this conversion can be more complex.

In HSqlChoose can be:
"Joe Black" -> "id_0123"
"Little Richard" -> "id_03453"
"John Wayne" -> "id_0197"
etc...


In a HCharHash the result can be:
"Animal" -> "a"
"Plant" -> "p"
"Objects" -> "o"
etc...

Reimplemented from HDataField.

Definition at line 6999 of file datalib.cpp.

void HTimestamp::deepcopy_from ( HTimestamp x)

Deepcopy from the given parameter

Definition at line 6987 of file datalib.cpp.

HDataField * HTimestamp::get_clone ( void  )
virtual

Returns a clone of this field

Reimplemented from HDataField.

Definition at line 6994 of file datalib.cpp.

QString HTimestamp::getSQLValue ( void  )
virtual

Returns the value of the field in that format which accepted by the sql database.

Reimplemented from HDataField.

Definition at line 7027 of file datalib.cpp.

QString HTimestamp::getSQLValueAsString ( void  )
virtual

Returns string format of the field's value. Very similar to getSQLValue() but the result is always acceptable in an sql varchar field. (Mostly used by the logger system, when every kind of values are stored in varchar. The gsafe try to keep the value as close to the original sql database value as possible)

Reimplemented from HDataField.

Definition at line 7033 of file datalib.cpp.

QVariant HTimestamp::getValue ( void  )
virtual

Returns the value of the field.

Reimplemented from HDataField.

Definition at line 7022 of file datalib.cpp.

bool HTimestamp::is_checkenabled ( void  )
inline

Returns true if the HTimestamp is in control mode.

Definition at line 3259 of file datalib.h.

void HTimestamp::set_donthavetocheck ( void  )
inline

Sets HTimestamp to normal mode

Definition at line 3257 of file datalib.h.

void HTimestamp::set_havetocheck ( void  )
inline

Sets HTimestamp to control/check mode .

Definition at line 3255 of file datalib.h.

int HTimestamp::setDefval ( QVariant  v)
virtual

Sets the default value of the field.

Returns
0 if success.

Reimplemented from HDataField.

Definition at line 7015 of file datalib.cpp.

int HTimestamp::setValue ( QVariant  v,
bool  sdisabled = false 
)
virtual

Sets the value of the field.

Parameters
sdisabledif this parameter is true the dataChanged() signal is disabled
Returns
0 if success.

Reimplemented from HDataField.

Definition at line 7005 of file datalib.cpp.

QString HTimestamp::sqlCreateStringPart ( QString  switches = "")
virtual

Returns the part of the CREATE TABLE sql command which creates this field

Reimplemented from HDataField.

Definition at line 7060 of file datalib.cpp.

QString HTimestamp::sqlInsertHead ( void  )
virtual

Returns the sql name of the field (in insert) This function can be redefined in descendats!

Reimplemented from HDataField.

Definition at line 7039 of file datalib.cpp.

QString HTimestamp::sqlInsertValue ( void  )
virtual

Returns the sql value of the field (in insert) This function can be redefined in descendats!

Reimplemented from HDataField.

Definition at line 7044 of file datalib.cpp.

QString HTimestamp::sqlSelectHead ( void  )
virtual

Returns the sql name of the field (in select) This function can be redefined in descendats!

Reimplemented from HDataField.

Definition at line 7055 of file datalib.cpp.

QString HTimestamp::sqlUpdate ( void  )
virtual

Returns the sql update part of the field ( name='VALUE' ) This function can be redefined in descendats!

Reimplemented from HDataField.

Definition at line 7049 of file datalib.cpp.


The documentation for this class was generated from the following files: