Field LONGVARBINARY
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 case Types.LONGVARBINARY :
2 case Types.LONGVARBINARY :
3 if ((value instanceof byte[]) && (sqlType == Types.LONGVARBINARY))
4 if (((sqlType == Types.VARBINARY) || (sqlType == Types.LONGVARBINARY))
5 setType("LONGVARBINARY", Types.LONGVARBINARY);
6 ,{"LONGVARBINARY", new Integer(java.sql.Types.LONGVARBINARY) }
7 case java.sql.Types.LONGVARBINARY: typestr = "LONGVARBINARY"; break; // NOI18N
8 case(Types.LONGVARBINARY):lrvClass = Object.class;break;
9 case java.sql.Types.LONGVARBINARY:
10 if (md.getColumnType(1) == java.sql.Types.LONGVARBINARY) {
11 case Types.LONGVARBINARY:
12 case Types.LONGVARBINARY :
13 case Types.LONGVARBINARY:
14 if (m.getColumnType(i) == Types.LONGVARBINARY)
15 case Types.LONGVARBINARY:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.