|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.AbstractIscDbHandle
public abstract class AbstractIscDbHandle
Abstract implementation of IscDbHandle interface.
This class defines additional information that can be obtained when
connecting to the database.
| Constructor Summary | |
|---|---|
AbstractIscDbHandle()
|
|
| Method Summary | |
|---|---|
abstract int |
getDatabaseProductMajorVersion()
Get the major version number of the database product to which this handle is attached. |
abstract int |
getDatabaseProductMinorVersion()
Get the minor version number of the database product to which this handle is attached. |
abstract String |
getDatabaseProductName()
Get the product name for the database to which this handle is attached. |
abstract String |
getDatabaseProductVersion()
Get the product version for the database to which this handle is attached. |
abstract int |
getDialect()
Get the Interbase/Firebird dialect that is being used with this handle. |
abstract int |
getODSMajorVersion()
|
abstract int |
getODSMinorVersion()
|
abstract String |
getVersion()
|
abstract boolean |
isValid()
Retrieve whether this handle is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.firebirdsql.gds.IscDbHandle |
|---|
clearWarnings, getWarnings |
| Constructor Detail |
|---|
public AbstractIscDbHandle()
| Method Detail |
|---|
public abstract int getDatabaseProductMajorVersion()
public abstract int getDatabaseProductMinorVersion()
public abstract String getDatabaseProductName()
public abstract String getDatabaseProductVersion()
public abstract int getDialect()
public abstract int getODSMajorVersion()
public abstract int getODSMinorVersion()
public abstract String getVersion()
public abstract boolean isValid()
true if this handle is valid,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||