Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gabriel Ivăncescu
wine
Commits
96e18688
Commit
96e18688
authored
2 years ago
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Add missing SQL prototype.
parent
ed1ed6ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/sqlucode.h
+8
-0
8 additions, 0 deletions
include/sqlucode.h
with
8 additions
and
0 deletions
include/sqlucode.h
+
8
−
0
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment