(database string)
| 550 | } |
| 551 | |
| 552 | func (s *Session) changeDatabase(database string) { |
| 553 | s.config.Database = database |
| 554 | } |
| 555 | |
| 556 | func (s *Session) ExecuteQueryStatement(sql string, timeoutMs *int64) (*SessionDataSet, error) { |
| 557 | request := rpc.TSExecuteStatementReq{ |
no outgoing calls
no test coverage detected