Interface and Description |
---|
oracle.ord.im.OrdContentSource
deprecated in release 12.2
|
oracle.ord.im.OrdDomainIOInterface
deprecated in release 12.2
|
oracle.ord.im.OrdDomainState
deprecated in release 12.2
|
oracle.ord.im.OrdDomainSupportInterface
deprecated in release 12.2
|
Exceptions and Description |
---|
oracle.ord.im.ClassNotSupportedException
deprecated in release 12.2
|
oracle.ord.im.DomainNoOwnerException
deprecated in release 12.2
|
oracle.ord.im.ExpectedSQLException
deprecated in release 12.2
|
oracle.ord.im.MethodNotImplementedException
deprecated in release 12.2
|
oracle.ord.im.NotConnectedException
deprecated in release 12.2
|
oracle.ord.im.NotOrdDomainException
deprecated in release 12.2
|
oracle.ord.im.OrdJboException
deprecated in release 12.2
|
oracle.ord.im.WrongTierException
deprecated in release 12.2
|
Method and Description |
---|
oracle.ord.im.OrdVideoDomain.getComments()
Use getClobComments method.
Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdDocDomain.getComments()
Use getClobComments method.
Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdAudioDomain.getComments()
Use getClobComments method.
Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdImageDomain.getContent()
Use getBlobContent method.
Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdVideoDomain.getContent()
Use getBlobContent method.
Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdDocDomain.getContent()
Use getBlobContent method.
Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdAudioDomain.getContent()
Use getBlobContent method.
Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdImageDomain.getFactory() |
oracle.ord.im.OrdVideoDomain.getFactory() |
oracle.ord.im.OrdDocDomain.getFactory() |
oracle.ord.im.OrdImageSignatureDomain.getFactory() |
oracle.ord.im.OrdAudioDomain.getFactory() |
oracle.ord.im.OrdVideoDomain.setComments(Clob)
Use setClobComments method.
Sets the comments attribute.
The comments attribute is reserved for use by interMedia. You can
set your own value, but it could be overwritten by interMedia
Annotator or by the
|
oracle.ord.im.OrdAudioDomain.setComments(Clob)
Use setClobComments method.
Sets the comments attribute.
|
oracle.ord.im.OrdDocDomain.setComments(CLOB)
Use setClobComments method.
Sets the comments attribute.
|