且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

临时sql的列名称

更新时间:2023-11-29 13:16:34

准备查询,而不是执行查询,只需调用

Prepare the query, but rather than executing it, just call getMetaData on the prepared statement. Provided your driver supports it, this should return the result set meta data with the column descriptions without executing a query.