Class SqlColumnValue
java.lang.Object
com.aoindustries.aoserv.client.sql.SqlColumnValue
- All Implemented Interfaces:
SqlExpression
Gets the value for one column.
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(AoservConnector conn, AoservObject<?, ?> obj) Evaluates the expression on the given connector and object.void
getReferencedTables
(AoservConnector conn, List<Table> tables) Gets all of the tables referenced by this expression.getType()
toString()
-
Constructor Details
-
SqlColumnValue
- Throws:
SQLException
IOException
-
-
Method Details
-
toString
-
getColumnName
- Specified by:
getColumnName
in interfaceSqlExpression
-
evaluate
Description copied from interface:SqlExpression
Evaluates the expression on the given connector and object.- Specified by:
evaluate
in interfaceSqlExpression
-
getType
- Specified by:
getType
in interfaceSqlExpression
-
getReferencedTables
public void getReferencedTables(AoservConnector conn, List<Table> tables) throws SQLException, IOException Description copied from interface:SqlExpression
Gets all of the tables referenced by this expression.- Specified by:
getReferencedTables
in interfaceSqlExpression
- Throws:
SQLException
IOException
-