Method setNanos(int n)
Return type: void
Member of:
java.sql.Timestamp
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
p_sqlTimeStamp.setNanos(0);
2
sqldate.setNanos(0);
3
result.setNanos(0);
4
result.setNanos(nanos);
5
ts.setNanos(nano);
6
ts.setNanos(Integer.parseInt(nanostring));
7
l_return.setNanos(f);
8
result.setNanos(nanos);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.