Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:getFloat

479     public float getFloat(int columnIndex) throws SQLException {
501 public float getFloat(String columnName) throws SQLException {
503 return getFloat(col);