Package adalid.util.sql
Class SqlRow
java.lang.Object
adalid.util.sql.SqlArtifact
adalid.util.sql.SqlRow
- Author:
- Jorge Campins
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class adalid.util.sql.SqlArtifact
getCapitalizedJavaName, getDecapitalizedJavaName, getJavaName, getName, toString
-
Constructor Details
-
SqlRow
-
-
Method Details
-
getTable
- Returns:
- the table
-
getPosition
public int getPosition()- Returns:
- the ordinal position
-
getValuesMap
- Returns:
- the values map
-
getValues
- Returns:
- the values list
-
getPrimaryKey
- Returns:
- the primary key
-
getPrimaryKeyValue
- Returns:
- the primary key value
-
getBusinessKey
- Returns:
- the business key
-
getBusinessKeyValue
- Returns:
- the business key value
-
getJavaConstantName
- Returns:
- the row name
-
getQualifiedName
-