Searched defs:col (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DJDOHelper.java297 * @param col collection of objects to get the class loader for
301 static private ClassLoader getCollectionClassLoader (Collection col) { argument
302 Object[] arr = col.toArray();
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DErrorMsg.java70 * @param col column number
74 public static void error(int line, int col, String text) argument
80 Object args[] = {new Integer(line), new Integer(col), text};
84 else if (col > 0) {
86 Object args[] = {new Integer(col), text};
124 * @param col column number
129 public static void unsupported(int line, int col, String text) argument
136 Object args[] = {new Integer(line), new Integer(col), text};
140 else if (col > 0) {
142 Object args[] = {new Integer(col), tex
[all...]
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/
H A DErrorMsg.java97 * @param col column number
100 public void error(int line, int col, String msg) argument
107 Object args[] = {context, new Integer(line), new Integer(col), msg};
111 else if (col > 0)
114 Object args[] = {context, new Integer(col), msg};
131 * @param col column number
134 public void unsupported(int line, int col, String msg) argument
141 Object args[] = {context, new Integer(line), new Integer(col), msg};
145 else if (col > 0)
148 Object args[] = {context, new Integer(col), ms
[all...]
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DMappingFile.java1901 String fieldName, ColumnElement col) throws ModelException {
1905 if (col != null)
1906 mfe.addColumn(col);
1900 createMappingField(MappingClassElement mce, String fieldName, ColumnElement col) argument
/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 50 milliseconds