Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStruct.java41 public interface Struct { interface
DSQLOutput.java341 void writeStruct(Struct x) throws SQLException; in writeStruct()
DConnection.java1303 Struct createStruct(String typeName, Object[] attributes) in createStruct()
/libcore/
Dopenjdk_java_files.bp745 "ojluni/src/main/java/java/sql/Struct.java",
/libcore/api/
Dcurrent.txt9007 method public java.sql.Struct createStruct(String, Object[]) throws java.sql.SQLException;
9821 method public void writeStruct(java.sql.Struct) throws java.sql.SQLException;
9978 public interface Struct {