public class OraclePgqlColumnDescriptorImpl extends java.lang.Object implements OraclePgqlColumnDescriptor
OraclePgqlColumnDescriptor.Type| Constructor and Description |
|---|
OraclePgqlColumnDescriptorImpl(java.lang.String colName, OraclePgqlColumnDescriptor.Type colType, int offset)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getColName()
Returns the name of this column.
|
OraclePgqlColumnDescriptor.Type |
getColType()
Returns the column type.
|
int |
getSqlOffset()
Returns the SQL column starting position of this logical PGQL column in the column list of the SQL translation.
|
int |
hashCode() |
java.lang.String |
toString() |
public OraclePgqlColumnDescriptorImpl(java.lang.String colName,
OraclePgqlColumnDescriptor.Type colType,
int offset)
colName - the name of this return columncolType - the type of this return columnoffset - the starting position of this logical PGQL column in the corresponding list of SQL result columns (first position is 1).public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getColName()
getColName in interface OraclePgqlColumnDescriptorpublic OraclePgqlColumnDescriptor.Type getColType()
getColType in interface OraclePgqlColumnDescriptorpublic int getSqlOffset()
getSqlOffset in interface OraclePgqlColumnDescriptorpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.