1 Star 0 Fork 0

xugu-tech/xugu_nodejs_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
drv_test_dml.js 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyb 提交于 2024-10-25 15:01 . first commit
const xugu = require('../build/Release/xugudbjs');
const conn = xugu.createConnection('IP=192.168.2.216;Port=5138;Database=SYSTEM;USER=SYSDBA;PWD=SYSDBA;char_set=GBK');
conn.connect();
conn.query('use DB_NODEJS');
conn.query("drop table ?", ['nodejs_float']);
conn.query("drop table nodejs_double");
conn.query("drop table nodejs_char");
conn.query("drop table nodejs_varchar");
conn.query("drop table nodejs_numeric");
conn.query("drop table nodejs_clob");
conn.query("drop table nodejs_blob");
conn.query("drop table nodejs_datetime");
conn.query("drop table nodejs_time");
conn.query("drop table nodejs_boolean");
conn.query("drop table nodejs_t1");
conn.query("drop table nodejs_t2");
conn.query("drop table nodejs_t3");
conn.query("drop table nodejs_t4");
conn.end();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/XuguDB/xugunodejsdemo.git
[email protected]:XuguDB/xugunodejsdemo.git
XuguDB
xugunodejsdemo
xugu_nodejs_demo
master

搜索帮助