StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sdbcx
Interface XDrop

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XDrop
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  void dropByIndex(int i)
           
abstract  void dropByName(java.lang.String s)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

dropByIndex

public abstract void dropByIndex(int i)
                          throws com.sun.star.sdbc.SQLException,
                                 com.sun.star.lang.IndexOutOfBoundsException,
                                 com.sun.star.uno.RuntimeException

dropByName

public abstract void dropByName(java.lang.String s)
                         throws com.sun.star.sdbc.SQLException,
                                com.sun.star.container.NoSuchElementException,
                                com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc