39d3f2bb3a
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
23 lines
856 B
C++
23 lines
856 B
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
#ifndef INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
|
|
#define INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
|
|
|
|
#include <sal/types.h>
|
|
#include <rtl/ustring.hxx>
|
|
#include <connectivity/sqlnode.hxx>
|
|
|
|
OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const ::connectivity::OSQLParseNode* pEscapeNode, bool bInternational);
|
|
int SQLyyparse (void);
|
|
void setParser( ::connectivity::OSQLParser* );
|
|
|
|
#endif // INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|