java.lang.Object
org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder
- All Implemented Interfaces:
SqlContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Configprotected final StringBuilderprotected final SqlLogFormattingFunctionprotected final SqlKindprotected final List<InParameter<?>>protected final StringBuilderprotected final SqlLogType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<BASIC> voidappendParameter(InParameter<BASIC> parameter) voidvoidcutBackSql(int length)
-
Field Details
-
parameters
-
rawSql
-
formattedSql
-
config
-
kind
-
formattingFunction
-
sqlLogType
-
-
Constructor Details
-
PreparedSqlBuilder
-
-
Method Details
-
appendSql
- Specified by:
appendSqlin interfaceSqlContext
-
cutBackSql
public void cutBackSql(int length) - Specified by:
cutBackSqlin interfaceSqlContext
-
appendParameter
- Specified by:
appendParameterin interfaceSqlContext
-
build
-