Home
last modified time | relevance | path

Searched refs:setCursorName (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DStatement.java562 public void setCursorName(String name) throws SQLException; in setCursorName() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java1003 st.setCursorName("test"); in testSetCursorName()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java752 statement.setCursorName(new String(new byte[nameLength + 1])); in test_getMaxCursorNameLength()