java.lang.Object
org.seasar.doma.jdbc.SqlFile
Represents a SQL file that contains SQL statements for database operations.
This class encapsulates the path to the SQL file, the raw SQL content, and the parsed SQL node structure that can be used for execution.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
the SQL file path -
sql
the SQL string -
sqlNode
the SQL node
-
-
Constructor Details
-
SqlFile
Creates an instance.- Parameters:
path- the SQL file pathsql- the SQL stringsqlNode- the SQL node
-
-
Method Details