Regular Expressions
Real World Example (2)
Candidate Methods List (2)
From webxTopNewsTable.C
=======================
void webxTopNewsTable::getAllUrlsAndLabels (
RWBoolean excludeEnterpriseSpecific,
RWTPtrSlist& siteList )
void webxTopNewsTable::getAllUrlsAndLabels (
RWBoolean excludeEnterpriseSpecific,
RWTPtrSlist& siteList )
void webxTopNewsTable::getMaxTopicId ( long& id )
void webxTopNewsTable::getDefaultSelection (
long& selection, RWCString& url )
void webxTopNewsTable::storeTopNewsSelections ( )
fakedestructor::~fakedestructor ( )
fakeconstructor::fakeconstructor( )
void webxTopNewsTable::storeTopNewsSelectionsAdmin ( )
void webxTopNewsTable::storeNewEntry (
const char* label, const char* url, const char* owner )
From webxConfigurationTable.C
=============================
void webxConfigurationTable::initializeList()
From webxPqLabelsTable.C
========================
void webxPqLabelsTable::storeNewEntry ( const char* label )
void webxPqLabelsTable::updateEntry ( long id, const char* newLabel )
void webxPqLabelsTable::updateEntry (
const char* oldLabel, const char* newLabel )
void webxPqLabelsTable::deleteEntry ( const char* label )
void webxPqLabelsTable::_getLabels ( RWBoolean isEnterpriseSpecific,
RWTPtrSlist& labelList )
From webxDBSqlRecordSet.C
==========================
void webxDBSqlRecordSet::populate(RWDBMemTable& mt)
webxDBSqlRecordSet::webxDBSqlRecordSet(webx * Webx,RWDBMemTable& mt)
From webxOptionsTable.C
=======================
void webxOptionsTable::getInformation ( )
void webxOptionsTable::storeOption ( const char* type,
const char* value )
webxOptionsTable::storeAllOptions ( RWTValOrderedVector&
types, RWTValOrderedVector& values )
void webxOptionsTable::deleteOption ( const char* type )
From webxDBSqlBuilder.C
=======================
RWBoolean webxDBSqlBuilder::DBexecute()
RWBoolean webxDBSqlBuilder::DBexecuteThreadSafe()
From webxDBCustomizeInterface.C
==============================
void webxDBCustomizeInterface::getORACLEdataRWDBtools()
RWBoolean webxDBCustomizeInterface::setRWDBtools()
RWBoolean webxDBCustomizeInterface::removeOCI()
RWBoolean webxDBCustomizeInterface::removeRWDBtools()
RWBoolean webxDBCustomizeInterface::storeMigrateCookieRWDBtools(
RWTValOrderedVector &archiveSourceList )
Back to Syllabus
Previous: Real World Example (1)
Next: Real World Example (3)