Field STRUCT
Field type: int
Member of: java.sql.Types
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 setType("STRUCT", Types.STRUCT);
2 ,{"STRUCT", new Integer(java.sql.Types.STRUCT) }
3 case(Types.STRUCT) :lrvClass = Object.class;break;
4 case java.sql.Types.STRUCT:
5 case Types.STRUCT:
6 case Types.STRUCT:
7 hStringJDBCtypes.put(new Integer(java.sql.Types.STRUCT), "STRUCT");
8 case Types.STRUCT:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.