Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bio2rdf/bio2rdf-scripts
/ functions
Functions
8,648 in github.com/bio2rdf/bio2rdf-scripts
⨍
Functions
8,648
◇
Types & classes
568
↓ 1,509 callers
Method
put
(K key, V value)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/CacheAdapter.java:31
↓ 1,422 callers
Method
append
(byte[] values)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/PreparedStatement.java:570
↓ 1,288 callers
Method
assertTrue
Throws an exception with the given message if condition evalutates to 'false'. @param message the message to use in the exception @param c
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/util/BaseBugReport.java:156
↓ 1,256 callers
Method
close
We're done. @throws SQLException if a database error occurs
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/RowData.java:80
↓ 1,055 callers
Method
add
(List<Statement> statements)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/model/PdbRdfModel.java:201
↓ 959 callers
Method
next
Returns the next row. @return the next row value @throws SQLException if a database error occurs
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/RowData.java:190
↓ 952 callers
Method
executeUpdate
Execute a SQL INSERT, UPDATE or DELETE statement. In addition SQL statements that return nothing such as SQL DDL statements can be executed Any IDs ge
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:1548
↓ 870 callers
Method
getRdfModel
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:185
↓ 763 callers
Method
getString
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:83
↓ 739 callers
Method
createSQLException
(String message, String sqlState, ExceptionInterceptor interceptor)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/SQLError.java:869
↓ 691 callers
Method
s2b
Converts the given string to bytes, using the connection's character encoding, or if not available, the JVM default encoding. @param s
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/DatabaseMetaData.java:6806
↓ 685 callers
Method
getString
Returns the localized message for the given message key @param key the message key @return The localized message for the key
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Messages.java:71
↓ 682 callers
Method
executeQuery
Execute a SQL statement that returns a single ResultSet @param sql typically a static SQL SELECT statement @return a ResulSet that contai
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:1359
↓ 611 callers
Method
equals
(Object m)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/model/PdbRdfModel.java:601
↓ 565 callers
Method
getActiveMySQLConnection
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/LoadBalancedMySQLConnection.java:52
↓ 459 callers
Method
createStatement
SQL statements without parameters are normally executed using Statement objects. If the same SQL statement is executed many times, it is more efficien
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionImpl.java:2400
↓ 459 callers
Method
get
(K key)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/CacheAdapter.java:29
↓ 443 callers
Method
getConnectionWithProps
(String propsList)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/BaseTestCase.java:226
↓ 414 callers
Method
length
@see java.sql.Clob#length()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Clob.java:98
↓ 406 callers
Method
prepareStatement
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object. This object can then be used to efficientl
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionImpl.java:4068
↓ 385 callers
Method
versionMeetsMinimum
Does the server this connection is connected to meet or exceed the given version?
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Connection.java:365
↓ 376 callers
Method
property
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/vocabulary/PdbOwlVocabulary.java:689
↓ 368 callers
Method
createTable
(String tableName, String columnsAndOtherStuff)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/BaseTestCase.java:181
↓ 313 callers
Method
getInt
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:69
↓ 309 callers
Method
getCurrentConnection
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ReplicationConnection.java:421
↓ 305 callers
Method
getProperty
(Resource s, Property p)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/model/PdbRdfModel.java:654
↓ 296 callers
Method
checkAndFireConnectionError
Fires connection error event if required, before re-throwing exception @param sqlEx the SQLException that has occurred @throws SQLExceptio
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/jdbc2/optional/WrapperBase.java:50
↓ 292 callers
Method
getMetaData
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/regression/StatementRegressionTest.java:4299
↓ 289 callers
Method
isClosed
Returns true if this ResultSet is closed
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ResultSetInternalMethods.java:109
↓ 287 callers
Method
getConnectionMutex
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Connection.java:424
↓ 283 callers
Method
equals
(Object obj)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/regression/ConnectionRegressionTest.java:6876
↓ 276 callers
Method
getBytes
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:57
↓ 270 callers
Method
createResource
(UriPattern pattern, String... params)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:209
↓ 270 callers
Method
isBuffering
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:201
↓ 270 callers
Method
isNil
(Attributes attributes)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:205
↓ 270 callers
Method
startBuffering
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:193
↓ 269 callers
Method
execute
(Runnable r)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/regression/ConnectionRegressionTest.java:5448
↓ 268 callers
Method
getBufferContent
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:214
↓ 267 callers
Method
stopBuffering
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:197
↓ 223 callers
Method
toString
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/regression/ConnectionRegressionTest.java:6836
↓ 209 callers
Method
resource
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/vocabulary/PdbOwlVocabulary.java:478
↓ 208 callers
Method
indexOf
(byte[] s, char c)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:1738
↓ 208 callers
Method
read
(InputStream in, String base, String lang)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/model/PdbRdfModel.java:877
↓ 205 callers
Method
getExceptionInterceptor
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Statement.java:83
↓ 199 callers
Method
equals
(Object another)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/jdbc2/optional/MysqlXid.java:47
↓ 199 callers
Method
setValue
(long longValue, ExceptionInterceptor exceptionInterceptor)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionPropertiesImpl.java:438
↓ 196 callers
Method
indexOfIgnoreCase
Finds the position of a substring within a string ignoring case. @param searchIn the string to search in @param searchFor the a
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:925
↓ 182 callers
Method
toString
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/DatabaseMetaData.java:520
↓ 179 callers
Method
getName
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Field.java:552
↓ 174 callers
Method
currentTimeMillis
Retrieve the current system time in milliseconds, using the nanosecond time if possible.
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/testsuite/BaseTestCase.java:782
↓ 169 callers
Method
toString
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Field.java:805
↓ 167 callers
Method
to_s
Format the outgoing object string as a triple.
toxkb/outdated_gems/rdfextraction/lib/literal.rb:48
↓ 161 callers
Method
checkClosed
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Connection.java:422
↓ 158 callers
Method
size
Only works on non dynamic result sets. @return the size of this row data @throws SQLException if a database error occurs
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/RowData.java:227
↓ 143 callers
Method
getObject
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:77
↓ 141 callers
Method
getSQLState
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/CommunicationsException.java:82
↓ 141 callers
Method
remove
()
pdb/pdb2rdf-cli/src/main/java/com/dumontierlab/pdb2rdf/util/PdbsIterator.java:58
↓ 132 callers
Method
getValueAsBoolean
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionPropertiesImpl.java:73
↓ 129 callers
Method
setString
@see java.sql.Clob#setString(long, String)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Clob.java:177
↓ 121 callers
Method
getMessage
Returns the optional message for this event @return the message stored in this event
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/profiler/ProfilerEvent.java:503
↓ 119 callers
Method
findColumn
(String columnName)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ResultSetImpl.java:1024
↓ 115 callers
Method
getCatalog
Return the connections current catalog name, or null if no catalog name is set, or we dont support catalogs. <p> <b>Note:</b> MySQL's notion of catalo
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionImpl.java:2677
↓ 113 callers
Method
put
(String symbol, PdbOwlVocabulary.Class atomClass)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/vocabulary/PeriodicTable.java:196
↓ 110 callers
Method
getString
($xpath,$element = null)
clinicaltrials/clinicaltrials.php:1210
↓ 107 callers
Method
getTime
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:85
↓ 106 callers
Function
Quad
($subject_uri, $predicate_uri, $object_uri, $graph_uri = null)
statistics/endpoint-statistics.php:244
↓ 102 callers
Method
split
Splits stringToSplit into a list, using the given delimiter @param stringToSplit the string to split @param delimiter the strin
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:1284
↓ 100 callers
Method
getExceptionInterceptor
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/DatabaseMetaData.java:1031
↓ 100 callers
Method
isClosed
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:2643
↓ 93 callers
Method
createDecimalLiteral
(String value)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:244
↓ 93 callers
Method
getBytes
Returns the byte[] representation of the given char[] (re)using the given charset converter, and the given encoding.
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:473
↓ 89 callers
Method
addBatch
@param sql @throws SQLException
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:377
↓ 89 callers
Method
prepareCall
@param sql @throws SQLException
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionImpl.java:3974
↓ 85 callers
Method
setString
Set a parameter to a Java String value. The driver converts this to a SQL VARCHAR or LONGVARCHAR value (depending on the arguments size relative to th
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/PreparedStatement.java:3950
↓ 82 callers
Method
getGeneratedKeys
@throws SQLException
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:1814
↓ 82 callers
Method
setInt
(int value)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/fabric/xmlrpc/base/Value.java:91
↓ 81 callers
Method
setAutoCommit
Called when an application calls Connection.setAutoCommit(), before the driver processes its own internal logic for setAutoCommit(). Interceptors sho
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionLifecycleInterceptor.java:102
↓ 81 callers
Method
writeByte
(byte b)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Buffer.java:502
↓ 80 callers
Method
getExceptionInterceptor
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/MysqlIO.java:4884
↓ 80 callers
Method
getShort
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:81
↓ 80 callers
Method
startsWith
(byte[] dataFrom, String chars)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:1362
↓ 79 callers
Method
getUriBuilder
()
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/ContentHandlerState.java:189
↓ 76 callers
Method
output
=================================================================== output triples to string. ========================================================
toxkb/outdated_gems/rdfextraction/lib/concept.rb:35
↓ 75 callers
Method
getInt
(byte[] buf)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:684
↓ 75 callers
Method
getTimestamp
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:87
↓ 74 callers
Method
executeQuery
A Prepared SQL query is executed and its ResultSet is returned @return a ResultSet that contains the data produced by the query - never null
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/PreparedStatement.java:1967
↓ 73 callers
Method
getConnection
JDBC 2.0 Return the Connection that produced the Statement. @return the Connection that produced the Statement @throws SQLException if a
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StatementImpl.java:1779
↓ 73 callers
Method
getEncoding
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ConnectionProperties.java:155
↓ 71 callers
Method
clear
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Buffer.java:59
↓ 68 callers
Method
getMysqlType
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Field.java:548
↓ 68 callers
Method
getPosition
Returns the current position to write to/ read from @return the current position to write to/ read from
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Buffer.java:223
↓ 66 callers
Method
buildUri
(UriPattern uriPatterns, String... args)
pdb/pdb2rdf-parser/src/main/java/com/dumontierlab/pdb2rdf/parser/vocabulary/uri/UriBuilder.java:35
↓ 65 callers
Method
getExceptionInterceptor
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ResultSetImpl.java:7923
↓ 65 callers
Method
write
@see java.io.OutputStream#write(byte[])
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/NamedPipeSocketFactory.java:161
↓ 64 callers
Function
QuadLiteral
($subject_uri, $predicate_uri, $literal, $dt = null, $lang = null, $graph_uri = null)
statistics/endpoint-statistics.php:251
↓ 64 callers
Method
getDate
(int parameterIndex)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/ParameterBindings.java:63
↓ 64 callers
Method
registerOutParameter
@see java.sql.CallableStatement#registerOutParameter(int, int)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/CallableStatement.java:1859
↓ 63 callers
Method
clientPrepareStatement
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semant
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/Connection.java:66
↓ 62 callers
Method
endsWith
(byte[] dataFrom, String suffix)
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/StringUtils.java:271
↓ 62 callers
Method
iterator
()
linkedSPLs/LinkedSPLs-update/lib/mysql-connector-java-5.1.33/src/com/mysql/jdbc/CallableStatement.java:348
next →
1–100 of 8,648, ranked by callers