Uses of Class
com.onwbp.adaptation.InvalidPrimaryKeyException
Package
Description
Represents XML Schema concepts and provides schema extensions capabilities.
Provides interfaces for accessing schema node facet.
-
Uses of InvalidPrimaryKeyException in com.orchestranetworks.schema
Modifier and TypeMethodDescriptionObject[]
SchemaNode.getTablePrimaryKeyValues
(PrimaryKey aPrimaryKey) If this node is a table node, decomposes the specified primary key object into the primary key field values in the referenced table.Object[]
SchemaNode.getTablePrimaryKeyValues
(String aTableRefValue) If this node is a table node, decomposes the specifiedosd:tableRef
value into the primary key field values in the referenced table. -
Uses of InvalidPrimaryKeyException in com.orchestranetworks.schema.info
Modifier and TypeMethodDescriptionObject[]
SchemaFacetTableRef.getTablePrimaryKeyValues
(String aTableRefValue) Decomposes the specifiedosd:tableRef
value into the values it would have in the target table.