Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.xdb
Class XMLTypeBindCallCustomParameter

java.lang.Object
  extended byBindCallCustomParameter
      extended byoracle.toplink.xdb.XMLTypeBindCallCustomParameter


public class XMLTypeBindCallCustomParameter
extends BindCallCustomParameter
See Also:
Serialized Form

Constructor Summary
XMLTypeBindCallCustomParameter(java.lang.Object obj)
           

 

Method Summary
 void set(DatabasePlatform platform, java.sql.PreparedStatement statement, int index, Session session)
           

 

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

 

Constructor Detail

XMLTypeBindCallCustomParameter

public XMLTypeBindCallCustomParameter(java.lang.Object obj)

Method Detail

set

public void set(DatabasePlatform platform,
                java.sql.PreparedStatement statement,
                int index,
                Session session)
         throws java.sql.SQLException
Throws:
java.sql.SQLException

Copyright © 1998, 2006, Oracle. All Rights Reserved.