public class SqlTextArrayValue extends Object implements org.springframework.jdbc.support.SqlValue
Constructor and Description |
---|
SqlTextArrayValue(String... items) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
setValue(PreparedStatement ps,
int paramIndex) |
public SqlTextArrayValue(String... items)
public void setValue(PreparedStatement ps, int paramIndex) throws SQLException
setValue
in interface org.springframework.jdbc.support.SqlValue
SQLException
public void cleanup()
cleanup
in interface org.springframework.jdbc.support.SqlValue
Copyright © 2021. All rights reserved.