Open create a connection (not thread safe) to this source.
(source string)
| 42 | Close() error |
| 43 | // Open create a connection (not thread safe) to this source. |
| 44 | Open(source string) (Conn, error) |
| 45 | // Tables is a list of table names provided by this source. |
| 46 | Tables() []string |
| 47 | // Table get table schema for given table name. |
no outgoing calls