Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
96e18688
Commit
96e18688
authored
Feb 08, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing SQL prototype.
parent
ed1ed6ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
sqlucode.h
include/sqlucode.h
+8
-0
No files found.
include/sqlucode.h
View file @
96e18688
...
...
@@ -32,6 +32,9 @@ extern "C" {
#define SQL_WVARCHAR (-9)
#define SQL_WLONGVARCHAR (-10)
SQLRETURN
WINAPI
SQLColAttributesW
(
SQLHSTMT
hstmt
,
SQLUSMALLINT
icol
,
SQLUSMALLINT
fDescType
,
SQLPOINTER
rgbDesc
,
SQLSMALLINT
cbDescMax
,
SQLSMALLINT
*
pcbDesc
,
SQLLEN
*
pfDesc
);
SQLRETURN
WINAPI
SQLConnectW
(
SQLHDBC
ConnectionHandle
,
SQLWCHAR
*
ServerName
,
SQLSMALLINT
NameLength1
,
SQLWCHAR
*
UserName
,
SQLSMALLINT
NameLength2
,
...
...
@@ -43,6 +46,11 @@ SQLRETURN WINAPI SQLDescribeColW(SQLHSTMT StatementHandle,
SQLSMALLINT
*
DataType
,
SQLULEN
*
ColumnSize
,
SQLSMALLINT
*
DecimalDigits
,
SQLSMALLINT
*
Nullable
);
SQLRETURN
WINAPI
SQLDriverConnectW
(
SQLHDBC
ConnectionHandle
,
SQLHWND
WindowHandle
,
WCHAR
*
InConnectionString
,
SQLSMALLINT
Length
,
WCHAR
*
OutConnectionString
,
SQLSMALLINT
BufferLength
,
SQLSMALLINT
*
Length2
,
SQLUSMALLINT
DriverCompletion
);
SQLRETURN
WINAPI
SQLExecDirectW
(
SQLHSTMT
StatementHandle
,
SQLWCHAR
*
StatementText
,
SQLINTEGER
TextLength
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment