nl.knowledgeplaza.util
Class JdbcUtil.JdbcMap

java.lang.Object
  extended by nl.knowledgeplaza.util.LinearMap
      extended by nl.knowledgeplaza.util.JdbcUtil.JdbcMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
JdbcUtil

public static class JdbcUtil.JdbcMap
extends LinearMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
JdbcUtil.JdbcMap()
           
 
Method Summary
 byte getByte(String name)
           
 Date getDate(String name)
           
 double getDouble(String name)
           
 double getFloat(String name)
           
 GregorianCalendar getGregorianCalendar(String name)
           
 int getInt(String name)
           
 long getLong(String name)
           
 Object getObject(String name)
           
 short getShort(String name)
           
 String getString(String name)
           
 
Methods inherited from class nl.knowledgeplaza.util.LinearMap
clear, containsKey, containsValue, entrySet, find, findValue, get, getKeyAt, getValueAt, isEmpty, keySet, put, putAll, putAt, putBefore, remove, removeAt, size, toString, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JdbcUtil.JdbcMap

public JdbcUtil.JdbcMap()
Method Detail

getObject

public Object getObject(String name)

getByte

public byte getByte(String name)

getShort

public short getShort(String name)

getInt

public int getInt(String name)

getLong

public long getLong(String name)

getDouble

public double getDouble(String name)

getFloat

public double getFloat(String name)

getDate

public Date getDate(String name)

getString

public String getString(String name)

getGregorianCalendar

public GregorianCalendar getGregorianCalendar(String name)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.