java.lang.Object
org.seasar.doma.jdbc.criteria.statement.EmptySql
- All Implemented Interfaces:
Sql<InParameter<?>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the formatted SQL string.getKind()Returns the kind of the SQL.List<InParameter<?>>Returns the parameter list.Returns the raw SQL string.Returns the file path that contains this SQL.Returns the type of the SQL log.
-
Constructor Details
-
EmptySql
-
-
Method Details
-
getKind
Description copied from interface:SqlReturns the kind of the SQL.- Specified by:
getKindin interfaceSql<InParameter<?>>- Returns:
- the kind of the SQL
-
getRawSql
Description copied from interface:SqlReturns the raw SQL string.The bind variables are displayed as
?.- Specified by:
getRawSqlin interfaceSql<InParameter<?>>- Returns:
- the raw SQL string
-
getFormattedSql
Description copied from interface:SqlReturns the formatted SQL string.The bind variables are replaced with the string representations of the parameters.
- Specified by:
getFormattedSqlin interfaceSql<InParameter<?>>- Returns:
- the formatted SQL string
-
getSqlFilePath
Description copied from interface:SqlReturns the file path that contains this SQL.- Specified by:
getSqlFilePathin interfaceSql<InParameter<?>>- Returns:
- the file path that contains this SQL、or
nullif this SQL is auto-generated
-
getParameters
Description copied from interface:SqlReturns the parameter list.- Specified by:
getParametersin interfaceSql<InParameter<?>>- Returns:
- the parameter list
-
getSqlLogType
Description copied from interface:SqlReturns the type of the SQL log.- Specified by:
getSqlLogTypein interfaceSql<InParameter<?>>- Returns:
- the type of the SQL log
-