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