StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sdbc
Interface XStatement

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

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


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  boolean execute(java.lang.String s)
           
abstract  com.sun.star.sdbc.XResultSet executeQuery(java.lang.String s)
           
abstract  int executeUpdate(java.lang.String s)
           
abstract  com.sun.star.sdbc.XConnection getConnection()
           
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

execute

public abstract boolean execute(java.lang.String s)
                         throws com.sun.star.sdbc.SQLException,
                                com.sun.star.uno.RuntimeException

executeQuery

public abstract com.sun.star.sdbc.XResultSet executeQuery(java.lang.String s)
                                                   throws com.sun.star.sdbc.SQLException,
                                                          com.sun.star.uno.RuntimeException

executeUpdate

public abstract int executeUpdate(java.lang.String s)
                           throws com.sun.star.sdbc.SQLException,
                                  com.sun.star.uno.RuntimeException

getConnection

public abstract com.sun.star.sdbc.XConnection getConnection()
                                                     throws com.sun.star.sdbc.SQLException,
                                                            com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc