SYMBOL INDEX (494 symbols across 15 files) FILE: src/main/java/com/zaxxer/hikari/benchmark/BenchBase.java class BenchBase (line 49) | @State(Scope.Benchmark) method setup (line 65) | @Setup(Level.Trial) method teardown (line 119) | @TearDown(Level.Trial) method setupDruid (line 155) | protected void setupDruid() { method setupDruidStat (line 159) | protected void setupDruidStat() method setupDruidStatMerge (line 171) | protected void setupDruidStatMerge() method createDruid (line 180) | protected DruidDataSource createDruid() method setupTomcat (line 201) | protected void setupTomcat() method setupDbcp (line 238) | protected void setupDbcp() method setupDbcp2 (line 256) | protected void setupDbcp2() method setupHikari (line 278) | protected void setupHikari() method setupC3P0 (line 292) | protected void setupC3P0() method setupVibur (line 317) | private void setupVibur() method setupOne (line 340) | private void setupOne() FILE: src/main/java/com/zaxxer/hikari/benchmark/ConnectionBench.java class ConnectionBench (line 37) | @Warmup(iterations=3) method cycleCnnection (line 48) | @Benchmark FILE: src/main/java/com/zaxxer/hikari/benchmark/StatementBench.java class StatementBench (line 44) | @State(Scope.Benchmark) method cycleStatement (line 51) | @Benchmark class ConnectionState (line 61) | @State(Scope.Thread) method setup (line 66) | @Setup(Level.Iteration) method teardown (line 72) | @TearDown(Level.Iteration) FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubConnection.java class StubConnection (line 43) | public class StubConnection implements Connection method unwrap (line 58) | public T unwrap(Class iface) throws SQLException method isWrapperFor (line 64) | public boolean isWrapperFor(Class iface) throws SQLException method createStatement (line 70) | public Statement createStatement() throws SQLException method prepareStatement (line 76) | public PreparedStatement prepareStatement(String sql) throws SQLException method prepareCall (line 82) | public CallableStatement prepareCall(String sql) throws SQLException method nativeSQL (line 88) | public String nativeSQL(String sql) throws SQLException method setAutoCommit (line 94) | public void setAutoCommit(boolean autoCommit) throws SQLException method getAutoCommit (line 100) | public boolean getAutoCommit() throws SQLException method commit (line 106) | public void commit() throws SQLException method rollback (line 112) | public void rollback() throws SQLException method close (line 118) | public void close() throws SQLException method isClosed (line 124) | public boolean isClosed() throws SQLException method getMetaData (line 130) | public DatabaseMetaData getMetaData() throws SQLException method setReadOnly (line 136) | public void setReadOnly(boolean readOnly) throws SQLException method isReadOnly (line 141) | public boolean isReadOnly() throws SQLException method setCatalog (line 147) | public void setCatalog(String catalog) throws SQLException method getCatalog (line 152) | public String getCatalog() throws SQLException method setTransactionIsolation (line 158) | public void setTransactionIsolation(int level) throws SQLException method getTransactionIsolation (line 164) | public int getTransactionIsolation() throws SQLException method getWarnings (line 170) | public SQLWarning getWarnings() throws SQLException method clearWarnings (line 176) | public void clearWarnings() throws SQLException method createStatement (line 182) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 188) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 194) | public CallableStatement prepareCall(String sql, int resultSetType, in... method getTypeMap (line 200) | public Map> getTypeMap() throws SQLException method setTypeMap (line 206) | public void setTypeMap(Map> map) throws SQLException method setHoldability (line 211) | public void setHoldability(int holdability) throws SQLException method getHoldability (line 216) | public int getHoldability() throws SQLException method setSavepoint (line 222) | public Savepoint setSavepoint() throws SQLException method setSavepoint (line 228) | public Savepoint setSavepoint(String name) throws SQLException method rollback (line 234) | public void rollback(Savepoint savepoint) throws SQLException method releaseSavepoint (line 239) | public void releaseSavepoint(Savepoint savepoint) throws SQLException method createStatement (line 244) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 250) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 256) | public CallableStatement prepareCall(String sql, int resultSetType, in... method prepareStatement (line 262) | public PreparedStatement prepareStatement(String sql, int autoGenerate... method prepareStatement (line 268) | public PreparedStatement prepareStatement(String sql, int[] columnInde... method prepareStatement (line 274) | public PreparedStatement prepareStatement(String sql, String[] columnN... method createClob (line 280) | public Clob createClob() throws SQLException method createBlob (line 286) | public Blob createBlob() throws SQLException method createNClob (line 292) | public NClob createNClob() throws SQLException method createSQLXML (line 298) | public SQLXML createSQLXML() throws SQLException method isValid (line 304) | public boolean isValid(int timeout) throws SQLException method setClientInfo (line 314) | public void setClientInfo(String name, String value) throws SQLClientI... method setClientInfo (line 319) | public void setClientInfo(Properties properties) throws SQLClientInfoE... method getClientInfo (line 324) | public String getClientInfo(String name) throws SQLException method getClientInfo (line 330) | public Properties getClientInfo() throws SQLException method createArrayOf (line 336) | public Array createArrayOf(String typeName, Object[] elements) throws ... method createStruct (line 342) | public Struct createStruct(String typeName, Object[] attributes) throw... method setSchema (line 348) | public void setSchema(String schema) throws SQLException method getSchema (line 353) | public String getSchema() throws SQLException method abort (line 359) | public void abort(Executor executor) throws SQLException method setNetworkTimeout (line 364) | public void setNetworkTimeout(Executor executor, int milliseconds) thr... method getNetworkTimeout (line 369) | public int getNetworkTimeout() throws SQLException FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubDataSource.java class StubDataSource (line 33) | public class StubDataSource implements DataSource method setConnectionDelay (line 37) | public void setConnectionDelay(long millis) method getLogWriter (line 43) | public PrintWriter getLogWriter() throws SQLException method setLogWriter (line 49) | public void setLogWriter(PrintWriter out) throws SQLException method setLoginTimeout (line 54) | public void setLoginTimeout(int seconds) throws SQLException method getLoginTimeout (line 59) | public int getLoginTimeout() throws SQLException method getParentLogger (line 65) | public Logger getParentLogger() throws SQLFeatureNotSupportedException method unwrap (line 71) | public T unwrap(Class iface) throws SQLException method isWrapperFor (line 77) | public boolean isWrapperFor(Class iface) throws SQLException method getConnection (line 83) | public Connection getConnection() throws SQLException method getConnection (line 98) | public Connection getConnection(String username, String password) thro... FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubDriver.java class StubDriver (line 36) | public class StubDriver implements Driver method setConnectDelayMs (line 51) | public static void setConnectDelayMs(final long delay) method connect (line 57) | public Connection connect(String url, Properties info) throws SQLExcep... method acceptsURL (line 71) | public boolean acceptsURL(String url) throws SQLException method getPropertyInfo (line 77) | public DriverPropertyInfo[] getPropertyInfo(String url, Properties inf... method getMajorVersion (line 83) | public int getMajorVersion() method getMinorVersion (line 89) | public int getMinorVersion() method jdbcCompliant (line 95) | public boolean jdbcCompliant() method getParentLogger (line 101) | public Logger getParentLogger() throws SQLFeatureNotSupportedException FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubPreparedStatement.java class StubPreparedStatement (line 46) | public class StubPreparedStatement extends StubStatement implements Prep... method executeQuery (line 50) | public ResultSet executeQuery(String sql) throws SQLException method executeUpdate (line 56) | public int executeUpdate(String sql) throws SQLException method getMaxFieldSize (line 62) | public int getMaxFieldSize() throws SQLException method setMaxFieldSize (line 68) | public void setMaxFieldSize(int max) throws SQLException method getMaxRows (line 73) | public int getMaxRows() throws SQLException method setMaxRows (line 79) | public void setMaxRows(int max) throws SQLException method setEscapeProcessing (line 84) | public void setEscapeProcessing(boolean enable) throws SQLException method getQueryTimeout (line 89) | public int getQueryTimeout() throws SQLException method setQueryTimeout (line 95) | public void setQueryTimeout(int seconds) throws SQLException method cancel (line 100) | public void cancel() throws SQLException method getWarnings (line 105) | public SQLWarning getWarnings() throws SQLException method clearWarnings (line 111) | public void clearWarnings() throws SQLException method setCursorName (line 116) | public void setCursorName(String name) throws SQLException method execute (line 121) | public boolean execute(String sql) throws SQLException method getResultSet (line 127) | public ResultSet getResultSet() throws SQLException method getUpdateCount (line 133) | public int getUpdateCount() throws SQLException method getMoreResults (line 139) | public boolean getMoreResults() throws SQLException method setFetchDirection (line 145) | public void setFetchDirection(int direction) throws SQLException method getFetchDirection (line 150) | public int getFetchDirection() throws SQLException method setFetchSize (line 156) | public void setFetchSize(int rows) throws SQLException method getFetchSize (line 161) | public int getFetchSize() throws SQLException method getResultSetConcurrency (line 167) | public int getResultSetConcurrency() throws SQLException method getResultSetType (line 173) | public int getResultSetType() throws SQLException method addBatch (line 179) | public void addBatch(String sql) throws SQLException method clearBatch (line 184) | public void clearBatch() throws SQLException method executeBatch (line 189) | public int[] executeBatch() throws SQLException method getConnection (line 200) | public Connection getConnection() throws SQLException method getMoreResults (line 206) | public boolean getMoreResults(int current) throws SQLException method getGeneratedKeys (line 212) | public ResultSet getGeneratedKeys() throws SQLException method executeUpdate (line 218) | public int executeUpdate(String sql, int autoGeneratedKeys) throws SQL... method executeUpdate (line 224) | public int executeUpdate(String sql, int[] columnIndexes) throws SQLEx... method executeUpdate (line 230) | public int executeUpdate(String sql, String[] columnNames) throws SQLE... method execute (line 236) | public boolean execute(String sql, int autoGeneratedKeys) throws SQLEx... method execute (line 242) | public boolean execute(String sql, int[] columnIndexes) throws SQLExce... method execute (line 248) | public boolean execute(String sql, String[] columnNames) throws SQLExc... method getResultSetHoldability (line 254) | public int getResultSetHoldability() throws SQLException method setPoolable (line 260) | public void setPoolable(boolean poolable) throws SQLException method isPoolable (line 265) | public boolean isPoolable() throws SQLException method closeOnCompletion (line 271) | public void closeOnCompletion() throws SQLException method isCloseOnCompletion (line 276) | public boolean isCloseOnCompletion() throws SQLException method executeQuery (line 282) | public ResultSet executeQuery() throws SQLException method executeUpdate (line 288) | public int executeUpdate() throws SQLException method setNull (line 294) | public void setNull(int parameterIndex, int sqlType) throws SQLException method setBoolean (line 299) | public void setBoolean(int parameterIndex, boolean x) throws SQLException method setByte (line 304) | public void setByte(int parameterIndex, byte x) throws SQLException method setShort (line 309) | public void setShort(int parameterIndex, short x) throws SQLException method setInt (line 314) | public void setInt(int parameterIndex, int x) throws SQLException method setLong (line 327) | public void setLong(int parameterIndex, long x) throws SQLException method setFloat (line 332) | public void setFloat(int parameterIndex, float x) throws SQLException method setDouble (line 337) | public void setDouble(int parameterIndex, double x) throws SQLException method setBigDecimal (line 342) | public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQL... method setString (line 347) | public void setString(int parameterIndex, String x) throws SQLException method setBytes (line 352) | public void setBytes(int parameterIndex, byte[] x) throws SQLException method setDate (line 357) | public void setDate(int parameterIndex, Date x) throws SQLException method setTime (line 362) | public void setTime(int parameterIndex, Time x) throws SQLException method setTimestamp (line 367) | public void setTimestamp(int parameterIndex, Timestamp x) throws SQLEx... method setAsciiStream (line 372) | public void setAsciiStream(int parameterIndex, InputStream x, int leng... method setUnicodeStream (line 377) | public void setUnicodeStream(int parameterIndex, InputStream x, int le... method setBinaryStream (line 382) | public void setBinaryStream(int parameterIndex, InputStream x, int len... method clearParameters (line 387) | public void clearParameters() throws SQLException method setObject (line 392) | public void setObject(int parameterIndex, Object x, int targetSqlType)... method setObject (line 397) | public void setObject(int parameterIndex, Object x) throws SQLException method execute (line 402) | public boolean execute() throws SQLException method addBatch (line 408) | public void addBatch() throws SQLException method setCharacterStream (line 413) | public void setCharacterStream(int parameterIndex, Reader reader, int ... method setRef (line 418) | public void setRef(int parameterIndex, Ref x) throws SQLException method setBlob (line 423) | public void setBlob(int parameterIndex, Blob x) throws SQLException method setClob (line 428) | public void setClob(int parameterIndex, Clob x) throws SQLException method setArray (line 433) | public void setArray(int parameterIndex, Array x) throws SQLException method getMetaData (line 438) | public ResultSetMetaData getMetaData() throws SQLException method setDate (line 444) | public void setDate(int parameterIndex, Date x, Calendar cal) throws S... method setTime (line 449) | public void setTime(int parameterIndex, Time x, Calendar cal) throws S... method setTimestamp (line 454) | public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal... method setNull (line 459) | public void setNull(int parameterIndex, int sqlType, String typeName) ... method setURL (line 464) | public void setURL(int parameterIndex, URL x) throws SQLException method getParameterMetaData (line 469) | public ParameterMetaData getParameterMetaData() throws SQLException method setRowId (line 475) | public void setRowId(int parameterIndex, RowId x) throws SQLException method setNString (line 480) | public void setNString(int parameterIndex, String value) throws SQLExc... method setNCharacterStream (line 485) | public void setNCharacterStream(int parameterIndex, Reader value, long... method setNClob (line 490) | public void setNClob(int parameterIndex, NClob value) throws SQLException method setClob (line 495) | public void setClob(int parameterIndex, Reader reader, long length) th... method setBlob (line 500) | public void setBlob(int parameterIndex, InputStream inputStream, long ... method setNClob (line 505) | public void setNClob(int parameterIndex, Reader reader, long length) t... method setSQLXML (line 510) | public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQL... method setObject (line 515) | public void setObject(int parameterIndex, Object x, int targetSqlType,... method setAsciiStream (line 520) | public void setAsciiStream(int parameterIndex, InputStream x, long len... method setBinaryStream (line 525) | public void setBinaryStream(int parameterIndex, InputStream x, long le... method setCharacterStream (line 530) | public void setCharacterStream(int parameterIndex, Reader reader, long... method setAsciiStream (line 535) | public void setAsciiStream(int parameterIndex, InputStream x) throws S... method setBinaryStream (line 540) | public void setBinaryStream(int parameterIndex, InputStream x) throws ... method setCharacterStream (line 545) | public void setCharacterStream(int parameterIndex, Reader reader) thro... method setNCharacterStream (line 550) | public void setNCharacterStream(int parameterIndex, Reader value) thro... method setClob (line 555) | public void setClob(int parameterIndex, Reader reader) throws SQLExcep... method setBlob (line 560) | public void setBlob(int parameterIndex, InputStream inputStream) throw... method setNClob (line 565) | public void setNClob(int parameterIndex, Reader reader) throws SQLExce... FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubResultSet.java class StubResultSet (line 45) | public class StubResultSet implements ResultSet method unwrap (line 51) | public T unwrap(Class iface) throws SQLException method isWrapperFor (line 58) | public boolean isWrapperFor(Class iface) throws SQLException method next (line 64) | public boolean next() throws SQLException method close (line 70) | public void close() throws SQLException method wasNull (line 76) | public boolean wasNull() throws SQLException method getString (line 82) | public String getString(int columnIndex) throws SQLException method getBoolean (line 88) | public boolean getBoolean(int columnIndex) throws SQLException method getByte (line 94) | public byte getByte(int columnIndex) throws SQLException method getShort (line 100) | public short getShort(int columnIndex) throws SQLException method getInt (line 106) | public int getInt(int columnIndex) throws SQLException method getLong (line 112) | public long getLong(int columnIndex) throws SQLException method getFloat (line 118) | public float getFloat(int columnIndex) throws SQLException method getDouble (line 124) | public double getDouble(int columnIndex) throws SQLException method getBigDecimal (line 130) | public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQL... method getBytes (line 136) | public byte[] getBytes(int columnIndex) throws SQLException method getDate (line 142) | public Date getDate(int columnIndex) throws SQLException method getTime (line 148) | public Time getTime(int columnIndex) throws SQLException method getTimestamp (line 154) | public Timestamp getTimestamp(int columnIndex) throws SQLException method getAsciiStream (line 160) | public InputStream getAsciiStream(int columnIndex) throws SQLException method getUnicodeStream (line 166) | public InputStream getUnicodeStream(int columnIndex) throws SQLException method getBinaryStream (line 172) | public InputStream getBinaryStream(int columnIndex) throws SQLException method getString (line 178) | public String getString(String columnLabel) throws SQLException method getBoolean (line 184) | public boolean getBoolean(String columnLabel) throws SQLException method getByte (line 190) | public byte getByte(String columnLabel) throws SQLException method getShort (line 196) | public short getShort(String columnLabel) throws SQLException method getInt (line 202) | public int getInt(String columnLabel) throws SQLException method getLong (line 208) | public long getLong(String columnLabel) throws SQLException method getFloat (line 214) | public float getFloat(String columnLabel) throws SQLException method getDouble (line 220) | public double getDouble(String columnLabel) throws SQLException method getBigDecimal (line 226) | public BigDecimal getBigDecimal(String columnLabel, int scale) throws ... method getBytes (line 232) | public byte[] getBytes(String columnLabel) throws SQLException method getDate (line 238) | public Date getDate(String columnLabel) throws SQLException method getTime (line 244) | public Time getTime(String columnLabel) throws SQLException method getTimestamp (line 250) | public Timestamp getTimestamp(String columnLabel) throws SQLException method getAsciiStream (line 256) | public InputStream getAsciiStream(String columnLabel) throws SQLException method getUnicodeStream (line 262) | public InputStream getUnicodeStream(String columnLabel) throws SQLExce... method getBinaryStream (line 268) | public InputStream getBinaryStream(String columnLabel) throws SQLExcep... method getWarnings (line 274) | public SQLWarning getWarnings() throws SQLException method clearWarnings (line 280) | public void clearWarnings() throws SQLException method getCursorName (line 285) | public String getCursorName() throws SQLException method getMetaData (line 291) | public ResultSetMetaData getMetaData() throws SQLException method getObject (line 297) | public Object getObject(int columnIndex) throws SQLException method getObject (line 303) | public Object getObject(String columnLabel) throws SQLException method findColumn (line 309) | public int findColumn(String columnLabel) throws SQLException method getCharacterStream (line 315) | public Reader getCharacterStream(int columnIndex) throws SQLException method getCharacterStream (line 321) | public Reader getCharacterStream(String columnLabel) throws SQLException method getBigDecimal (line 327) | public BigDecimal getBigDecimal(int columnIndex) throws SQLException method getBigDecimal (line 333) | public BigDecimal getBigDecimal(String columnLabel) throws SQLException method isBeforeFirst (line 339) | public boolean isBeforeFirst() throws SQLException method isAfterLast (line 345) | public boolean isAfterLast() throws SQLException method isFirst (line 351) | public boolean isFirst() throws SQLException method isLast (line 357) | public boolean isLast() throws SQLException method beforeFirst (line 363) | public void beforeFirst() throws SQLException method afterLast (line 368) | public void afterLast() throws SQLException method first (line 373) | public boolean first() throws SQLException method last (line 379) | public boolean last() throws SQLException method getRow (line 385) | public int getRow() throws SQLException method absolute (line 391) | public boolean absolute(int row) throws SQLException method relative (line 397) | public boolean relative(int rows) throws SQLException method previous (line 403) | public boolean previous() throws SQLException method setFetchDirection (line 409) | public void setFetchDirection(int direction) throws SQLException method getFetchDirection (line 414) | public int getFetchDirection() throws SQLException method setFetchSize (line 420) | public void setFetchSize(int rows) throws SQLException method getFetchSize (line 425) | public int getFetchSize() throws SQLException method getType (line 431) | public int getType() throws SQLException method getConcurrency (line 437) | public int getConcurrency() throws SQLException method rowUpdated (line 443) | public boolean rowUpdated() throws SQLException method rowInserted (line 449) | public boolean rowInserted() throws SQLException method rowDeleted (line 455) | public boolean rowDeleted() throws SQLException method updateNull (line 461) | public void updateNull(int columnIndex) throws SQLException method updateBoolean (line 466) | public void updateBoolean(int columnIndex, boolean x) throws SQLException method updateByte (line 471) | public void updateByte(int columnIndex, byte x) throws SQLException method updateShort (line 476) | public void updateShort(int columnIndex, short x) throws SQLException method updateInt (line 481) | public void updateInt(int columnIndex, int x) throws SQLException method updateLong (line 486) | public void updateLong(int columnIndex, long x) throws SQLException method updateFloat (line 491) | public void updateFloat(int columnIndex, float x) throws SQLException method updateDouble (line 496) | public void updateDouble(int columnIndex, double x) throws SQLException method updateBigDecimal (line 501) | public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQL... method updateString (line 506) | public void updateString(int columnIndex, String x) throws SQLException method updateBytes (line 511) | public void updateBytes(int columnIndex, byte[] x) throws SQLException method updateDate (line 516) | public void updateDate(int columnIndex, Date x) throws SQLException method updateTime (line 521) | public void updateTime(int columnIndex, Time x) throws SQLException method updateTimestamp (line 526) | public void updateTimestamp(int columnIndex, Timestamp x) throws SQLEx... method updateAsciiStream (line 531) | public void updateAsciiStream(int columnIndex, InputStream x, int leng... method updateBinaryStream (line 536) | public void updateBinaryStream(int columnIndex, InputStream x, int len... method updateCharacterStream (line 541) | public void updateCharacterStream(int columnIndex, Reader x, int lengt... method updateObject (line 546) | public void updateObject(int columnIndex, Object x, int scaleOrLength)... method updateObject (line 551) | public void updateObject(int columnIndex, Object x) throws SQLException method updateNull (line 556) | public void updateNull(String columnLabel) throws SQLException method updateBoolean (line 561) | public void updateBoolean(String columnLabel, boolean x) throws SQLExc... method updateByte (line 566) | public void updateByte(String columnLabel, byte x) throws SQLException method updateShort (line 571) | public void updateShort(String columnLabel, short x) throws SQLException method updateInt (line 576) | public void updateInt(String columnLabel, int x) throws SQLException method updateLong (line 581) | public void updateLong(String columnLabel, long x) throws SQLException method updateFloat (line 586) | public void updateFloat(String columnLabel, float x) throws SQLException method updateDouble (line 591) | public void updateDouble(String columnLabel, double x) throws SQLExcep... method updateBigDecimal (line 596) | public void updateBigDecimal(String columnLabel, BigDecimal x) throws ... method updateString (line 601) | public void updateString(String columnLabel, String x) throws SQLExcep... method updateBytes (line 606) | public void updateBytes(String columnLabel, byte[] x) throws SQLException method updateDate (line 611) | public void updateDate(String columnLabel, Date x) throws SQLException method updateTime (line 616) | public void updateTime(String columnLabel, Time x) throws SQLException method updateTimestamp (line 621) | public void updateTimestamp(String columnLabel, Timestamp x) throws SQ... method updateAsciiStream (line 626) | public void updateAsciiStream(String columnLabel, InputStream x, int l... method updateBinaryStream (line 631) | public void updateBinaryStream(String columnLabel, InputStream x, int ... method updateCharacterStream (line 636) | public void updateCharacterStream(String columnLabel, Reader reader, i... method updateObject (line 641) | public void updateObject(String columnLabel, Object x, int scaleOrLeng... method updateObject (line 646) | public void updateObject(String columnLabel, Object x) throws SQLExcep... method insertRow (line 651) | public void insertRow() throws SQLException method updateRow (line 656) | public void updateRow() throws SQLException method deleteRow (line 661) | public void deleteRow() throws SQLException method refreshRow (line 666) | public void refreshRow() throws SQLException method cancelRowUpdates (line 671) | public void cancelRowUpdates() throws SQLException method moveToInsertRow (line 676) | public void moveToInsertRow() throws SQLException method moveToCurrentRow (line 681) | public void moveToCurrentRow() throws SQLException method getStatement (line 686) | public Statement getStatement() throws SQLException method getObject (line 692) | public Object getObject(int columnIndex, Map> map) th... method getRef (line 698) | public Ref getRef(int columnIndex) throws SQLException method getBlob (line 704) | public Blob getBlob(int columnIndex) throws SQLException method getClob (line 710) | public Clob getClob(int columnIndex) throws SQLException method getArray (line 716) | public Array getArray(int columnIndex) throws SQLException method getObject (line 722) | public Object getObject(String columnLabel, Map> map)... method getRef (line 728) | public Ref getRef(String columnLabel) throws SQLException method getBlob (line 734) | public Blob getBlob(String columnLabel) throws SQLException method getClob (line 740) | public Clob getClob(String columnLabel) throws SQLException method getArray (line 746) | public Array getArray(String columnLabel) throws SQLException method getDate (line 752) | public Date getDate(int columnIndex, Calendar cal) throws SQLException method getDate (line 758) | public Date getDate(String columnLabel, Calendar cal) throws SQLException method getTime (line 764) | public Time getTime(int columnIndex, Calendar cal) throws SQLException method getTime (line 770) | public Time getTime(String columnLabel, Calendar cal) throws SQLException method getTimestamp (line 776) | public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQ... method getTimestamp (line 782) | public Timestamp getTimestamp(String columnLabel, Calendar cal) throws... method getURL (line 788) | public URL getURL(int columnIndex) throws SQLException method getURL (line 794) | public URL getURL(String columnLabel) throws SQLException method updateRef (line 800) | public void updateRef(int columnIndex, Ref x) throws SQLException method updateRef (line 805) | public void updateRef(String columnLabel, Ref x) throws SQLException method updateBlob (line 810) | public void updateBlob(int columnIndex, Blob x) throws SQLException method updateBlob (line 815) | public void updateBlob(String columnLabel, Blob x) throws SQLException method updateClob (line 820) | public void updateClob(int columnIndex, Clob x) throws SQLException method updateClob (line 825) | public void updateClob(String columnLabel, Clob x) throws SQLException method updateArray (line 830) | public void updateArray(int columnIndex, Array x) throws SQLException method updateArray (line 835) | public void updateArray(String columnLabel, Array x) throws SQLException method getRowId (line 840) | public RowId getRowId(int columnIndex) throws SQLException method getRowId (line 846) | public RowId getRowId(String columnLabel) throws SQLException method updateRowId (line 852) | public void updateRowId(int columnIndex, RowId x) throws SQLException method updateRowId (line 857) | public void updateRowId(String columnLabel, RowId x) throws SQLException method getHoldability (line 862) | public int getHoldability() throws SQLException method isClosed (line 868) | public boolean isClosed() throws SQLException method updateNString (line 874) | public void updateNString(int columnIndex, String nString) throws SQLE... method updateNString (line 879) | public void updateNString(String columnLabel, String nString) throws S... method updateNClob (line 884) | public void updateNClob(int columnIndex, NClob nClob) throws SQLException method updateNClob (line 889) | public void updateNClob(String columnLabel, NClob nClob) throws SQLExc... method getNClob (line 894) | public NClob getNClob(int columnIndex) throws SQLException method getNClob (line 900) | public NClob getNClob(String columnLabel) throws SQLException method getSQLXML (line 906) | public SQLXML getSQLXML(int columnIndex) throws SQLException method getSQLXML (line 912) | public SQLXML getSQLXML(String columnLabel) throws SQLException method updateSQLXML (line 918) | public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQL... method updateSQLXML (line 923) | public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws ... method getNString (line 928) | public String getNString(int columnIndex) throws SQLException method getNString (line 934) | public String getNString(String columnLabel) throws SQLException method getNCharacterStream (line 940) | public Reader getNCharacterStream(int columnIndex) throws SQLException method getNCharacterStream (line 946) | public Reader getNCharacterStream(String columnLabel) throws SQLException method updateNCharacterStream (line 952) | public void updateNCharacterStream(int columnIndex, Reader x, long len... method updateNCharacterStream (line 957) | public void updateNCharacterStream(String columnLabel, Reader reader, ... method updateAsciiStream (line 962) | public void updateAsciiStream(int columnIndex, InputStream x, long len... method updateBinaryStream (line 967) | public void updateBinaryStream(int columnIndex, InputStream x, long le... method updateCharacterStream (line 972) | public void updateCharacterStream(int columnIndex, Reader x, long leng... method updateAsciiStream (line 977) | public void updateAsciiStream(String columnLabel, InputStream x, long ... method updateBinaryStream (line 982) | public void updateBinaryStream(String columnLabel, InputStream x, long... method updateCharacterStream (line 987) | public void updateCharacterStream(String columnLabel, Reader reader, l... method updateBlob (line 992) | public void updateBlob(int columnIndex, InputStream inputStream, long ... method updateBlob (line 997) | public void updateBlob(String columnLabel, InputStream inputStream, lo... method updateClob (line 1002) | public void updateClob(int columnIndex, Reader reader, long length) th... method updateClob (line 1007) | public void updateClob(String columnLabel, Reader reader, long length)... method updateNClob (line 1012) | public void updateNClob(int columnIndex, Reader reader, long length) t... method updateNClob (line 1017) | public void updateNClob(String columnLabel, Reader reader, long length... method updateNCharacterStream (line 1022) | public void updateNCharacterStream(int columnIndex, Reader x) throws S... method updateNCharacterStream (line 1027) | public void updateNCharacterStream(String columnLabel, Reader reader) ... method updateAsciiStream (line 1032) | public void updateAsciiStream(int columnIndex, InputStream x) throws S... method updateBinaryStream (line 1037) | public void updateBinaryStream(int columnIndex, InputStream x) throws ... method updateCharacterStream (line 1042) | public void updateCharacterStream(int columnIndex, Reader x) throws SQ... method updateAsciiStream (line 1047) | public void updateAsciiStream(String columnLabel, InputStream x) throw... method updateBinaryStream (line 1052) | public void updateBinaryStream(String columnLabel, InputStream x) thro... method updateCharacterStream (line 1057) | public void updateCharacterStream(String columnLabel, Reader reader) t... method updateBlob (line 1062) | public void updateBlob(int columnIndex, InputStream inputStream) throw... method updateBlob (line 1067) | public void updateBlob(String columnLabel, InputStream inputStream) th... method updateClob (line 1072) | public void updateClob(int columnIndex, Reader reader) throws SQLExcep... method updateClob (line 1077) | public void updateClob(String columnLabel, Reader reader) throws SQLEx... method updateNClob (line 1082) | public void updateNClob(int columnIndex, Reader reader) throws SQLExce... method updateNClob (line 1087) | public void updateNClob(String columnLabel, Reader reader) throws SQLE... method getObject (line 1092) | public T getObject(int columnIndex, Class type) throws SQLExcep... method getObject (line 1098) | public T getObject(String columnLabel, Class type) throws SQLEx... FILE: src/main/java/com/zaxxer/hikari/benchmark/stubs/StubStatement.java class StubStatement (line 34) | public class StubStatement implements Statement method setExecuteDelayMs (line 40) | public static void setExecuteDelayMs(final long delay) method unwrap (line 46) | @SuppressWarnings("unchecked") method isWrapperFor (line 57) | public boolean isWrapperFor(Class iface) throws SQLException method executeQuery (line 63) | public ResultSet executeQuery(String sql) throws SQLException method executeUpdate (line 76) | public int executeUpdate(String sql) throws SQLException method close (line 82) | public void close() throws SQLException method getMaxFieldSize (line 88) | public int getMaxFieldSize() throws SQLException method setMaxFieldSize (line 94) | public void setMaxFieldSize(int max) throws SQLException method getMaxRows (line 99) | public int getMaxRows() throws SQLException method setMaxRows (line 105) | public void setMaxRows(int max) throws SQLException method setEscapeProcessing (line 110) | public void setEscapeProcessing(boolean enable) throws SQLException method getQueryTimeout (line 115) | public int getQueryTimeout() throws SQLException method setQueryTimeout (line 121) | public void setQueryTimeout(int seconds) throws SQLException method cancel (line 126) | public void cancel() throws SQLException method getWarnings (line 131) | public SQLWarning getWarnings() throws SQLException method clearWarnings (line 137) | public void clearWarnings() throws SQLException method setCursorName (line 142) | public void setCursorName(String name) throws SQLException method execute (line 147) | public boolean execute(String sql) throws SQLException method getResultSet (line 153) | public ResultSet getResultSet() throws SQLException method getUpdateCount (line 159) | public int getUpdateCount() throws SQLException method getMoreResults (line 165) | public boolean getMoreResults() throws SQLException method setFetchDirection (line 171) | public void setFetchDirection(int direction) throws SQLException method getFetchDirection (line 176) | public int getFetchDirection() throws SQLException method setFetchSize (line 182) | public void setFetchSize(int rows) throws SQLException method getFetchSize (line 187) | public int getFetchSize() throws SQLException method getResultSetConcurrency (line 193) | public int getResultSetConcurrency() throws SQLException method getResultSetType (line 199) | public int getResultSetType() throws SQLException method addBatch (line 205) | public void addBatch(String sql) throws SQLException method clearBatch (line 210) | public void clearBatch() throws SQLException method executeBatch (line 215) | public int[] executeBatch() throws SQLException method getConnection (line 221) | public Connection getConnection() throws SQLException method getMoreResults (line 227) | public boolean getMoreResults(int current) throws SQLException method getGeneratedKeys (line 233) | public ResultSet getGeneratedKeys() throws SQLException method executeUpdate (line 239) | public int executeUpdate(String sql, int autoGeneratedKeys) throws SQL... method executeUpdate (line 245) | public int executeUpdate(String sql, int[] columnIndexes) throws SQLEx... method executeUpdate (line 251) | public int executeUpdate(String sql, String[] columnNames) throws SQLE... method execute (line 257) | public boolean execute(String sql, int autoGeneratedKeys) throws SQLEx... method execute (line 263) | public boolean execute(String sql, int[] columnIndexes) throws SQLExce... method execute (line 269) | public boolean execute(String sql, String[] columnNames) throws SQLExc... method getResultSetHoldability (line 275) | public int getResultSetHoldability() throws SQLException method isClosed (line 281) | public boolean isClosed() throws SQLException method setPoolable (line 287) | public void setPoolable(boolean poolable) throws SQLException method isPoolable (line 292) | public boolean isPoolable() throws SQLException method closeOnCompletion (line 298) | public void closeOnCompletion() throws SQLException method isCloseOnCompletion (line 303) | public boolean isCloseOnCompletion() throws SQLException method getCount (line 308) | public int getCount() FILE: src/test/java/com/zaxxer/hikari/benchmark/BandwidthTest.java class BandwidthTest (line 33) | public class BandwidthTest method main (line 45) | public static void main(String[] args) throws InterruptedException, SQ... method setup (line 55) | private void setup(String[] args) throws SQLException method start (line 87) | private int start() throws InterruptedException, SQLException method shutdownPool (line 118) | private void shutdownPool(DataSource ds) method setupHikari (line 129) | private void setupHikari() method setupDbcp2 (line 145) | private void setupDbcp2() method setupTomcat (line 173) | protected void setupTomcat() method setupVibur (line 213) | private void setupVibur() FILE: src/test/java/com/zaxxer/hikari/benchmark/DbDownTest.java class DbDownTest (line 25) | public class DbDownTest method main (line 39) | public static void main(String[] args) method DbDownTest (line 45) | private DbDownTest() method start (line 53) | private void start() method setupDbcp2 (line 107) | protected DataSource setupDbcp2() method setupBone (line 129) | protected DataSource setupBone() method setupHikari (line 146) | protected DataSource setupHikari() method setupC3P0 (line 161) | protected DataSource setupC3P0() method setupVibur (line 186) | private DataSource setupVibur() FILE: src/test/java/com/zaxxer/hikari/benchmark/SpikeLoadTest.java class SpikeLoadTest (line 55) | public class SpikeLoadTest method main (line 86) | public static void main(String[] args) throws InterruptedException method setup (line 95) | private void setup(String[] args) method start (line 151) | private void start(int connectDelay) throws InterruptedException method dumpStats (line 215) | private void dumpStats(List statsList, List