好吧,同意你。
最后,给你看看自动生成的SQL语句:
bind_ins:prepare sth=0,
stmt=INSERT INTO EMASS_TRANS.T_YKTOR_CREDIT_PAY_MATCH (streamin
g_session_id,record_index,pack_uid,host_name,txn_ssn_a,txn_ssn_b,data_version,settlement_date,business_date,ud_type,ud_su
btype,card_issuer_id,destination_participant_id,product_issuer_id,card_type,source_participant_id,service_participant_id,
entry_source_participant_id,trip_origin_location,entry_device_id,entry_udsn,entry_time,entry_sam_id,entry_ctsn,entry_mode
,current_location,device_id,udsn,txn_date_time,sam_id,ptsn,exit_mode,reconciliation_date,product_type,card_serial_number,
should_pay_value,value_per_ride,pass_end_date_time,overtime_ajust_value,transaction_value,discount_lowpeak,discount_cardt
ype,discount_value_sum,trans_value_before,trans_value_after,integral_startdate,match_type,charge_type,currency_indicator_
fin_details,issuer_abort_reason,iss_exception_proc_abrtd,iss_exception,iss_txn_reflection,issr_verific_result,issr_card_v
erific_result,issr_app_verific_result,issr_product_verific_result,cch_verific_result_field,cch_flags_txn_portion,cch_flag
s_txn_summarised,cch_flags_txn_forwarded,cch_flags_txn_apportioned,cch_txn_good_for_summaries,cch_no_further_proc,cch_exc
eption,cch_txn_not_to_issuer,cch_txn_approved,cch_verification_start_time,cch_verification_end_time,exception_list,produc
t_subtype) VALUES ( :1, :2, :3, :4, :5, :6, :7,TO_DATE(:8,'YYYY-MM-DD HH24:MI:SS'),TO_DATE(:9,'YYYY-MM-DD HH24:MI:SS'), :
10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21,TO_DATE(:22,'YYYY-MM-DD HH24:MI:SS'), :23, :24, :25, :26, :27,
:28,TO_DATE(:29,'YYYY-MM-DD HH24:MI:SS'), :30, :31, :32,TO_DATE(:33,'YYYY-MM-DD HH24:MI:SS'), :34, :35, :36, :37,TO_DATE(
:38,'YYYY-MM-DD HH24:MI:SS'), :39, :40, :41, :42, :43, :44, :45, :46, :47, :48, :49, :50, :51, :52, :53, :54, :55, :56, :
57, :58, :59, :60, :61, :62, :63, :64, :65, :66, :67,TO_DATE(:68,'YYYY-MM-DD HH24:MI:SS'),TO_DATE(:69,'YYYY-MM-DD HH24:MI
:SS'), :70, :71)
我要说的是,没有自动语句生成,没有自动绑定,谁会反反复复写这玩意儿!列名与占位符的对应别搞错哦!逐列绑定好玩吗?
一个码农,要对付一大堆的这玩意儿,他会临时让AI搞一个吗?下一个项目呢?
你发的程序,我看原理上可以,离实用差很远,要走的路还很长。
完成整个的系统,恐怕工作量不会比我小。
整个的系统,包括但不限于,各种SQL语句,序列化和反序列化(数据库的和非数据库的,需要另外的模板生成方法)各种格式。
静态反射完不成这个任务。
【 在 yuanmo 的大作中提到: 】
: 我反复说的区别是:
: 古法编程时代,是你拉着10个初级程序员苦哈哈地干活,你要考虑人员能力不足的问题。
: AI编程时代,是10个神级程序员带你飞,你要考虑往哪里飞。
: ...................
--
修改:ylh1969 FROM 221.221.54.*
FROM 221.221.54.*