org.sourceforge.jxdbcon
Class DefaultStruct
java.lang.Object
|
+--org.sourceforge.jxdbcon.DefaultStruct
- All Implemented Interfaces:
- Struct
- public class DefaultStruct
- extends Object
- implements Struct
DefaultStruct is a default implementation of Struct
- Version:
- $Revision: 1.5 $, $Date: 2002/03/16 01:26:07 $
- Author:
- Keve Müller
ctx
final ConversionContext ctx
elements
final Object elements
elementTypes
final AbstractType[] elementTypes
typeName
final String typeName
DefaultStruct
public DefaultStruct(String typeName,
AbstractType[] elementTypes,
Object elements,
ConversionContext ctx)
getAttributes
public Object[] getAttributes()
throws SQLException
- Specified by:
getAttributes
in interface Struct
SQLException
getAttributes
public Object[] getAttributes(Map map)
throws SQLException
- Specified by:
getAttributes
in interface Struct
SQLException
getSQLTypeName
public final String getSQLTypeName()
- Specified by:
getSQLTypeName
in interface Struct
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.