public interface ClickhouseFieldInjectFunction extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
void injectFields(PreparedStatement statement, int index, Object value) throws SQLException
statement - statement to inject intovalue - value to injectindex - index in the statementSQLExceptionboolean isCurrentFieldType(String fieldType)
fieldType - field type to injectCopyright © 2024 The Apache Software Foundation. All rights reserved.