Skip to content
Snippets Groups Projects
Commit 17f6d0db authored by gwen-soleil's avatar gwen-soleil
Browse files

WIP: start implementing MySQL

parent bfac3cf4
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ import com.google.inject.Inject;
import fr.esrf.Tango.AttrWriteType;
import fr.soleil.tango.archiving.config.AttributeConfig;
import fr.soleil.tango.archiving.config.db.mysql.select.MySqlArchivingConfigFetcher;
import fr.soleil.tango.archiving.event.db.table.MySqlAttributeEventScalarTable;
import fr.soleil.tango.archiving.event.db.mysql.table.MySqlAttributeEventScalarTable;
import fr.soleil.tango.archiving.event.insert.AttributeEvent;
import fr.soleil.tango.archiving.event.insert.IAttributeInserter;
import org.jdbi.v3.core.Jdbi;
......
......@@ -32,7 +32,7 @@
package fr.soleil.tango.archiving.event.db.mysql.insert;
import fr.soleil.tango.archiving.event.db.table.MySqlAttributeEventScalarTable;
import fr.soleil.tango.archiving.event.db.mysql.table.MySqlAttributeEventScalarTable;
import org.jdbi.v3.sqlobject.customizer.BindBean;
import org.jdbi.v3.sqlobject.customizer.Define;
import org.jdbi.v3.sqlobject.statement.SqlUpdate;
......
/*
* Copyright (c) 2024.
* Copyright (c) 2024-2025.
*
* Synchrotron Soleil
* L'Orme des merisiers
......@@ -9,7 +9,7 @@
*
* gwenaelle.abeille@synchrotron-soleil.fr
*
* This software is a computer program whose purpose is to provide TANGO archived data through a GraphQL API.
* This software is a computer program whose purpose is to provide an Java API for managing insertion and fetching of Tango data into a database
*
* This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software.
* You can use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and
......@@ -30,7 +30,7 @@
* terms.
*/
package fr.soleil.tango.archiving.event.db.table;
package fr.soleil.tango.archiving.event.db.mysql.table;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.jdbi.v3.core.mapper.reflect.ColumnName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment