Prado\Data\SqlMap\DataMapper\TSqlMapTypeHandler::getDbType PHP Method

getDbType() public method

public getDbType ( ) : string
return string database field type.
    public function getDbType()
    {
        return $this->_dbType;
    }