当前位置:  技术问答>java相关

关于Timestamp在数据库里的检索问题???

    来源: 互联网  发布时间:2015-06-15

    本文导语:  Timestamp ts1 = new Timestamp(long); sql语句: select * from whz_worktime where start_time="??????" 其中start_time为表格whz_worktime中的列名, 问大家: ??????内容该如何确定.最好能判断,不要太精确.比如从某某时间到某某时间. ...

Timestamp ts1 = new Timestamp(long);

sql语句:
select * from whz_worktime where start_time="??????"
其中start_time为表格whz_worktime中的列名,

问大家:
??????内容该如何确定.最好能判断,不要太精确.比如从某某时间到某某时间.

|
这样来做:
String strSqlTemp = "select * from whz_worktime where start_time=?";
以strSqlTemp 为参数
用Connection 的public PreparedStatement prepareStatement(String sql)
                                   throws SQLException方法
得到PreparedStatement,然后再用PreparedStatement的方法
public void setTimestamp(int parameterIndex,
                         Timestamp x)
                  throws SQLException
来设置条件。

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.security类timestamp的类成员方法: timestamp定义及介绍
  • 为什么不能这样构造:Timestamp t = new Timestamp(2000,1,1,15,45,29,987245732);????
  • java命名空间java.sql类timestamp的类成员方法: timestamp定义及介绍
  • MySQL错误TIMESTAMP column with CURRENT_TIMESTAMP的解决方法
  • java命名空间java.sql类timestamp的类成员方法: equals定义及介绍
  • 如何生成timestamp
  • java命名空间java.sql类timestamp的类成员方法: after定义及介绍
  • 如何把String(如:2002-5-17 16:15:11)转化为Timestamp类型
  • java命名空间java.sql类timestamp的类成员方法: before定义及介绍
  • timestamp 有什么好处,具体什么地方用?
  • java命名空间java.sql类types的类成员方法: timestamp定义及介绍
  • mysql 数据类型TIMESTAMP
  • java命名空间java.sql类timestamp的类成员方法: compareto定义及介绍
  • 如何获得系统时间,类型为java.sql.Timestamp
  • java命名空间java.sql类timestamp的类成员方法: getnanos定义及介绍
  • Java里得到00:00:00格式的时分秒的Timestamp
  • java命名空间java.sql类timestamp的类成员方法: valueof定义及介绍
  • oracle日期时间型timestamp的深入理解
  • java命名空间java.sql类timestamp的类成员方法: setnanos定义及介绍
  • Linux 下怎样把UNIX timestamp 时间转化为其他格式?
  • java命名空间java.util类uuid的类成员方法: timestamp定义及介绍
  • oracle SCN跟TIMESTAMP之间转换


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3