Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.idm.provisioning.event
Class PlsqlAttrVal

java.lang.Object
  extended by oracle.idm.provisioning.event.PlsqlAttrVal

All Implemented Interfaces:
oracle.jdbc.internal.ObjectData, oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORAData, oracle.sql.ORADataFactory

public class PlsqlAttrVal
extends java.lang.Object
implements oracle.sql.ORAData, oracle.sql.ORADataFactory

This is a helper class to represent the PL/SQL data type LDAP_ATTR_VALUE which is passed to the PL/SQL event callback routines.

Since:
OCS R3

Constructor Summary
PlsqlAttrVal()
           
PlsqlAttrVal(byte[] attrVal, java.lang.String schemaName)
           
PlsqlAttrVal(java.lang.String attrVal, java.lang.String schemaName)
           

 

Method Summary
 oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType)
           
 byte[] getAttrBValue()
           
 java.lang.String getAttrValue()
           
static oracle.sql.ORADataFactory getFactory()
           
 int getValueLen()
           
 void setAttrBValue(byte[] bval)
           
 void setAttrValue(java.lang.String val)
           
 oracle.sql.Datum toDatum(java.sql.Connection c)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PlsqlAttrVal

public PlsqlAttrVal()

PlsqlAttrVal

public PlsqlAttrVal(java.lang.String attrVal,
                    java.lang.String schemaName)

PlsqlAttrVal

public PlsqlAttrVal(byte[] attrVal,
                    java.lang.String schemaName)

Method Detail

getFactory

public static oracle.sql.ORADataFactory getFactory()

toDatum

public oracle.sql.Datum toDatum(java.sql.Connection c)
                         throws java.sql.SQLException
Specified by:
toDatum in interface oracle.sql.ORAData
Throws:
java.sql.SQLException

create

public oracle.sql.ORAData create(oracle.sql.Datum d,
                                 int sqlType)
                          throws java.sql.SQLException
Specified by:
create in interface oracle.sql.ORADataFactory
Throws:
java.sql.SQLException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getAttrValue

public java.lang.String getAttrValue()

setAttrValue

public void setAttrValue(java.lang.String val)

getAttrBValue

public byte[] getAttrBValue()

setAttrBValue

public void setAttrBValue(byte[] bval)

getValueLen

public int getValueLen()

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.