代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/339446/3302743
cpp mysql.cpp
#include "mysql.h"
int main(int, char **)
{
return 0;
}
www.eeworm.com/read/339446/3305950
pro mysql.pro
TARGET = qsqlmysql
HEADERS = ../../../sql/drivers/mysql/qsql_mysql.h
SOURCES = main.cpp \
../../../sql/drivers/mysql/qsql_mysql.cpp
unix: {
isEmpty(QT_LFLAGS_MYSQL) {
!contains(LI
www.eeworm.com/read/334812/3362556
sql mysql.sql
drop database if exists hiexample;
create database hiexample;
grant all privileges on olat.* to test@"%" identified by "test";
grant all privileges on olat.* to test@localhost identified by "test";
www.eeworm.com/read/331732/3405260
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/331045/3418781
java mysql.java
package librarysystem;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.St
www.eeworm.com/read/331045/3418808
java mysql.java
package library;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statemen
www.eeworm.com/read/326134/3474396
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/323643/3511095
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/321498/3533247
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