public interface ODBC
| Modifier and Type | Field and Description |
|---|---|
static short |
SQL_ATTR_ODBC_VERSION |
static long |
SQL_BCP_ON |
static short |
SQL_COPT_SS_BASE |
static short |
SQL_COPT_SS_BCP |
static short |
SQL_DRIVER_NOPROMPT |
static short |
SQL_HANDLE_DBC |
static short |
SQL_HANDLE_ENV |
static int |
SQL_IS_INTEGER |
static short |
SQL_NTS |
static long |
SQL_OV_ODBC3 |
static short |
SQL_SUCCESS |
static short |
SQL_SUCCESS_WITH_INFO |
| Modifier and Type | Method and Description |
|---|---|
short |
SQLAllocHandle(short handleType,
jnr.ffi.Pointer inputHandle,
jnr.ffi.Pointer outputHandle) |
short |
SQLDriverConnectW(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer hwnd,
jnr.ffi.Pointer szConnStrIn,
short cchConnStrIn,
jnr.ffi.Pointer szConnStrOut,
short cchConnStrOutMax,
jnr.ffi.Pointer pcchConnStrOut,
short fDriverCompletion) |
short |
SQLFreeHandle(short handleType,
jnr.ffi.Pointer handle) |
short |
SQLGetDiagRecW(short handleType,
jnr.ffi.Pointer handle,
short recNumber,
jnr.ffi.Pointer sqlState,
jnr.ffi.Pointer nativeErrorPtr,
jnr.ffi.Pointer messageText,
short bufferLength,
jnr.ffi.Pointer textLengthPtr) |
short |
SQLSetConnectAttrW(jnr.ffi.Pointer hdbc,
int fAttribute,
jnr.ffi.Pointer rgbValue,
int cbValue) |
short |
SQLSetEnvAttr(jnr.ffi.Pointer environmentHandle,
short attribute,
jnr.ffi.Pointer value,
int stringLength) |
static final short SQL_SUCCESS
static final short SQL_SUCCESS_WITH_INFO
static final short SQL_HANDLE_ENV
static final short SQL_HANDLE_DBC
static final short SQL_ATTR_ODBC_VERSION
static final short SQL_COPT_SS_BASE
static final short SQL_COPT_SS_BCP
static final short SQL_DRIVER_NOPROMPT
static final long SQL_OV_ODBC3
static final long SQL_BCP_ON
static final int SQL_IS_INTEGER
static final short SQL_NTS
short SQLAllocHandle(short handleType,
jnr.ffi.Pointer inputHandle,
jnr.ffi.Pointer outputHandle)
short SQLSetEnvAttr(jnr.ffi.Pointer environmentHandle,
short attribute,
jnr.ffi.Pointer value,
int stringLength)
short SQLSetConnectAttrW(jnr.ffi.Pointer hdbc,
int fAttribute,
jnr.ffi.Pointer rgbValue,
int cbValue)
short SQLDriverConnectW(jnr.ffi.Pointer hdbc,
jnr.ffi.Pointer hwnd,
jnr.ffi.Pointer szConnStrIn,
short cchConnStrIn,
jnr.ffi.Pointer szConnStrOut,
short cchConnStrOutMax,
jnr.ffi.Pointer pcchConnStrOut,
short fDriverCompletion)
short SQLFreeHandle(short handleType,
jnr.ffi.Pointer handle)
short SQLGetDiagRecW(short handleType,
jnr.ffi.Pointer handle,
short recNumber,
jnr.ffi.Pointer sqlState,
jnr.ffi.Pointer nativeErrorPtr,
jnr.ffi.Pointer messageText,
short bufferLength,
jnr.ffi.Pointer textLengthPtr)