try {
...
} catch (SQLException sqle) {
String theError = (sqle).getSQLState();
...
}
用括号括起来有什么作用sqle
?任何事物?
只是好奇。
try {
...
} catch (SQLException sqle) {
String theError = (sqle).getSQLState();
...
}
用括号括起来有什么作用sqle
?任何事物?
只是好奇。