Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DStatement.java311 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()
/libcore/api/
Dcurrent.txt9961 method public void setCursorName(String) throws java.sql.SQLException;