Data Services 10.1.1
- Data Services 10.1.1
- Alle Produkte
String sql = "select * from VT where COL_BIGINT = ?"; PreparedStatement stmt = connection.prepareStatement(sql); stmt.setLong (1,new Long("9223372036854775807"));
Aktualisiert June 09, 2018