Home
last modified time | relevance | path

Searched defs:getMaxFieldSize (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DStatement.java409 public int getMaxFieldSize() throws SQLException; in getMaxFieldSize() method
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java223 public int getMaxFieldSize() throws SQLException { in getMaxFieldSize() method in JDBCStatement
/libcore/luni/src/main/java/javax/sql/
DRowSet.java161 public int getMaxFieldSize() throws SQLException; in getMaxFieldSize() method
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java66 public int getMaxFieldSize() throws SQLException { in getMaxFieldSize() method in Impl_RowSet