|
||||||||||
| 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.wire.isc_db_handle_impl
public class isc_db_handle_impl
Describe class isc_db_handle_impl here.
| Field Summary | |
|---|---|
WireXdrInputStream |
in
|
boolean |
invalid
|
XdrOutputStream |
out
|
| 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()
|
long |
getResp_blob_id()
|
int |
getResp_data_len()
|
byte[] |
getResp_data_truncated()
|
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()
|
protected void |
invalidate()
|
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 |
setRdb_id(int rdb_id)
|
void |
setResp_blob_id(long value)
|
void |
setResp_data_len(int len)
|
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 |
| Field Detail |
|---|
public boolean invalid
public XdrOutputStream out
public WireXdrInputStream in
| Constructor Detail |
|---|
public isc_db_handle_impl()
| Method Detail |
|---|
public boolean isValid()
AbstractIscDbHandle
isValid in class AbstractIscDbHandletrue if this handle is valid,
false otherwise
protected void invalidate()
throws IOException
IOExceptionpublic void setRdb_id(int rdb_id)
public int getRdb_id()
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()
public byte[] getResp_data_truncated()
public void setResp_data_len(int len)
public int getResp_data_len()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||