A.getString(intcolumnIndex):獲取指定列的String類型數(shù)據(jù)
B.getInt(intcolumnIndex):獲取指定列的int類型數(shù)據(jù)
C.getDouble(intcolumnIndex):獲取指定列的double類型數(shù)據(jù)
D.getObject(intcolumnIndex):獲取指定行的Object類型的數(shù)據(jù)
A.內(nèi)連接查詢
B.子查詢
C.右外連接查詢
D.左外連接查詢