Home
last modified time | relevance | path

Searched refs:setNull (Results 1 – 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java123 public void setNull(int parameterIndex, int sqlType) throws SQLException {
482 public void setNull(int parameterIndex, int sqlType, String typeName)
484 setNull(parameterIndex, sqlType);
517 public void setNull(String parameterName, int sqlType)
639 public void setNull(String parameterName, int sqlType, String typeName)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteProgram.java45 actualDBstatement.setNull(index,java.sql.Types.NULL); in bindNull()
/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
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h91 EIGEN_DEVICE_FUNC inline void setNull() { setEmpty(); } in setNull() function