代码搜索:LiteSQL
找到约 90 项符合「LiteSQL」的源代码
代码结果 90
www.eeworm.com/read/275731/4172252
map litesql_8hpp__incl.map
base referer
rect $types_8hpp-source.html 712,102 829,129
rect $except_8hpp-source.html 877,40 1002,66
rect $datetime_8hpp-source.html 146,464 282,490
rect $cursor_8hpp-source.html 541,134 664,161
rec
www.eeworm.com/read/275731/4172294
sh generate-generator.sh
#!/bin/sh
flexml -LSH -a litesql-gen.xml litesql.dtd
mv litesql.h litesql-gen.hpp
cat litesql.l|sed -e 's/#include "litesql\.h"/#include "litesql-gen\.hpp"/' > litesql-gen.l
rm litesql.l
cat litesql-g
www.eeworm.com/read/275731/4172041
hpp updatequery.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#ifndef _litesql_updatequery_hpp
#define _litesql_updatequery_hpp
#include "litesql/utils.hpp"
#include "litesql
www.eeworm.com/read/275731/4172288
am makefile.am
AM_CXXFLAGS=-I../../include
bin_PROGRAMS=litesql-gen
litesql_gen_SOURCES=litesql-gen.cpp litesql-gen-actions.cpp xmlobjects.cpp md5.cpp litesql-gen-cpp.cpp litesql-gen-main.cpp litesql-gen-main.hpp xm
www.eeworm.com/read/275731/4172327
cpp expr.cpp
/* LiteSQL - Expr-API implementation
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#include "litesql/expr.hpp"
#include "litesql/selectquery.hpp"
namespace litesql {
In::
www.eeworm.com/read/275731/4172031
hpp operations.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#ifndef __litesql_operations_hpp
#define __litesql_operations_hpp
#include "litesql/datasource.hpp"
/** \file ope
www.eeworm.com/read/275731/4172039
hpp database.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#ifndef _litesql_database_hpp
#define _litesql_database_hpp
#include
#include
#include "litesql/ty
www.eeworm.com/read/275731/4172043
hpp except.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#ifndef _litesql_except_hpp
#define _litesql_except_hpp
#include
#include
#include "litesql/u
www.eeworm.com/read/275731/4172047
hpp selectquery.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#ifndef _litesql_selectquery_hpp
#define _litesql_selectquery_hpp
#include "litesql/utils.hpp"
#include "litesq