Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
Synchronizer.Builder<T> |
Synchronizer.Builder.setConnection(java.sql.Connection connection)
Sets the database connection to use for synchronization.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setGraph(PgxGraph graph)
Sets the target graph to synchronize.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setType(java.lang.Class<T> type)
Sets the type of synchronizer to build
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.