#include <HxCorbaDatabase.idl>
Public Methods | |
StringSeq | listVideos () |
StringSeq | listSegmentations (in string videoName) |
VxSegmentation | getSegmentation (in string videoName, in string segName) |
void | addSegmentation (in VxSegmentation seg, in string videoName, in string segName, in string description) raises (DatabaseException) |
VxSegmentationBuilder | buildSegmentation (in string videoName, in string segName) raises (DatabaseException) |
VxSegmentSeq | querySegments (in string sqlQuery) raises (DatabaseException) |
VxSegmentSeq | querySegmentations (in string videoName, in SegmentationCondition segCond, in OverlappingCondSeq overlappings) raises (DatabaseException) |
VxJoinedSegmentsSeq | queryIntersections (in string videoName, in SegmentationConditionSeq conds) raises (DatabaseException) |
string | queryXML (in string sqlQuery) raises (DatabaseException) |
void | close () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|