|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.slamb.axamol.library.Column
public class Column
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.
| 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 |
|---|
public static final int TYPE_STRING
public static final int TYPE_XML
protected int type
| Constructor Detail |
|---|
public Column()
| Method Detail |
|---|
public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||