Uses of Class
com.onwbp.adaptation.InvalidPrimaryKeyException
-
Packages that use InvalidPrimaryKeyException Package Description com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet. -
-
Uses of InvalidPrimaryKeyException in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that throw InvalidPrimaryKeyException Modifier and Type Method Description Object[]
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
Methods in com.orchestranetworks.schema.info that throw InvalidPrimaryKeyException Modifier and Type Method Description Object[]
SchemaFacetTableRef. getTablePrimaryKeyValues(String aTableRefValue)
Decomposes the specifiedosd:tableRef
value into the values it would have in the target table.
-