public class ResultColumnReferenceStrategy
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static ResultColumnReferenceStrategy |
ALIAS
For databases which do not support
SOURCE, ANSI SQL defines two allowable
approaches. |
static ResultColumnReferenceStrategy |
ORDINAL
For databases which do not support
SOURCE, ANSI SQL defines two allowable
approaches. |
static ResultColumnReferenceStrategy |
SOURCE
This strategy says to reference the result columns by the qualified column name
found in the result source.
|
| Constructor and Description |
|---|
ResultColumnReferenceStrategy(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static ResultColumnReferenceStrategy |
parse(java.lang.String name) |
java.lang.String |
toString() |
public static final ResultColumnReferenceStrategy SOURCE
public static final ResultColumnReferenceStrategy ALIAS
public static final ResultColumnReferenceStrategy ORDINAL
public ResultColumnReferenceStrategy(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic static ResultColumnReferenceStrategy parse(java.lang.String name)
Copyright © 2013. All Rights Reserved.