Documentation
¶
Index ¶
- func CreateCsvFromXlsx(xlsxFileName string) (*os.File, error)
- func GetMssqlRowsFromCsv(databaseName, targetTable, targetConn string, file *os.File) error
- func GetRowsFromCsv(targetConn, targetTable, targetDriver string, file *os.File) error
- func InsertRowsIntoCsv(rows *sql.Rows, writer *csv.Writer) error
- func PingConnection(conn, driver string) error
- func PingConnections(sourceConn, sourceDriver, targetConn, targetDriver string) error
- func SelectMssqlRows(sourceDb, sourceConn, sourceDriver, sourceTable string) (rows *sql.Rows, err error)
- func SelectQueryRows(query, sourceConn, sourceDb string) (rows *sql.Rows, err error)
- func SelectRows(sourceConn, sourceDb, sourceTable string) (rows *sql.Rows, err error)
- func SwitchDbDriver(driver, conn string) (*sql.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMssqlRowsFromCsv ¶
func GetRowsFromCsv ¶
func PingConnection ¶
func PingConnections ¶
func SelectMssqlRows ¶
func SelectQueryRows ¶
func SelectRows ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.