com.sun.star.sdbc
Interface XConnection
- All Superinterfaces:
- com.sun.star.sdbc.XCloseable, com.sun.star.uno.XInterface
- public abstract interface XConnection
- extends com.sun.star.sdbc.XCloseable
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 void |
commit()
|
abstract com.sun.star.sdbc.XStatement |
createStatement()
|
abstract boolean |
getAutoCommit()
|
abstract java.lang.String |
getCatalog()
|
abstract com.sun.star.sdbc.XDatabaseMetaData |
getMetaData()
|
abstract int |
getTransactionIsolation()
|
abstract com.sun.star.container.XNameAccess |
getTypeMap()
|
abstract boolean |
isClosed()
|
abstract boolean |
isReadOnly()
|
abstract java.lang.String |
nativeSQL(java.lang.String s)
|
abstract com.sun.star.sdbc.XPreparedStatement |
prepareCall(java.lang.String s)
|
abstract com.sun.star.sdbc.XPreparedStatement |
prepareStatement(java.lang.String s)
|
abstract void |
rollback()
|
abstract void |
setAutoCommit(boolean b)
|
abstract void |
setCatalog(java.lang.String s)
|
abstract void |
setReadOnly(boolean b)
|
abstract void |
setTransactionIsolation(int i)
|
abstract void |
setTypeMap(com.sun.star.container.XNameAccess xna)
|
Methods inherited from interface com.sun.star.sdbc.XCloseable |
close |
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
commit
public abstract void commit()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
createStatement
public abstract com.sun.star.sdbc.XStatement createStatement()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getAutoCommit
public abstract boolean getAutoCommit()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getCatalog
public abstract java.lang.String getCatalog()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMetaData
public abstract com.sun.star.sdbc.XDatabaseMetaData getMetaData()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTransactionIsolation
public abstract int getTransactionIsolation()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTypeMap
public abstract com.sun.star.container.XNameAccess getTypeMap()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isClosed
public abstract boolean isClosed()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isReadOnly
public abstract boolean isReadOnly()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nativeSQL
public abstract java.lang.String nativeSQL(java.lang.String s)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
prepareCall
public abstract com.sun.star.sdbc.XPreparedStatement prepareCall(java.lang.String s)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
prepareStatement
public abstract com.sun.star.sdbc.XPreparedStatement prepareStatement(java.lang.String s)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
rollback
public abstract void rollback()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
setAutoCommit
public abstract void setAutoCommit(boolean b)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
setCatalog
public abstract void setCatalog(java.lang.String s)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
setReadOnly
public abstract void setReadOnly(boolean b)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
setTransactionIsolation
public abstract void setTransactionIsolation(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
setTypeMap
public abstract void setTypeMap(com.sun.star.container.XNameAccess xna)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException