代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/118801/6094808
pro mysql.pro
TEMPLATE = lib
CONFIG += qt plugin
HEADERS = ../../../../src/sql/drivers/mysql/qsql_mysql.h
SOURCES = main.cpp \
../../../../src/sql/drivers/mysql/qsql_mysql.cpp
unix {
OBJECTS_DIR = .obj
www.eeworm.com/read/116211/6113487
sql mysql.sql
# ################
# PermissionControl
# ################
PermissionControl.deleteAllUserRoleValuesByGroup = DELETE jforum_role_values \
FROM jforum_roles r, jforum_role_values rv, jforum_user
www.eeworm.com/read/116211/6113488
properties mysql.properties
#Sun Oct 31 18:00:21 GMT-03:00 2004
database.connection.password=root
dbname=jforum
database.connection.host=localhost
database.connection.pool.min=10
database.connection.pool.timeout=120
databa
www.eeworm.com/read/113253/6132772
java mysql.java
package com.jdon.simpleregister;
import java.sql.*;
import java.io.*;
/**
*
* Title:
* Description:
* JDBC通用操作类
*
* 关于数据库的主要操作有:获取数据库连接;数据库查询、插入、修改、删除;
* 断开数据库连接。这些数据库操
www.eeworm.com/read/111677/6153835
mysql idtable.mysql
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#en
www.eeworm.com/read/109473/6174182
sql mysql.sql
DROP TABLE IF EXISTS c_messages;
CREATE TABLE c_messages (
type tinyint(1) DEFAULT '0' NOT NULL,
room varchar(30) NOT NULL,
username varchar(30) NOT NULL,
latin1 tinyint(1) DEFAULT '0
www.eeworm.com/read/108417/6182799
java mysql.java
/*
* Mysql Authentication Module:
* By Leif Jackson
* Last Updated: 03.22.2000
* ChangeLog:
* - 03.21.2000
* * Created base SQL code for auth and create a local connec
www.eeworm.com/read/105298/6199750
h mysql.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/366094/6287001
fne mysql.fne
www.eeworm.com/read/493805/6391124