(table string)
| 90 | SelectBySql(query string, value ...interface{}) *SelectBuilder |
| 91 | |
| 92 | InsertInto(table string) *InsertBuilder |
| 93 | InsertBySql(query string, value ...interface{}) *InsertBuilder |
| 94 | |
| 95 | Update(table string) *UpdateBuilder |
no outgoing calls