Searched refs:SQLInput (Results 1 – 4 of 4) sorted by relevance
26 import java.sql.SQLInput;53 args = {SQLInput.class, String.class}
25 import java.sql.SQLInput;27 @TestTargetClass(SQLInput.class)
90 public void readSQL(SQLInput stream, String typeName) throws SQLException; in readSQL()
46 public interface SQLInput { interface