public interface NativeClient
| Modifier and Type | Field and Description |
|---|---|
static int |
DB_IN |
static short |
FAIL |
static int |
SQL_NULL_DATA |
static int |
SQLBIT |
static int |
SQLCHARACTER |
static int |
SQLFLT4 |
static int |
SQLFLT8 |
static int |
SQLINT1 |
static int |
SQLINT2 |
static int |
SQLINT4 |
static int |
SQLINT8 |
static short |
SUCCEED |
| Modifier and Type | Method and Description |
|---|---|
int |
bcp_batch(jnr.ffi.Pointer hdbc) |
short |
bcp_bind(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer pData,
int cbIndicator,
int cbData,
jnr.ffi.Pointer pTerm,
int cbTerm,
int eDataType,
int idxServerCol) |
short |
bcp_collen(jnr.ffi.Pointer hdbc,
int cbData,
int idxServerCol) |
int |
bcp_done(jnr.ffi.Pointer hdbc) |
short |
bcp_initW(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer szTable,
jnr.ffi.Pointer szDataFile,
jnr.ffi.Pointer szErrorFile,
int eDirection) |
short |
bcp_sendrow(jnr.ffi.Pointer hdbc) |
static final int SQL_NULL_DATA
static final int SQLCHARACTER
static final int SQLINT1
static final int SQLBIT
static final int SQLINT2
static final int SQLINT4
static final int SQLFLT8
static final int SQLFLT4
static final int SQLINT8
static final short FAIL
static final short SUCCEED
static final int DB_IN
short bcp_initW(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer szTable,
jnr.ffi.Pointer szDataFile,
jnr.ffi.Pointer szErrorFile,
int eDirection)
short bcp_bind(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer pData,
int cbIndicator,
int cbData,
jnr.ffi.Pointer pTerm,
int cbTerm,
int eDataType,
int idxServerCol)
short bcp_collen(jnr.ffi.Pointer hdbc,
int cbData,
int idxServerCol)
short bcp_sendrow(jnr.ffi.Pointer hdbc)
int bcp_batch(jnr.ffi.Pointer hdbc)
int bcp_done(jnr.ffi.Pointer hdbc)