Prado\Data\SqlMap\DataMapper\TSqlMapTypeHandler::getDbType PHP 메소드

getDbType() 공개 메소드

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