Searched defs:getLong (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DInputObject.java149 public long getLong(String key) throws InputException { method in class:InputObject
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DCallableStatementWrapper.java233 public long getLong(int parameterIndex) throws SQLException { method in class:CallableStatementWrapper
234 return callableStatement.getLong(parameterIndex);
769 * @see #getLong
1252 public long getLong(String parameterName) throws SQLException { method in class:CallableStatementWrapper
1253 return callableStatement.getLong(parameterName);
H A DResultSetWrapper.java224 public long getLong(int columnIndex) throws SQLException { method in class:ResultSetWrapper
225 return resultSet.getLong(columnIndex);
495 public long getLong(String columnName) throws SQLException { method in class:ResultSetWrapper
496 return resultSet.getLong(columnName);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsgContext.java161 public final long getLong( int i) { method in class:MsgContext
443 long t1= getLong( MsgContext.TIMER_PRE_REQUEST ) -
444 getLong( MsgContext.TIMER_RECEIVED );
445 long t2= getLong( MsgContext.TIMER_POST_REQUEST ) -
446 getLong( MsgContext.TIMER_PRE_REQUEST );
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c61 local uLong getLong OF((gz_stream *s));
416 if (getLong(s) != s->crc) {
419 (void)getLong(s);
803 local uLong getLong (s) function
/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 58 milliseconds