|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSQLDA | |
|---|---|
| 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 | |
| Uses of XSQLDA in org.firebirdsql.gds |
|---|
| Methods in org.firebirdsql.gds that return XSQLDA | |
|---|---|
XSQLDA |
IscStmtHandle.getInSqlda()
Get the input data structure that contains data that is put into the statement. |
XSQLDA |
IscStmtHandle.getOutSqlda()
Get the output data structure that contains data that is retrieved from the statement. |
XSQLDA |
GDS.iscDsqlDescribe(IscStmtHandle stmtHandle,
int daVersion)
Retrieve data for a statement. |
XSQLDA |
GDS.iscDsqlDescribeBind(IscStmtHandle stmtHandle,
int daVersion)
Retrieve data for a bind statement. |
XSQLDA |
GDS.iscDsqlPrepare(IscTrHandle trHandle,
IscStmtHandle stmtHandle,
byte[] statement,
int dialect)
Prepare a string SQL statement for execution in the database. |
XSQLDA |
GDS.iscDsqlPrepare(IscTrHandle trHandle,
IscStmtHandle stmtHandle,
String statement,
int dialect)
Prepare a string SQL statement for execution in the database. |
XSQLDA |
GDS.iscDsqlPrepare(IscTrHandle trHandle,
IscStmtHandle stmtHandle,
String statement,
String encoding,
int dialect)
Deprecated. use GDS.iscDsqlPrepare(IscTrHandle, IscStmtHandle, byte[], int) |
| Methods in org.firebirdsql.gds with parameters of type XSQLDA | |
|---|---|
void |
GDS.iscDsqlExecImmed2(IscDbHandle dbHandle,
IscTrHandle trHandle,
byte[] statement,
int dialect,
XSQLDA inXSQLDA,
XSQLDA outXSQLDA)
Execute a string SQL statement directly, without first allocating a statement handle. |
void |
GDS.iscDsqlExecImmed2(IscDbHandle dbHandle,
IscTrHandle trHandle,
String statement,
int dialect,
XSQLDA inXSQLDA,
XSQLDA outXSQLDA)
Execute a string SQL statement directly, without first allocating a statement handle. |
void |
GDS.iscDsqlExecImmed2(IscDbHandle dbHandle,
IscTrHandle trHandle,
String statement,
String encoding,
int dialect,
XSQLDA inXSQLDA,
XSQLDA outXSQLDA)
Deprecated. use GDS.iscDsqlExecImmed2(IscDbHandle, IscTrHandle, byte[], int, XSQLDA, XSQLDA) |
void |
GDS.iscDsqlExecute(IscTrHandle trHandle,
IscStmtHandle stmtHandle,
int daVersion,
XSQLDA xsqlda)
Execute a statement with only outgoing data. |
void |
GDS.iscDsqlExecute2(IscTrHandle trHandle,
IscStmtHandle stmtHandle,
int daVersion,
XSQLDA inXSQLDA,
XSQLDA outXSQLDA)
Execute a statement with outgoing and incoming data. |
void |
GDS.iscDsqlExecuteImmediate(IscDbHandle dbHandle,
IscTrHandle trHandle,
byte[] statement,
int dialect,
XSQLDA xsqlda)
Execute a string SQL statement directly, without first allocating a statement handle. |
void |
GDS.iscDsqlExecuteImmediate(IscDbHandle dbHandle,
IscTrHandle trHandle,
String statement,
int dialect,
XSQLDA xsqlda)
Execute a string SQL statement directly, without first allocating a statement handle. |
void |
GDS.iscDsqlExecuteImmediate(IscDbHandle dbHandle,
IscTrHandle trHandle,
String statement,
String encoding,
int dialect,
XSQLDA xsqlda)
Deprecated. use GDS.iscDsqlExecuteImmediate(IscDbHandle, IscTrHandle, byte[], int, XSQLDA) |
void |
GDS.iscDsqlFetch(IscStmtHandle stmt_handle,
int daVersion,
XSQLDA xsqlda,
int fetchSize)
Retrieve record data from a statement. |
| Uses of XSQLDA in org.firebirdsql.gds.impl.jni |
|---|
| Subclasses of XSQLDA in org.firebirdsql.gds.impl.jni | |
|---|---|
class |
XSQLDAImpl
|
| Methods in org.firebirdsql.gds.impl.jni that return XSQLDA | |
|---|---|
XSQLDA |
isc_stmt_handle_impl.getInSqlda()
|
XSQLDA |
isc_stmt_handle_impl.getOutSqlda()
|
XSQLDA |
BaseGDSImpl.iscDsqlDescribe(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
BaseGDSImpl.iscDsqlDescribeBind(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
BaseGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
byte[] statement,
int dialect)
|
XSQLDA |
BaseGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
String statement,
int dialect)
|
XSQLDA |
BaseGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
String statement,
String encoding,
int dialect)
|
XSQLDA |
JniGDSImpl.native_isc_dsql_describe_bind(IscStmtHandle stmt_handle,
int da_version)
|
abstract XSQLDA |
BaseGDSImpl.native_isc_dsql_describe_bind(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
JniGDSImpl.native_isc_dsql_describe(IscStmtHandle stmt_handle,
int da_version)
|
abstract XSQLDA |
BaseGDSImpl.native_isc_dsql_describe(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
JniGDSImpl.native_isc_dsql_prepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
byte[] statement,
int dialect)
|
abstract XSQLDA |
BaseGDSImpl.native_isc_dsql_prepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
byte[] statement,
int dialect)
|
| Methods in org.firebirdsql.gds.impl.jni with parameters of type XSQLDA | |
|---|---|
void |
BaseGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
String encoding,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecute(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecute2(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
int dialect,
XSQLDA xsqlda)
|
void |
BaseGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
String encoding,
int dialect,
XSQLDA xsqlda)
|
void |
BaseGDSImpl.iscDsqlFetch(IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda,
int fetchSize)
|
void |
JniGDSImpl.native_isc_dsql_exec_immed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
abstract void |
BaseGDSImpl.native_isc_dsql_exec_immed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
JniGDSImpl.native_isc_dsql_execute2(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
abstract void |
BaseGDSImpl.native_isc_dsql_execute2(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
boolean |
JniGDSImpl.native_isc_dsql_fetch(IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda,
int fetchSize)
|
abstract boolean |
BaseGDSImpl.native_isc_dsql_fetch(IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda,
int fetchSize)
|
void |
BaseGDSImpl.readSQLData(XSQLDA xsqlda,
isc_stmt_handle_impl stmt)
|
void |
isc_stmt_handle_impl.setInSqlda(XSQLDA xsqlda)
|
void |
isc_stmt_handle_impl.setOutSqlda(XSQLDA xsqlda)
|
| Uses of XSQLDA in org.firebirdsql.gds.impl.wire |
|---|
| Methods in org.firebirdsql.gds.impl.wire that return XSQLDA | |
|---|---|
XSQLDA |
isc_stmt_handle_impl.getInSqlda()
|
XSQLDA |
isc_stmt_handle_impl.getOutSqlda()
|
XSQLDA |
AbstractJavaGDSImpl.iscDsqlDescribe(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
AbstractJavaGDSImpl.iscDsqlDescribeBind(IscStmtHandle stmt_handle,
int da_version)
|
XSQLDA |
AbstractJavaGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
byte[] statement,
int dialect)
|
XSQLDA |
AbstractJavaGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
String statement,
int dialect)
|
XSQLDA |
AbstractJavaGDSImpl.iscDsqlPrepare(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
String statement,
String encoding,
int dialect)
|
| Methods in org.firebirdsql.gds.impl.wire with parameters of type XSQLDA | |
|---|---|
static void |
AbstractJavaGDSImpl.calculateBLR(XSQLDA xsqlda)
|
static void |
AbstractJavaGDSImpl.calculateIOLength(XSQLDA xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecImmed2(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
String encoding,
int dialect,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecute(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecute2(IscTrHandle tr_handle,
IscStmtHandle stmt_handle,
int da_version,
XSQLDA in_xsqlda,
XSQLDA out_xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
byte[] statement,
int dialect,
XSQLDA xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
int dialect,
XSQLDA xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlExecuteImmediate(IscDbHandle db_handle,
IscTrHandle tr_handle,
String statement,
String encoding,
int dialect,
XSQLDA xsqlda)
|
void |
AbstractJavaGDSImpl.iscDsqlFetch(IscStmtHandle stmt_handle,
int da_version,
XSQLDA xsqlda,
int fetchSize)
|
void |
isc_stmt_handle_impl.setInSqlda(XSQLDA xsqlda)
|
void |
isc_stmt_handle_impl.setOutSqlda(XSQLDA xsqlda)
|
void |
XdrOutputStream.writeSQLData(XSQLDA xsqlda)
Write a set of SQL data from a XSQLDA data structure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||