Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:getdouble

452     public double getDouble(int columnIndex) throws SQLException {
474 public double getDouble(String columnName) throws SQLException {
476 return getDouble(col);