Dialect returns the dialect of current database
()
| 175 | DropIndex(table string, columnNames ...string) errors.Error |
| 176 | // Dialect returns the dialect of current database |
| 177 | Dialect() string |
| 178 | // Session creates a new manual session for special scenarios |
| 179 | Session(config SessionConfig) Dal |
| 180 | // Begin create a new transaction |
no outgoing calls
no test coverage detected