com.sun.star.sdbc
Interface XDriverManager
- All Superinterfaces:
- com.sun.star.uno.XInterface
- All Known Subinterfaces:
- com.sun.star.sdb.XDatabaseEnvironment
- public abstract interface XDriverManager
- 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 com.sun.star.sdbc.XConnection |
getConnection(java.lang.String s)
|
abstract com.sun.star.sdbc.XConnection |
getConnectionWithInfo(java.lang.String s,
com.sun.star.beans.PropertyValue[] pv)
|
abstract int |
getLoginTimeout()
|
abstract void |
setLoginTimeout(int i)
|
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
getConnection
public abstract com.sun.star.sdbc.XConnection getConnection(java.lang.String s)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getConnectionWithInfo
public abstract com.sun.star.sdbc.XConnection getConnectionWithInfo(java.lang.String s,
com.sun.star.beans.PropertyValue[] pv)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getLoginTimeout
public abstract int getLoginTimeout()
throws com.sun.star.uno.RuntimeException
setLoginTimeout
public abstract void setLoginTimeout(int i)
throws com.sun.star.uno.RuntimeException