- Common ways to obtain Fastpath
private void myMethod () {Fastpath f =
BaseConnection baseConnection;baseConnection.getFastpathAPI()
AbstractJdbc2Connection abstractJdbc2Connection;new Fastpath(abstractJdbc2Connection)
- Smart code suggestions by Codota
}
/** * @return the current position within the object * @throws SQLException if a database-access error occurs. */ public long tell64() throws SQLException { FastpathArg[] args = new FastpathArg[1]; args[0] = new FastpathArg(fd); return fp.getLong("lo_tell64", args); }