Searched defs:nullable (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.java93 /** True iff a column of this type is nullable; default is false. */
94 private boolean nullable = false; field in class:JDBCInfo
116 /** Mask to indicate whether or not {@link #nullable} has a value. */
139 * @param nullable See {@link nullable}.
142 Integer length, boolean nullable) {
148 this.nullable = nullable;
186 this.nullable = false; // default
188 this.nullable
141 JDBCInfo(int jdbcType, Integer precision, Integer scale, Integer length, boolean nullable) argument
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DDatabaseMetaDataWrapper.java640 * Retrieves whether columns in this database may be defined as non-nullable.
1834 * @param nullable include columns that are nullable.
1839 boolean nullable) throws SQLException {
1840 return databaseMetaData.getBestRowIdentifier(catalog, schema, table, scope, nullable);
1838 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/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 2312 milliseconds