public interface JDBCStatement
Modifier and Type | Method and Description |
---|---|
void |
executeQuery(String query,
Class<? extends net.openhft.chronicle.wire.Marshallable> resultType,
Object... args) |
void |
executeUpdate(String query,
Object... args) |
Copyright © 2016. All rights reserved.