odbc.sqltypes

Declarations for interfacing with the ODBC library.

Adapted with minimal changes from the work of David L. Davis (refer to the original announcement).

odbc.sqlext.d corresponds to the sqlext.h C header file.

Members

Aliases

BOOKMARK
alias BOOKMARK = uint
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DWORD
alias DWORD = uint
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GUID
alias GUID = SQLGUID
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HDBC
alias HDBC = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HENV
alias HENV = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HSTMT
alias HSTMT = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HWND
alias HWND = SQLPOINTER
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LDOUBLE
alias LDOUBLE = double
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PTR
alias PTR = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RETCODE
alias RETCODE = short
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SCHAR
alias SCHAR = byte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SDOUBLE
alias SDOUBLE = double
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SDWORD
alias SDWORD = int
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SFLOAT
alias SFLOAT = float
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SLONG
alias SLONG = long
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLCHAR
alias SQLCHAR = char
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDATE
alias SQLDATE = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDECIMAL
alias SQLDECIMAL = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDOUBLE
alias SQLDOUBLE = double
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFLOAT
alias SQLFLOAT = double
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHANDLE
alias SQLHANDLE = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHDBC
alias SQLHDBC = SQLHANDLE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHDESC
alias SQLHDESC = SQLHANDLE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHENV
alias SQLHENV = SQLHANDLE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHSTMT
alias SQLHSTMT = SQLHANDLE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLHWND
alias SQLHWND = HWND
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLINTEGER
alias SQLINTEGER = int
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLNUMERIC
alias SQLNUMERIC = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLPOINTER
alias SQLPOINTER = void*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLREAL
alias SQLREAL = float
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLRETURN
alias SQLRETURN = SQLSMALLINT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSCHAR
alias SQLSCHAR = byte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSMALLINT
alias SQLSMALLINT = short
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTCHAR
alias SQLTCHAR = SQLWCHAR
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTCHAR
alias SQLTCHAR = SQLCHAR
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTIME
alias SQLTIME = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTIMESTAMP
alias SQLTIMESTAMP = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLUINTEGER
alias SQLUINTEGER = ushort
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLUSMALLINT
alias SQLUSMALLINT = ushort
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLVARCHAR
alias SQLVARCHAR = ubyte
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLWCHAR
alias SQLWCHAR = ushort
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DATE_STRUCT
alias SQL_DATE_STRUCT = DATE_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_TIMESTAMP_STRUCT
alias SQL_TIMESTAMP_STRUCT = TIMESTAMP_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_TIME_STRUCT
alias SQL_TIME_STRUCT = TIME_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SSHORT
alias SSHORT = short
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SWORD
alias SWORD = short
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UDWORD
alias UDWORD = uint
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ULONG
alias ULONG = ulong
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
USHORT
alias USHORT = ushort
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UWORD
alias UWORD = ushort
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WORD
alias WORD = short
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

SQLINTERVAL
enum SQLINTERVAL
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

DATE_STRUCT
struct DATE_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGUID
struct SQLGUID
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DAY_SECOND_STRUCT
struct SQL_DAY_SECOND_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_INTERVAL_STRUCT
struct SQL_INTERVAL_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NUMERIC_STRUCT
struct SQL_NUMERIC_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_YEAR_MONTH_STRUCT
struct SQL_YEAR_MONTH_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TIMESTAMP_STRUCT
struct TIMESTAMP_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TIME_STRUCT
struct TIME_STRUCT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

SQL_MAX_NUMERIC_LEN
int SQL_MAX_NUMERIC_LEN;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

See Also

Meta