提问人:GaneshaS 提问时间:8/30/2023 最后编辑:PinoGaneshaS 更新时间:8/30/2023 访问量:27
我创建了一个 PreparedStatement 对象,当我检查该元素时,我可以看到 m_type=12。这是什么m_type=12
I have created a PreparedStatement object and when I inspect that element I can see m_type=12. What is this m_type=12
问:
我创建了一个对象,并将我的 SQL 查询传递给了它。
之后,我通过读取数组为该对象设置了 9 个参数。PreparedStatement
PreparesStatement
当我检查对象引用时,我可以看到 .这是怎麽?PreparesStatement
m_type=12
m_type=12
答: 暂无答案
评论
java.sql.Types.VARCHAR
JDBCType
12 也是 VARCHAR。看起来像一个(ISO-8601 日期作为字符串)m_value
String
java.sql.JDBCType
java.sql.Types