Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DStatement.java130 int getMaxFieldSize() throws SQLException; in getMaxFieldSize() method
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java319 int getMaxFieldSize() throws SQLException; in getMaxFieldSize() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java461 assertEquals(i, st.getMaxFieldSize()); in testSetMaxFieldSize()