org.slamb.axamol.library
Class Column

java.lang.Object
  extended by org.slamb.axamol.library.Column

public class Column
extends java.lang.Object

Information about a column of a SQL query. The main consumer of this information is Axamol SAX Pipeline's ResultSetProducer, which uses it to determine if columns should be XML-parsed or treated as literal text.

Version:
$Id: Column.java 1165 2005-06-15 03:21:18Z slamb $
Author:
Scott Lamb <slamb@slamb.org>

Field Summary
protected  int type
           
static int TYPE_STRING
           
static int TYPE_XML
           
 
Constructor Summary
Column()
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_STRING

public static final int TYPE_STRING
See Also:
Constant Field Values

TYPE_XML

public static final int TYPE_XML
See Also:
Constant Field Values

type

protected int type
Constructor Detail

Column

public Column()
Method Detail

getType

public int getType()


Copyright © 2002-2006 Scott Lamb. All Rights Reserved.