#include "TSQLStructure.h"
#include "Riostream.h"
#include "TMap.h"
#include "TClass.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TObjString.h"
#include "TClonesArray.h"
#include "TSQLFile.h"
#include "TSQLClassInfo.h"
#include "TSQLObjectData.h"
#include "TBufferSQL2.h"
#include "TSQLStatement.h"
#include "TSQLServer.h"
#include "TDataType.h"
Go to the source code of this file.
Namespaces | |
namespace | sqlio |
Classes | |
class | TSqlCmdsBuffer |
class | TSqlRegistry |
class | TSqlRawBuffer |
Defines | |
#define | FLong64 "%lld" |
#define | FULong64 "%llu" |
Functions | |
Long64_t | sqlio::atol64 (const char *value) |
ClassImp (TSQLColumnData) TSQLColumnData | |
ClassImp (TSQLTableData) | |
ClassImp (TSQLStructure) | |
Variables | |
const Int_t | sqlio::Ids_NullPtr = 0 |
const Int_t | sqlio::Ids_RootDir = 0 |
const Int_t | sqlio::Ids_TSQLFile = 0 |
const Int_t | sqlio::Ids_StreamerInfos = 1 |
const Int_t | sqlio::Ids_FirstKey = 10 |
const Int_t | sqlio::Ids_FirstObject = 1 |
const char * | sqlio::ObjectRef = "ObjectRef" |
const char * | sqlio::ObjectRef_Arr = "ObjectRefArr" |
const char * | sqlio::ObjectPtr = "ObjectPtr" |
const char * | sqlio::ObjectInst = "ObjectInst" |
const char * | sqlio::Version = "Version" |
const char * | sqlio::TObjectUniqueId = "UniqueId" |
const char * | sqlio::TObjectBits = "Bits" |
const char * | sqlio::TObjectProcessId = "ProcessId" |
const char * | sqlio::TStringValue = "StringValue" |
const char * | sqlio::IndexSepar = ".." |
const char * | sqlio::RawSuffix = ":rawdata" |
const char * | sqlio::ParentSuffix = ":parent" |
const char * | sqlio::ObjectSuffix = ":object" |
const char * | sqlio::PointerSuffix = ":pointer" |
const char * | sqlio::StrSuffix = ":str" |
const char * | sqlio::LongStrPrefix = "#~#" |
const char * | sqlio::Array = "Array" |
const char * | sqlio::Bool = "Bool_t" |
const char * | sqlio::Char = "Char_t" |
const char * | sqlio::Short = "Short_t" |
const char * | sqlio::Int = "Int_t" |
const char * | sqlio::Long = "Long_t" |
const char * | sqlio::Long64 = "Long64_t" |
const char * | sqlio::Float = "Float_t" |
const char * | sqlio::Double = "Double_t" |
const char * | sqlio::UChar = "UChar_t" |
const char * | sqlio::UShort = "UShort_t" |
const char * | sqlio::UInt = "UInt_t" |
const char * | sqlio::ULong = "ULong_t" |
const char * | sqlio::ULong64 = "ULong64_t" |
const char * | sqlio::CharStar = "CharStar" |
const char * | sqlio::True = "1" |
const char * | sqlio::False = "0" |
const char * | sqlio::KeysTable = "KeysTable" |
const char * | sqlio::KeysTableIndex = "KeysTableIndex" |
const char * | sqlio::ObjectsTable = "ObjectsTable" |
const char * | sqlio::ObjectsTableIndex = "ObjectsTableIndex" |
const char * | sqlio::IdsTable = "IdsTable" |
const char * | sqlio::IdsTableIndex = "IdsTableIndex" |
const char * | sqlio::StringsTable = "StringsTable" |
const char * | sqlio::ConfigTable = "Configurations" |
const char * | sqlio::KT_Name = "Name" |
const char * | sqlio::KT_Title = "Title" |
const char * | sqlio::KT_Datetime = "Datime" |
const char * | sqlio::KT_Cycle = "Cycle" |
const char * | sqlio::KT_Class = "Class" |
const char * | sqlio::DT_Create = "CreateDatime" |
const char * | sqlio::DT_Modified = "ModifiedDatime" |
const char * | sqlio::DT_UUID = "UUID" |
const char * | sqlio::OT_Class = "Class" |
const char * | sqlio::OT_Version = "Version" |
const char * | sqlio::IT_TableID = "TableId" |
const char * | sqlio::IT_SubID = "SubId" |
const char * | sqlio::IT_Type = "Type" |
const char * | sqlio::IT_FullName = "FullName" |
const char * | sqlio::IT_SQLName = "SQLName" |
const char * | sqlio::IT_Info = "Info" |
const char * | sqlio::BT_Field = "Field" |
const char * | sqlio::BT_Value = "Value" |
const char * | sqlio::ST_Value = "LongStringValue" |
const char * | sqlio::CT_Field = "Field" |
const char * | sqlio::CT_Value = "Value" |
const char * | sqlio::cfg_Version = "SQL_IO_version" |
const char * | sqlio::cfg_UseSufixes = "UseNameSuffix" |
const char * | sqlio::cfg_ArrayLimit = "ArraySizeLimit" |
const char * | sqlio::cfg_TablesType = "TablesType" |
const char * | sqlio::cfg_UseTransactions = "UseTransactions" |
const char * | sqlio::cfg_UseIndexes = "UseIndexes" |
const char * | sqlio::cfg_LockingMode = "LockingMode" |
const char * | sqlio::cfg_ModifyCounter = "ModifyCounter" |
#define FLong64 "%lld" |
Definition at line 147 of file TSQLStructure.cxx.
#define FULong64 "%llu" |
Definition at line 148 of file TSQLStructure.cxx.
ClassImp | ( | TSQLStructure | ) |
ClassImp | ( | TSQLTableData | ) |
ClassImp | ( | TSQLColumnData | ) |
Definition at line 160 of file TSQLStructure.cxx.