Field JAVA_OBJECT
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 _ps.setObject(_ind, field, Types.JAVA_OBJECT);
2 _ps.setNull(_ind, Types.JAVA_OBJECT);
3 setType("JAVA_OBJECT", Types.JAVA_OBJECT);
4 ,{"JAVA_OBJECT", new Integer(java.sql.Types.JAVA_OBJECT) }
5 case java.sql.Types.JAVA_OBJECT: typestr = "JAVA_OBJECT"; break; // NOI18N
6 case(Types.JAVA_OBJECT) :lrvClass = Object.class;break;
7 case java.sql.Types.JAVA_OBJECT:
8 case Types.JAVA_OBJECT:
9 hStringJDBCtypes.put(new Integer(java.sql.Types.JAVA_OBJECT),
10 case Types.JAVA_OBJECT:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.