Uses of Class
com.salesforce.datacloud.jdbc.core.model.ParameterBinding
-
Packages that use ParameterBinding Package Description com.salesforce.datacloud.jdbc.util -
-
Uses of ParameterBinding in com.salesforce.datacloud.jdbc.util
Method parameters in com.salesforce.datacloud.jdbc.util with type arguments of type ParameterBinding Modifier and Type Method Description static org.apache.arrow.vector.types.pojo.SchemaArrowUtils. createSchemaFromParameters(List<ParameterBinding> parameterBindings)Creates a Schema from a list of ParameterBinding.static voidVectorPopulator. populateVectors(org.apache.arrow.vector.VectorSchemaRoot root, List<ParameterBinding> parameters, Calendar calendar)Populates the vectors in the given VectorSchemaRoot.static byte[]ArrowUtils. toArrowByteArray(List<ParameterBinding> parameters, Calendar calendar)
-