SynchroTechnicalException
exception will be thrown.ResultSet
#executeInsert(List,ResultSet)
, but using a array instead of a ResultSet.ResultSet
SynchroTableDao.executeUpdate(List,ResultSet)
, but using a array instead of a ResultSet.table
using
the given datasource.DataSynchroService
;ApplicationProgressionModel
object.ColumnMetadata
with some improvements:
Obtains owner table name SynchroColumnMetadata.getTableName()
;
Obtains linked column (for FK only) SynchroColumnMetadata.getParentJoin()
as a join metadata: used to synchronize data in
DataSynchroService
;
Obtains if a column is protected for data import SynchroColumnMetadata.isProtected()
: used by SynchroServiceUtils
for
schemas check.SynchroInterceptor
subclasses.TableMetadata
with some improvements:
Obtains number of columns via SynchroTableMetadata.getColumnsCount()
Obtains all columns names available via SynchroTableMetadata.getColumnNames()
Obtains primary key column names via SynchroTableMetadata.getPkNames()
And others methods used to synchronize referentials:
Obtains query to update a row of the table (column names order is the one introduced by method
SynchroTableMetadata.getColumnNames()
: SynchroTableMetadata.getUpdateQuery()
Obtains query to insert a row in the table (column names order is the one introduced by method
SynchroTableMetadata.getColumnNames()
: SynchroTableMetadata.getInsertQuery()
Created on 1/14/14.table
(with a lot of rows) on
the target db, from the given incomingData
of the source db.table
on the target db,
from the given incomingData
of the source db.table
on the target db,
from the given incomingData
of the source db.table
on the target db,
from the given incomingData
of the source db.Copyright © 2012–2014 IFREMER. All rights reserved.