Home
last modified time | relevance | path

Searched defs:setNull (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DAlignedBox.h91 EIGEN_DEVICE_FUNC inline void setNull() { setEmpty(); } in setNull() function
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java181 public void setNull(int parameterIndex, int sqlType, String typeName) in setNull() method in Impl_RowSet
185 public void setNull(int parameterIndex, int sqlType) throws SQLException { in setNull() method in Impl_RowSet
1188 public void setNull(String parameterName, int sqlType) throws SQLException { in setNull() method in Impl_RowSet
1192 public void setNull(String parameterName, int sqlType, String typeName) in setNull() method in Impl_RowSet