Searched defs:getNString (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java2057 String getNString(int parameterIndex) throws SQLException; method in interface:CallableStatement
2084 String getNString(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java3264 String getNString(int columnIndex) throws SQLException; method in interface:ResultSet
3285 String getNString(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java5033 public String getNString(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
5051 public String getNString(String columnName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8085 public String getNString(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
8103 public String getNString(String columnName) throws SQLException { method in class:CachedRowSetImpl

Completed in 128 milliseconds