Qore SqlUtil Module Reference
1.5.2
|
Variables | |
const | SqlUtil::JOP_INNER = "inner" |
for standard inner joins More... | |
const | SqlUtil::JOP_LEFT = "left" |
for left outer joins More... | |
const | SqlUtil::JOP_RIGHT = "right" |
for right outer joins More... | |
const | SqlUtil::JopMap |
a hash of valid join operators | |
These are the operators that can be used in the join argument in a select option hash
const SqlUtil::JOP_INNER = "inner" |
for standard inner joins
const SqlUtil::JOP_LEFT = "left" |
for left outer joins
const SqlUtil::JOP_RIGHT = "right" |
for right outer joins