Package org.umlg.sqlg.sql.parse
Class ColumnList.Column
java.lang.Object
org.umlg.sqlg.sql.parse.ColumnList.Column
- Enclosing class:
- ColumnList
simple column, fully qualified: schema+table+column
- Author:
- jpmoresmau
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintorg.apache.tinkerpop.gremlin.structure.DirectionintgetTable()inthashCode()booleanbooleanisForeignKey(int stepDepth, SchemaTable schemaTable) booleanisID()toString()
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getSchema
-
getTable
-
getColumn
-
getStepDepth
public int getStepDepth() -
getPropertyDefinition
-
isID
public boolean isID() -
getColumnIndex
public int getColumnIndex() -
isForeignKey
public boolean isForeignKey() -
getForeignKeyDirection
public org.apache.tinkerpop.gremlin.structure.Direction getForeignKeyDirection() -
getForeignSchemaTable
-
toString
-
isForeignKey
-
getAggregateFunction
-