代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/292476/3953072
h sql.h
#ifndef __SQLFNCT
#define __SQLFNCT
int sqlConnect(char* hostname, char* username, char* password, char* table ,int port, MYSQL* rMysql)
{
mysql_init(rMysql);
mysql_options(rMysql,MYSQL
www.eeworm.com/read/292073/3958875
sql install.sql
CREATE TABLE `__DB_PREFIX__pluginBackup_backup` (
`id` int(11) NOT NULL auto_increment,
`hash` text NOT NULL,
`uid` int(11) NOT NULL default '0',
`ts` int(11) NOT NULL default '0',
`siz
www.eeworm.com/read/292073/3958925
sql installold.sql
/*
CREATE TABLE `__DB_PREFIX__banners` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`bannerurl` text,
`language` varchar(255) default NULL,
`linkurl` varc
www.eeworm.com/read/292073/3958943
sql install.sql
CREATE TABLE `__DB_PREFIX__advhotornot` (
`ratingid` int(11) NOT NULL default '0'
);
INSERT INTO `__DB_PREFIX__advhotornot` VALUES (1);
CREATE TABLE `__DB_PREFIX__advhotornot_ratings` (
`
www.eeworm.com/read/292073/3958959
sql install.sql
CREATE TABLE `__DB_PREFIX__hotornot` (
`ratingid` int(11) NOT NULL default '0'
);
INSERT INTO `__DB_PREFIX__hotornot` VALUES (1);
www.eeworm.com/read/292073/3958976
sql install.sql
CREATE TABLE `__DB_PREFIX__speedDater_speeddater` (
`id` int(11) NOT NULL auto_increment,
`owner` int(11) NOT NULL default '0',
`friend` int(11) NOT NULL default '0',
`ts` int(11) NOT NULL
www.eeworm.com/read/292073/3959027
sql install.sql
CREATE TABLE `__DB_PREFIX__myFriends_friends` (
`id` int(11) NOT NULL auto_increment,
`owner` int(11) NOT NULL default '0',
`friend` int(11) NOT NULL default '0',
`conf` text NOT NULL,