|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IscSvcHandle | |
|---|---|
| org.firebirdsql.gds | This package contains classes defining Firebird API for Java language that applications can use to access databases directly without JDBC interfaces. |
| org.firebirdsql.gds.impl.jni | |
| org.firebirdsql.gds.impl.wire | |
| org.firebirdsql.management | |
| Uses of IscSvcHandle in org.firebirdsql.gds |
|---|
| Methods in org.firebirdsql.gds that return IscSvcHandle | |
|---|---|
IscSvcHandle |
GDS.createIscSvcHandle()
Factory method to create a new IscSvcHandle instance
that is linked to the current GDS implemenation. |
| Methods in org.firebirdsql.gds with parameters of type IscSvcHandle | |
|---|---|
void |
GDS.iscServiceAttach(String service,
IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer)
Attach to a Service Manager. |
void |
GDS.iscServiceDetach(IscSvcHandle serviceHandle)
Detach from a Service Manager. |
void |
GDS.iscServiceQuery(IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer,
ServiceRequestBuffer serviceRequestBuffer,
byte[] resultBuffer)
Query a service manager |
void |
GDS.iscServiceStart(IscSvcHandle serviceHandle,
ServiceRequestBuffer serviceRequestBuffer)
Start a service operation. |
| Uses of IscSvcHandle in org.firebirdsql.gds.impl.jni |
|---|
| Methods in org.firebirdsql.gds.impl.jni that return IscSvcHandle | |
|---|---|
IscSvcHandle |
BaseGDSImpl.createIscSvcHandle()
|
| Methods in org.firebirdsql.gds.impl.jni with parameters of type IscSvcHandle | |
|---|---|
void |
BaseGDSImpl.iscServiceAttach(String service,
IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer)
|
void |
BaseGDSImpl.iscServiceDetach(IscSvcHandle serviceHandle)
|
void |
BaseGDSImpl.iscServiceQuery(IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer,
ServiceRequestBuffer serviceRequestBuffer,
byte[] resultBuffer)
|
void |
BaseGDSImpl.iscServiceStart(IscSvcHandle serviceHandle,
ServiceRequestBuffer serviceRequestBuffer)
|
void |
JniGDSImpl.native_isc_service_attach(String service,
IscSvcHandle serviceHandle,
byte[] serviceParameterBuffer)
|
abstract void |
BaseGDSImpl.native_isc_service_attach(String service,
IscSvcHandle serviceHandle,
byte[] serviceParameterBuffer)
|
void |
JniGDSImpl.native_isc_service_detach(IscSvcHandle serviceHandle)
|
abstract void |
BaseGDSImpl.native_isc_service_detach(IscSvcHandle serviceHandle)
|
void |
JniGDSImpl.native_isc_service_query(IscSvcHandle serviceHandle,
byte[] sendServiceParameterBuffer,
byte[] requestServiceParameterBuffer,
byte[] resultBuffer)
|
abstract void |
BaseGDSImpl.native_isc_service_query(IscSvcHandle serviceHandle,
byte[] sendServiceParameterBuffer,
byte[] requestServiceParameterBuffer,
byte[] resultBuffer)
|
void |
JniGDSImpl.native_isc_service_start(IscSvcHandle serviceHandle,
byte[] serviceParameterBuffer)
|
abstract void |
BaseGDSImpl.native_isc_service_start(IscSvcHandle serviceHandle,
byte[] serviceParameterBuffer)
|
| Uses of IscSvcHandle in org.firebirdsql.gds.impl.wire |
|---|
| Classes in org.firebirdsql.gds.impl.wire that implement IscSvcHandle | |
|---|---|
class |
isc_svc_handle_impl
Describe class isc_svc_handle_impl here. |
| Methods in org.firebirdsql.gds.impl.wire that return IscSvcHandle | |
|---|---|
IscSvcHandle |
AbstractJavaGDSImpl.createIscSvcHandle()
|
| Methods in org.firebirdsql.gds.impl.wire with parameters of type IscSvcHandle | |
|---|---|
void |
AbstractJavaGDSImpl.iscServiceAttach(String service,
IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer)
|
void |
AbstractJavaGDSImpl.iscServiceDetach(IscSvcHandle serviceHandle)
|
void |
AbstractJavaGDSImpl.iscServiceQuery(IscSvcHandle serviceHandle,
ServiceParameterBuffer serviceParameterBuffer,
ServiceRequestBuffer serviceRequestBuffer,
byte[] resultBuffer)
|
void |
AbstractJavaGDSImpl.iscServiceStart(IscSvcHandle serviceHandle,
ServiceRequestBuffer serviceRequestBuffer)
|
| Uses of IscSvcHandle in org.firebirdsql.management |
|---|
| Methods in org.firebirdsql.management that return IscSvcHandle | |
|---|---|
IscSvcHandle |
FBServiceManager.attachServiceManager(GDS gds)
|
| Methods in org.firebirdsql.management with parameters of type IscSvcHandle | |
|---|---|
void |
FBServiceManager.detachServiceManager(GDS gds,
IscSvcHandle handle)
|
void |
FBServiceManager.queueService(GDS gds,
IscSvcHandle handle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||