Searched refs:setCursorName (Results 1 – 3 of 3) sorted by relevance
562 public void setCursorName(String name) throws SQLException; in setCursorName() method
1003 st.setCursorName("test"); in testSetCursorName()
752 statement.setCursorName(new String(new byte[nameLength + 1])); in test_getMaxCursorNameLength()