Searched refs:precision (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/
H A DJDBCInfo.java68 /** Indicator that property designates the precision of mapped SQL type. */
96 /** Indicates precision of a fixed-point number column; default is null. */
97 private Integer precision = null; field in class:JDBCInfo
119 /** Mask to indicate whether or not {@link #precision} has a value. */
136 * @param precision See {@link precision}.
141 JDBCInfo(int jdbcType, Integer precision, Integer scale, argument
145 this.precision = precision;
193 this.precision
[all...]
H A DDDLGenerator.java322 * column_name type(precision, scale) null,
487 * column_name column_type(length, precision, scale) null
489 * length, precision, scale, and null are optional, and depend on
501 Integer precision = column.getPrecision();
514 } else if (column.isNumericType() && precision != null) {
516 columnContent.append(precision.toString());
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DMappingGenerator.java432 * scale and precision.
439 * @param precision an Integer for precision or <code>null</code>
443 Integer length, Integer scale, Integer precision)
449 column.setPrecision(precision);
462 * @param precision an Integer for precision or <code>null</code>
467 Integer precision) {
480 className, fieldName), precision);
516 private static final String SCALE_PRECISION_ATTRIBUTE = "scale-precision";
442 updateColumn(ColumnElement column, int jdbcType, Integer length, Integer scale, Integer precision) argument
465 updateProperties(Properties prop, String className, String fieldName, int jdbcType, Integer length, Integer scale, Integer precision) argument
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 40 milliseconds