Field DECIMAL
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
public static final SQLType DECIMAL = new SQLType("DECIMAL", Types.DECIMAL, 2);
2
this.i_sqlType = java.sql.Types.DECIMAL;
3
if (!setNull(position, value, java.sql.Types.DECIMAL))
4
setNull(parameterIndex, Types.DECIMAL);
5
return (BigDecimal) getColumnInType(columnIndex, Types.DECIMAL);
6
case(Types.DECIMAL) :mFormatDecimal = new DecimalFormat(lPattern);
7
Column.createSQLString(x, Types.DECIMAL));
8
case Types.DECIMAL :
9
case Types.DECIMAL:
10
setType("DECIMAL", Types.DECIMAL);
11
,{"DECIMAL", new Integer(java.sql.Types.DECIMAL) }
12
case Types.DECIMAL:
13
case java.sql.Types.DECIMAL: typestr = "DECIMAL"; break; // NOI18N
14
case Types.DECIMAL:
15
case Types.DECIMAL:
16
|| type.intValue() == Types.DECIMAL
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.