void
createDBColumn
( &$field, $debug)
generates a colDesc
array
generateColDesc
(string $colName, string $colType, [string $table = __OCSP_NO_DBFIELD__], [string $size = '0'], [boolean $debug = FALSE])
-
string
$colName
-
string
$colType
-
string
$table
-
string
$size
-
boolean
$debug
Redefined in descendants as:
void
generateField
(array $colDesc, [boolean $debug = FALSE])
-
array
$colDesc
-
boolean
$debug
Redefined in descendants as:
this constructure returns an object of the subclass able to deal with the database type of $aDBObj
void
newSubClass
(
&$aDBObj, [
boolean $debug =
FALSE],
OCSP_DB $aDBObj)
-
OCSP_DB
$aDBObj
-
boolean
$debug
-
&$aDBObj