PreparedStatement Prepared/Aliased SQL statement
| 78 | type ( |
| 79 | // PreparedStatement Prepared/Aliased SQL statement |
| 80 | PreparedStatement struct { |
| 81 | Alias string |
| 82 | Statement SqlStatement |
| 83 | } |
| 84 | // SqlSelect SQL Select statement |
| 85 | SqlSelect struct { |
| 86 | Db string // If provided a use "dbname" |
nothing calls this directly
no outgoing calls
no test coverage detected