public class StringInjectFunction extends Object implements ClickhouseFieldInjectFunction
| 构造器和说明 |
|---|
StringInjectFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
injectFields(PreparedStatement statement,
int index,
Object value)
Inject the value into the statement.
|
boolean |
isCurrentFieldType(String fieldType)
If the fieldType need to be injected by the current function.
|
public void injectFields(PreparedStatement statement, int index, Object value) throws SQLException
ClickhouseFieldInjectFunctioninjectFields 在接口中 ClickhouseFieldInjectFunctionstatement - statement to inject intoindex - index in the statementvalue - value to injectSQLExceptionpublic boolean isCurrentFieldType(String fieldType)
ClickhouseFieldInjectFunctionisCurrentFieldType 在接口中 ClickhouseFieldInjectFunctionfieldType - field type to injectCopyright © 2024 The Apache Software Foundation. All rights reserved.