org.hydrateframework.sql
Class ExtendedResultSet.Calculator
java.lang.Object
org.hydrateframework.sql.ExtendedResultSet.Calculator
- Enclosing class:
- ExtendedResultSet
public abstract class ExtendedResultSet.Calculator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedResultSet.Calculator
public ExtendedResultSet.Calculator(int idx,
java.lang.String nm)
getColumnIndex
public int getColumnIndex()
getColumnType
public abstract int getColumnType()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCatalogName
public java.lang.String getCatalogName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnName
public java.lang.String getColumnName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isDefinitelyWritable
public boolean isDefinitelyWritable()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSchemaName
public java.lang.String getSchemaName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isSigned
public abstract boolean isSigned()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isReadOnly
public boolean isReadOnly()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isWritable
public boolean isWritable()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isSearchable
public boolean isSearchable()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getScale
public abstract int getScale()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isCaseSensitive
public boolean isCaseSensitive()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getPrecision
public abstract int getPrecision()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isCurrency
public boolean isCurrency()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnDisplaySize
public int getColumnDisplaySize()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnClassName
public abstract java.lang.String getColumnClassName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isAutoIncrement
public boolean isAutoIncrement()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnTypeName
public java.lang.String getColumnTypeName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTableName
public java.lang.String getTableName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnLabel
public java.lang.String getColumnLabel()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isNullable
public int isNullable()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getArray
public java.sql.Array getArray()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getAsciiStream
public java.io.InputStream getAsciiStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int scale)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBinaryStream
public java.io.InputStream getBinaryStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBlob
public java.sql.Blob getBlob()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBoolean
public boolean getBoolean()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getByte
public byte getByte()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBytes
public byte[] getBytes()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCharacterStream
public java.io.Reader getCharacterStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getClob
public java.sql.Clob getClob()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate(java.util.Calendar cal)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDouble
public double getDouble()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getFloat
public float getFloat()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getInt
public int getInt()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getLong
public long getLong()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject(java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getRef
public java.sql.Ref getRef()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getShort
public short getShort()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getString
public java.lang.String getString()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime(java.util.Calendar cal)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(java.util.Calendar cal)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getURL
public java.net.URL getURL()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getUnicodeStream
public java.io.InputStream getUnicodeStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2000 The Hydrate Project. All Rights Reserved.