A B C D E F G H I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- UPDATE_ONLY - com.orchestranetworks.addon.dint.dataconnector.spec.EBXWriteMode
-
If a record already exists in the target table, it will be updated.
- UPDATE_ONLY - com.orchestranetworks.addon.dint.dataconnector.spec.SQLWriteMode
-
A record will be updated if it already exists, otherwise it will be ignored.
- UPDATE_OR_INSERT - com.orchestranetworks.addon.dint.dataconnector.spec.EBXWriteMode
-
If a record already exists in the target table, it will be updated.
- UPDATE_OR_INSERT - com.orchestranetworks.addon.dint.dataconnector.spec.SQLWriteMode
-
A record will be updated if it already exists, otherwise it will be inserted.
- URI - com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default URI type.
All Classes All Packages