Uses of Interface
java.sql.Struct
| Package | Description |
|---|---|
| java.sql | |
| SQLite.JDBC2z |
-
Uses of Struct in java.sql
Methods in java.sql that return Struct Modifier and Type Method Description StructConnection. createStruct(String typeName, Object[] attributes)Returns a newStructcontaining the givenattributes.Methods in java.sql with parameters of type Struct Modifier and Type Method Description voidSQLOutput. writeStruct(Struct theStruct)Write an SQLStructvalue into the output stream. -
Uses of Struct in SQLite.JDBC2z
Methods in SQLite.JDBC2z that return Struct Modifier and Type Method Description StructJDBCConnection. createStruct(String type, Object[] attrs)