A.\? B.? C.help D.\h
A.typeofv B.typeof(v) C.v.typeof D.v(typeof)
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.增加 B.刪除 C.替換 D.查詢
A.smallint B.mediumint C.float D.int