Method |
Description |
|
connect ( ) : boolean |
Makes a database connection. |
|
getColumnLength ( integer $num ) : integer |
Returns the length of the $num column. |
|
getColumnName ( integer $num ) : string |
Returns the name of the $num column. |
|
getColumnType ( integer $num ) : string |
Returns the type of the $num column. |
|
getFakeType ( string $columnType ) : string |
Gets the Fakerino columnType. |
|
getTotalColumns ( ) : integer |
Gets the number of column in the table. |
|
insert ( DbRowEntity $row ) : boolean |
Inserts row in $tableName. |
|
isColumnAutoincrement ( integer $num ) : boolean |
Returns true if the column is autoincrement. |
|
setTable ( string $tableName ) |
Sets the connection with the $tableName. |
|