|
addWildCardIfNeeded(aString,
wildcard="%")
If aString does not have any wildcard, add one at the begining and
one at the end |
source code
|
|
|
|
|
|
|
getProg(availables,
given,
default)
Checks if 'given' graphviz program is in the 'availables' list Raises
an exception if program is not available or return the prog (default
if given is 'auto' |
source code
|
|
|
itemLength(item)
Compute length of a result set item |
source code
|
|
|
generateWhere(keyword,
filterClause)
Generate where clause from pysql syntax to filter Oracle object Pysql
syntax : pattern1 or (pattern2 and pattern3). |
source code
|
|
|
|
|
|
|
warn(message)
Just print a formated warning message on screen if PYSQL_WARNING env
var is set (whatever value) |
source code
|
|
|
printStackTrace()
Print stack trace with debug information |
source code
|
|
|
|
|
|
|
|
|
|