|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.AbstractIscDbHandle
org.firebirdsql.gds.impl.jni.isc_db_handle_impl
public final class isc_db_handle_impl
Describe class isc_db_handle_impl here.
| Constructor Summary | |
|---|---|
isc_db_handle_impl()
|
|
| Method Summary | |
|---|---|
void |
addWarning(GDSException warning)
|
void |
clearWarnings()
Clear warning list associated with this connection. |
int |
getDatabaseProductMajorVersion()
Get the major version number of the database product to which this handle is attached. |
int |
getDatabaseProductMinorVersion()
Get the minor version number of the database product to which this handle is attached. |
String |
getDatabaseProductName()
Get the product name for the database to which this handle is attached. |
String |
getDatabaseProductVersion()
Get the product version for the database to which this handle is attached. |
int |
getDialect()
Get the Interbase/Firebird dialect that is being used with this handle. |
int |
getODSMajorVersion()
|
int |
getODSMinorVersion()
|
int |
getProtocol()
|
int |
getRdb_id_ptr()
|
int |
getRdbId()
|
long |
getResp_blob_id()
|
byte[] |
getResp_data()
|
int |
getResp_object()
|
Subject |
getSubject()
|
Collection |
getTransactions()
|
String |
getVersion()
|
List |
getWarnings()
Get list of warnings that were returned by the server. |
boolean |
hasTransactions()
|
boolean |
isValid()
Retrieve whether this handle is valid. |
void |
setDialect(int value)
|
void |
setODSMajorVersion(int value)
|
void |
setODSMinorVersion(int value)
|
void |
setProtocol(int value)
|
void |
setResp_blob_id(long value)
|
void |
setResp_data(byte[] value)
|
void |
setResp_object(int value)
|
void |
setVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public isc_db_handle_impl()
| Method Detail |
|---|
public boolean isValid()
AbstractIscDbHandle
isValid in class AbstractIscDbHandletrue if this handle is valid,
false otherwisepublic int getRdbId()
public int getRdb_id_ptr()
public Subject getSubject()
public boolean hasTransactions()
public Collection getTransactions()
public List getWarnings()
IscDbHandle
List containing instances of
GDSException representing server warnings (method
GDSException.isWarning() returns true).public void addWarning(GDSException warning)
public void clearWarnings()
IscDbHandle
public void setDialect(int value)
public int getDialect()
AbstractIscDbHandle
getDialect in class AbstractIscDbHandlepublic void setProtocol(int value)
public int getProtocol()
public void setVersion(String value)
throws GDSException
GDSExceptionpublic String getVersion()
getVersion in class AbstractIscDbHandlepublic String getDatabaseProductName()
AbstractIscDbHandle
getDatabaseProductName in class AbstractIscDbHandlepublic String getDatabaseProductVersion()
AbstractIscDbHandle
getDatabaseProductVersion in class AbstractIscDbHandlepublic int getDatabaseProductMajorVersion()
AbstractIscDbHandle
getDatabaseProductMajorVersion in class AbstractIscDbHandlepublic int getDatabaseProductMinorVersion()
AbstractIscDbHandle
getDatabaseProductMinorVersion in class AbstractIscDbHandlepublic void setODSMajorVersion(int value)
public int getODSMajorVersion()
getODSMajorVersion in class AbstractIscDbHandlepublic void setODSMinorVersion(int value)
public int getODSMinorVersion()
getODSMinorVersion in class AbstractIscDbHandlepublic void setResp_object(int value)
public int getResp_object()
public void setResp_blob_id(long value)
public long getResp_blob_id()
public void setResp_data(byte[] value)
public byte[] getResp_data()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||