github.com/jackc/pgx/v4.copyFrom.tableName (field)

5 uses

	github.com/jackc/pgx/v4 (current package)
		copy_from.go#L85: 	tableName     Identifier
		copy_from.go#L92: 	quotedTableName := ct.tableName.Sanitize()
		copy_from.go#L159: 			ct.conn.log(ctx, LogLevelInfo, "CopyFrom", map[string]interface{}{"tableName": ct.tableName, "columnNames": ct.columnNames, "time": endTime.Sub(startTime), "rowCount": rowsAffected})
		copy_from.go#L162: 		ct.conn.log(ctx, LogLevelError, "CopyFrom", map[string]interface{}{"err": err, "tableName": ct.tableName, "columnNames": ct.columnNames})
		copy_from.go#L204: 		tableName:     tableName,