代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/288569/4006372
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/280962/4121081
py mysql.py
# mysql.py
# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licens
www.eeworm.com/read/280962/4121300
py mysql.py
import testenv; testenv.configure_for_tests()
import sets
from sqlalchemy import *
from sqlalchemy import sql, exceptions
from sqlalchemy.databases import mysql
from testlib import *
class TypesTest
www.eeworm.com/read/279646/4135689
h mysql.h
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwar
www.eeworm.com/read/277227/4157974
sql mysql.sql
drop table if exists OS_PROPERTYENTRY cascade;
create table OS_PROPERTYENTRY
(
GLOBAL_KEY varchar(250) NOT NULL,
ITEM_KEY varchar(250) NOT NULL,
ITEM_TYPE tinyint,
STRING_VALUE varchar(255),
DATE
www.eeworm.com/read/275731/4172034
hpp mysql.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
/** \file mysql.hpp
* MySQL MySQL::Cursor MySQL::Backend */
#ifndef _litesql_mysql_hpp
#define _litesql_mysql_hp
www.eeworm.com/read/275731/4172322
cpp mysql.cpp
/* LiteSQL - MySQL-backend implementation
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
#include "compatibility.hpp"
#include "litesql/mysql.hpp"
#ifdef HAVE_LIBMYSQLCLIENT
www.eeworm.com/read/275582/4173269
h mysql.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* defines for libmysql */
#ifndef _mysql_h
www.eeworm.com/read/274610/4184889
c mysql.c
// Copyright (c) 2004 David Muse
// See the file COPYING for more information
#include
#include
#include
#define NEED_DATATY