Package adalid.util.sql
Class SqlRowValue
java.lang.Object
adalid.util.sql.SqlArtifact
adalid.util.sql.SqlRowValue
- Author:
- Jorge Campins
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class adalid.util.sql.SqlArtifact
getCapitalizedJavaName, getDecapitalizedJavaName, getJavaName, getName, toString
-
Constructor Details
-
SqlRowValue
-
-
Method Details
-
getRow
- Returns:
- the row
-
getColumn
- Returns:
- the column
-
getPosition
public int getPosition()- Returns:
- the ordinal position
-
getObject
- Returns:
- the object
-
getValue
- Returns:
- the value
-
getLiteral
- Returns:
- the literal
-
isDefaultValue
public boolean isDefaultValue() -
isPrimaryKeyValue
public boolean isPrimaryKeyValue()- Returns:
- the primary key value indicator
-
isBusinessKeyValue
public boolean isBusinessKeyValue()- Returns:
- the business key value indicator
-
getQualifiedName
-
getUpdateStatement
-