tar -xf TcaplusPbApi3.46.0.199033.x86_64_release_20201210.tar.gz -C tcaplus
cd tcaplus/release/x86_64/binchmod +x tcaplus_client
./tcaplus_client
命令,会提示连接数据库所需的参数信息,用户可以根据自己的集群信息进行填写。## ./tcaplus_client--------------------------------------------------------------------------------invalid parameters, please start the client as following:./tcaplus_client -a app_id -z zone_id -s signature -d dir_server_url [-t table_name] [-l log_file.xml] [-T tdr_file.tdr] [-e execute_command]the params in [] are optional, and their order is not important.-a(--ap_id) APP ID-z(--zone_id) ZONE ID-s(--signature) PASSWORD-d(--dir) dir server addr-t(--table) table to add-l(--log) log file name that must be client_log.xml, and log class name be client-T(--tdr) tdr filename-e(--execute) SQL command need to execute, the content should be in quotes.e.g. ./tcaplus_client -a 2 -z 3 -s "FE6533875C8385C3" -d 172.25.40.181:9999 -T table_test.tdr -e "select a, b from table where key = 1;"--------------------------------------------------------------------------------
./tcaplus_client -a 2 -z 1 -s "test@Password1" -d 10.125.32.21:9999+------------------------------------------------------------------------------+| tcaplus_client x86_64 build at Wed Jan 18 22:08:38 CST 2017 || || Welcome! |+------------------------------------------------------------------------------+tcaplus>
> help 具体命令
可以查看具体使用方法。tcaplus>help--------------------------------------------------------------------------------help: show usage of commands, example: "help select;".show: get server status related information. executing "help show;" for details.exit/quit: exit the client.count: print record number in the database.desc: print table field name and type.select: query records from database.insert: insert a new record into database.replace: replace a record into the database.update: update a record in the database.delete: delete record(s) from database.dump: dump records from database.load: load records into the database.--------------------------------------------------------------------------------
参数 | 说明 | 是否必填 |
-a | 接入 ID | 是 |
-z | 表格组 ID | 是 |
-s | 集群密码 | 是 |
-d | 集群 IP 地址及端口 | 是 |
-t | 表格名 | 否 |
-l | 日志文件输出设置,文件名必须是 client_log.xml | 否 |
-T | tdr 文件路径 | 否 |
-e | 需要执行的 SQL 语句 | 否 |
-v | 版本查询 | 否 |
< | 重定向 SQL 语句到 client 执行 | 否 |
[root@test-PC0 /opt]# ./tcaplus_client -a 2 -z 3 -s C12901752D0D3347 -d 8.x.x.8:9999 -T /mnt/e/tdr/2.3.table_list.tdr====== Welcome to use tcaplus_client, use "help" to show usage ======tcaplus > exit[root@test-PC0 /opt]# ./tcaplus_client -a 2 -z 3 -s C12901752D0D3347 -d 8.x.x.8:9999 -T /mnt/e/tdr/2.3.table_list.tdr -e "show tables;"-------------------------------------------| Table Name Type |-------------------------------------------| MTownRoleInfo GENERIC || table_generic GENERIC || table_generic_xiahuaxian GENERIC || table_list LIST || test_table GENERIC |-------------------------------------------
tdr -B -o ov_res.tdr ov_res.xml#xml 格式元数据库生成 .tdr 二进制库tdr -C -o ov_res.c --old_xml_tagset ov_res.xml#使用老标签集的 xml 格式元数据库生成 .c 文件tdr -H -O "include" --add_custom_prefix="m_" --no_type_prefix#xml 元数据库生成 .h 文件,生成的文件保存在 include 目录#结构体(struct)/联合体(union)成员名添加前缀"m_",但不添加类型前缀tdr -G -m Pkg -x ATTR -o Pkg.xml net_protocol.xml#为 Pkg 生成 xml 格式的配置文件, 剪切版本为 Pkg 的最大版本, 文件名为 Pkg.xmltdr -T -u prefixfile#导出生成 .h 文件时使用的数据成员前缀表到文件 prefixfile 中tdr -A --indent-size=8 net_protocol.xml#根据 net_protocol.xml 中描述的协议生成 ActionScript3 语言的类文件,缩进大小为8个空格tdr -P --indent-size=8 net_protocol.xml#根据 net_protocol.xml 中描述的协议生成 C++ 语言的类文件,缩进大小为8个空格tdr -S --indent-size=8 net_protocol.xml#根据 net_protocol.xml 中描述的协议生成 C# 语言的类文件,缩进大小为8个空格tdr -E 0x83010404#查询错误号0x83010404对应的错误信息
tdr2xml [-o --out_file=FILE] [-h --help] [-v --version] DRFILE各选项的含义如下:-o, --out_file=FILE 指定输出文件的名字,缺省为 a.xml-h, --help 输出使用帮助-v, --version 输出版本信息
tdr2xml –o net_cs.xml net_cs.tdr
本页内容是否解决了您的问题?