Package com.vividsolutions.jump.datastore.jdbc
-
Interface Summary Interface Description ResultSetBlock A block of code to execute on a result set.ValueConverter An interface for objects which can transform columns from ResultSets into JUMP data types -
Class Summary Class Description DelegatingDriver a jdbc driver wrapper to allow loading the driver with custon classloader from an arbitrary location during runtime.JDBCUtil Utilities for JDBC.ValueConverterFactory Standard data converters for JDBC.ValueConverterFactory.BooleanConverter ValueConverterFactory.DateConverter ValueConverterFactory.DoubleConverter ValueConverterFactory.IntegerConverter ValueConverterFactory.LongConverter ValueConverterFactory.ObjectConverter ValueConverterFactory.StringConverter