|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FBObjectListener.BlobListener | |
|---|---|
| org.firebirdsql.jdbc | |
| Uses of FBObjectListener.BlobListener in org.firebirdsql.jdbc |
|---|
| Classes in org.firebirdsql.jdbc that implement FBObjectListener.BlobListener | |
|---|---|
class |
InternalTransactionCoordinator
Transaction coordinator for the FBConnection class. |
static class |
InternalTransactionCoordinator.AbstractTransactionCoordinator
|
static class |
InternalTransactionCoordinator.AutoCommitCoordinator
|
static class |
InternalTransactionCoordinator.LocalTransactionCoordinator
|
static class |
InternalTransactionCoordinator.ManagedTransactionCoordinator
|
static class |
InternalTransactionCoordinator.MetaDataTransactionCoordinator
|
| Methods in org.firebirdsql.jdbc with parameters of type FBObjectListener.BlobListener | |
|---|---|
static AbstractCallableStatement |
FBStatementFactory.createCallableStatement(GDSHelper gdsHelper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener)
|
static AbstractPreparedStatement |
FBStatementFactory.createPreparedStatement(GDSHelper gdsHelper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener,
boolean metadata,
boolean standaloneStatement)
|
| Constructors in org.firebirdsql.jdbc with parameters of type FBObjectListener.BlobListener | |
|---|---|
AbstractCallableStatement(GDSHelper c,
String sql,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener)
|
|
AbstractPreparedStatement(GDSHelper c,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener)
Create instance of this class for the specified result set type and concurrency. |
|
AbstractPreparedStatement(GDSHelper c,
String sql,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener,
boolean metaDataQuery,
boolean someOtherFlag)
Create instance of this class and prepare SQL statement. |
|
FBBlob(GDSHelper c,
FBObjectListener.BlobListener blobListener)
Create new Blob instance. |
|
FBBlob(GDSHelper c,
long blob_id,
FBObjectListener.BlobListener blobListener)
Create instance of this class to access existing Blob. |
|
FBCallableStatement(GDSHelper c,
String sql,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener)
Create instance of this class. |
|
FBPreparedStatement(GDSHelper gdsHelper,
String sql,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener,
boolean metaDataQuery,
boolean standaloneStatement)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||