IODA Bundle
Types.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 1996-2012 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation nor
8  * does it submit to any jurisdiction.
9  */
10 
11 /// @author Simon Smart
12 /// @date Aug 2018
13 
14 #ifndef odc_sql_Types_H
15 #define odc_sql_Types_H
16 
17 #include "odc/api/ColumnType.h"
18 
19 namespace eckit { namespace sql { namespace type { class SQLType; }}}
20 
21 namespace odc {
22 namespace sql {
23 
24 //----------------------------------------------------------------------------------------------------------------------
25 
26 odc::api::ColumnType sqlToOdbType(const eckit::sql::type::SQLType& t);
27 
28 //----------------------------------------------------------------------------------------------------------------------
29 
30 } // namespace sql
31 } // namespace odc
32 
33 #endif
ColumnType sqlToOdbType(const SQLType &t)
Definition: Types.cc:26
Definition: ColumnInfo.h:23