Uses of Class
org.seasar.doma.internal.jdbc.sql.node.SqlLocation
Packages that use SqlLocation
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
-
Uses of SqlLocation in org.seasar.doma.internal.jdbc.sql
Methods in org.seasar.doma.internal.jdbc.sql that return SqlLocationMethods in org.seasar.doma.internal.jdbc.sql with parameters of type SqlLocationModifier and TypeMethodDescriptionNodePreparedSqlBuilder.BlankLineRemovalContext.evaluate(SqlLocation location, String expression) NodePreparedSqlBuilder.DefaultContext.evaluate(SqlLocation location, String expression) NodePreparedSqlBuilder.wrap(SqlLocation location, String bindVariableText, Object value, Class<?> valueClass) -
Uses of SqlLocation in org.seasar.doma.internal.jdbc.sql.node
Fields in org.seasar.doma.internal.jdbc.sql.node declared as SqlLocationModifier and TypeFieldDescriptionprotected final SqlLocationElseifNode.locationprotected final SqlLocationEmbeddedVariableNode.locationprotected final SqlLocationExpandNode.locationprotected final SqlLocationForNode.locationprotected final SqlLocationIfNode.locationprotected final SqlLocationParensNode.locationprotected final SqlLocationPopulateNode.locationprotected final SqlLocationValueNode.locationMethods in org.seasar.doma.internal.jdbc.sql.node that return SqlLocationModifier and TypeMethodDescriptionElseifNode.getLocation()EmbeddedVariableNode.getLocation()ExpandNode.getLocation()ForNode.getLocation()IfNode.getLocation()ParensNode.getLocation()PopulateNode.getLocation()ValueNode.getLocation()Constructors in org.seasar.doma.internal.jdbc.sql.node with parameters of type SqlLocationModifierConstructorDescriptionBindVariableNode(SqlLocation location, String variableName, String text) ElseifNode(SqlLocation location, String expression, String text) EmbeddedVariableNode(SqlLocation location, String variableName, String text) ExpandNode(SqlLocation location, String alias, String text) ForNode(SqlLocation location, String identifier, String expression, String text) IfNode(SqlLocation location, String expression, String text) LiteralVariableNode(SqlLocation location, String variableName, String text) ParensNode(SqlLocation location) PopulateNode(SqlLocation location, String text) ValueNode(SqlLocation location, String variableName, String text)