Public Method Details |
pxdb_basis |
public void pxdb_basis()
|
|
|
Returns |
void |
|
load |
public void load(string $table)
|
|
Uses the set_*() methods of the current class to load values for every column of table -- if that value is in the $_imported array.
|
Parameter |
|
string |
$table |
|
|
The table for which to load values. |
|
Returns |
void |
|
&fetch_datatype |
public object the &fetch_datatype( $reset)
|
|
|
Parameter |
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_datatype object. |
|
&fetch_relationship |
public object the &fetch_relationship( $reset)
|
|
|
Parameter |
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_relationship object. |
|
&fetch_dbfield |
public object the &fetch_dbfield( $reset)
|
|
|
Parameter |
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_dbfield object. |
|
&fetch_typesfield |
public object the &fetch_typesfield(object we $dt, $reset)
|
|
|
Parameter |
|
object we |
$dt |
|
|
are working with. |
|
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_typesfield object. |
|
&fetch_view |
public object the &fetch_view(object we $dt, $reset)
|
|
|
Parameter |
|
object we |
$dt |
|
|
are working with. |
|
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_typesfield object. |
|
&fetch_viewfield |
public object the &fetch_viewfield(object we $v, $reset)
|
|
|
Parameter |
|
object we |
$v |
|
|
are working with. |
|
|
|
$reset |
|
|
Warning: documentation is missing. |
|
Returns |
object the instantiated pxdb_typesfield object. |
|
arr_dbfields |
public array arr_dbfields([ string $mask ])
|
|
|
Parameter |
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
Returns |
array dbfields . |
|
arr_datatypes |
public void arr_datatypes([ string $mask, string $constraint_sql, string $orderby ])
|
|
|
Parameter |
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
|
string |
$orderby |
= >>'weight'<< |
|
by fields(s), defaults to weight |
|
Returns |
void |
|
arr_parent_datatypes |
public void arr_parent_datatypes(integer $dt, [ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
|
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
void |
|
arr_child_datatypes |
public void arr_child_datatypes(integer $dt, [ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
|
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
void |
|
arr_relationships |
public array arr_relationships([ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
array relid and description of relationships. |
|
arr_typesfields |
public array arr_typesfields(integer $dt, [ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
integer |
$dt |
|
|
Datatype to fetch typesfields for. |
|
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
array relid and description of relationships. |
|
arr_views |
public void arr_views(integer $dt, [ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
integer |
$dt |
|
|
The datatype for which to fetch views. |
|
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
void |
|
arr_viewfields |
public void arr_viewfields(integer $v, [ string $mask, string $constraint_sql ])
|
|
|
Parameter |
|
integer |
$v |
|
|
The datatype for which to fetch views. |
|
|
string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
Returns |
void |
|