Kaydet (Commit) a2af2407 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt Kaydeden (comit) Michael Meeks

Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)

The firebird driver was created on the basis of the skeleton driver
(odk/examples/DevelopersGuide/Database/DriverSkeleton/). This is under
BSD licence within the LO codebase but was relicenced as ALV2 within AOO.
(see http://svn.apache.org/viewvc?view=revision&revision=1239200 )

MPL added as all my changes to the driver are released as MPL.

Change-Id: Iea22043281fbc16f6813ce97dce449b10914a91d
üst b8608fdd
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FConnection.hxx" #include "FConnection.hxx"
#include "FDatabaseMetaData.hxx" #include "FDatabaseMetaData.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_CONNECTION_HXX #ifndef CONNECTIVITY_FIREBIRD_CONNECTION_HXX
#define CONNECTIVITY_FIREBIRD_CONNECTION_HXX #define CONNECTIVITY_FIREBIRD_CONNECTION_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FDatabaseMetaData.hxx" #include "FDatabaseMetaData.hxx"
#include "FDatabaseMetaDataResultSet.hxx" #include "FDatabaseMetaDataResultSet.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX #ifndef CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX
#define CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX #define CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FDriver.hxx" #include "FDriver.hxx"
#include "FConnection.hxx" #include "FConnection.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_DRIVER_HXX #ifndef CONNECTIVITY_FIREBIRD_DRIVER_HXX
#define CONNECTIVITY_FIREBIRD_DRIVER_HXX #define CONNECTIVITY_FIREBIRD_DRIVER_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FConnection.hxx" #include "FConnection.hxx"
#include "FPreparedStatement.hxx" #include "FPreparedStatement.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX #ifndef CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX
#define CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX #define CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FResultSet.hxx" #include "FResultSet.hxx"
#include "FResultSetMetaData.hxx" #include "FResultSetMetaData.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_RESULTSET_HXX #ifndef CONNECTIVITY_FIREBIRD_RESULTSET_HXX
#define CONNECTIVITY_FIREBIRD_RESULTSET_HXX #define CONNECTIVITY_FIREBIRD_RESULTSET_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FResultSetMetaData.hxx" #include "FResultSetMetaData.hxx"
#include "Util.hxx" #include "Util.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX #ifndef CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX
#define CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX #define CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include <sal/types.h> #include <sal/types.h>
#include "FDriver.hxx" #include "FDriver.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FDriver.hxx" #include "FDriver.hxx"
#include "FStatement.hxx" #include "FStatement.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_STATEMENT_HXX #ifndef CONNECTIVITY_FIREBIRD_STATEMENT_HXX
#define CONNECTIVITY_FIREBIRD_STATEMENT_HXX #define CONNECTIVITY_FIREBIRD_STATEMENT_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX #ifndef CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX
#define CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX #define CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#include "FDriver.hxx" #include "FDriver.hxx"
#include "FResultSet.hxx" #include "FResultSet.hxx"
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/************************************************************************* /*
* This file is part of the LibreOffice project.
* *
* The Contents of this file are made available subject to the terms of * This Source Code Form is subject to the terms of the Mozilla Public
* the BSD license. * 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/.
* *
* Copyright 2000, 2010 Oracle and/or its affiliates. * This file incorporates work covered by the following license notice:
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Licensed to the Apache Software Foundation (ASF) under one or more
* modification, are permitted provided that the following conditions * contributor license agreements. See the NOTICE file distributed
* are met: * with this work for additional information regarding copyright
* 1. Redistributions of source code must retain the above copyright * ownership. The ASF licenses this file to you under the Apache
* notice, this list of conditions and the following disclaimer. * License, Version 2.0 (the "License"); you may not use this file
* 2. Redistributions in binary form must reproduce the above copyright * except in compliance with the License. You may obtain a copy of
* notice, this list of conditions and the following disclaimer in the * the License at http://www.apache.org/licenses/LICENSE-2.0 .
* documentation and/or other materials provided with the distribution. */
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX #ifndef CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX
#define CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX #define CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment