Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/TSQLDatabaseMetaData.h>
#include <RDBC/TSQLResultSet.h>
#include <RDBC/TSQLConnection.h>
#include <RDBC/configure.h>
#include "MySQLConnectionPrivate.h"
Go to the source code of this file.
Functions | |
ClassImpQ (TSQLDatabaseMetaData) UChar_t gAllowedChars[] | |
Variables | |
const Int_t | gNameLength = NAME_LEN |
const Int_t | gMaxDatabaseNameLength = HOSTNAME_LENGTH |
const Int_t | gMaxTableNameLength = NAME_LEN |
const Int_t | gMaxColumnNameLength = NAME_LEN |
const Int_t | gMaxUserNameLength = USERNAME_LENGTH |
const Int_t | gMaxAliasNameLength = 64 |
const Int_t | gMaxIndexLength = 256 |
const Int_t | gMaxLiteralLength = 0 |
MySQLResultSetPrivate * | gResult = 0 |
ClassImpQ | ( | TSQLDatabaseMetaData | ) |
Definition at line 405 of file TSQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 405 of file TSQLDatabaseMetaData.cxx
const Int_t gMaxAliasNameLength = 64 |
Definition at line 430 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 430 of file MySQLDatabaseMetaData.cxx
const Int_t gMaxColumnNameLength = NAME_LEN |
Definition at line 428 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 428 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxColumnNameLength().
const Int_t gMaxDatabaseNameLength = HOSTNAME_LENGTH |
Definition at line 426 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 426 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxCatalogNameLength().
const Int_t gMaxIndexLength = 256 |
Definition at line 431 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 431 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxIndexLength().
const Int_t gMaxLiteralLength = 0 |
Definition at line 432 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 432 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxBinaryLiteralLength(), and TSQLDatabaseMetaData::GetMaxCharLiteralLength().
const Int_t gMaxTableNameLength = NAME_LEN |
Definition at line 427 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 427 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxTableNameLength().
const Int_t gMaxUserNameLength = USERNAME_LENGTH |
Definition at line 429 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 429 of file MySQLDatabaseMetaData.cxx
const Int_t gNameLength = NAME_LEN |
Definition at line 425 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 425 of file MySQLDatabaseMetaData.cxx
Referenced by TSQLDatabaseMetaData::GetMaxUserNameLength().
MySQLResultSetPrivate* gResult = 0 |
Definition at line 434 of file MySQLDatabaseMetaData.cxx.
View newest version in sPHENIX GitHub at line 434 of file MySQLDatabaseMetaData.cxx