()
| 1892 | return w.String() |
| 1893 | } |
| 1894 | func (m *SqlUpdate) SqlSelect() *SqlSelect { return sqlSelectFromWhere(m.Table, m.Where) } |
| 1895 | |
| 1896 | func sqlSelectFromWhere(from string, where *SqlWhere) *SqlSelect { |
| 1897 | req := NewSqlSelect() |
nothing calls this directly
no test coverage detected