Lines Matching refs:String

94     public String getCatalogSeparator() throws SQLException {  in getCatalogSeparator()
96 String catalogSeparator = jdbcDatabaseMetaData.getCatalogSeparator(); in getCatalogSeparator()
116 public XResultSet getColumnPrivileges(Object catalog, String schema, String table, in getColumnPrivileges()
117 String columnNamePattern) throws SQLException { in getColumnPrivileges()
120 String jdbcCatalog = null; in getColumnPrivileges()
135 …public XResultSet getColumns(Object catalog, String schemaPattern, String tableNamePattern, String in getColumns()
137 String jdbcCatalog = null; in getColumns()
152 …public XResultSet getTables(Object catalog, String schemaPattern, String tableNamePattern, String[… in getTables()
156 String[] jdbcTypes = types; in getTables()
157 for (String type : types) { in getTables()
163 String jdbcCatalog = null; in getTables()
188 …public XResultSet getProcedureColumns(Object catalog, String schemaNamePattern, String procedureNa… in getProcedureColumns()
189 String columnNamePattern) throws SQLException { in getProcedureColumns()
191 String jdbcCatalog = null; in getProcedureColumns()
206 …public XResultSet getProcedures(Object catalog, String schemaNamePattern, String procedureNamePatt… in getProcedures()
208 String jdbcCatalog = null; in getProcedures()
223 …public XResultSet getVersionColumns(Object catalog, String schema, String table) throws SQLExcepti… in getVersionColumns()
225 String jdbcCatalog = null; in getVersionColumns()
347 …public XResultSet getExportedKeys(Object catalog, String schema, String table) throws SQLException… in getExportedKeys()
349 String jdbcCatalog = null; in getExportedKeys()
363 …public XResultSet getImportedKeys(Object catalog, String schema, String table) throws SQLException… in getImportedKeys()
365 String jdbcCatalog = null; in getImportedKeys()
379 …public XResultSet getPrimaryKeys(Object catalog, String schema, String table) throws SQLException { in getPrimaryKeys()
381 String jdbcCatalog = null; in getPrimaryKeys()
395 public XResultSet getIndexInfo(Object catalog, String schema, String table, in getIndexInfo()
398 String jdbcCatalog = null; in getIndexInfo()
413 public XResultSet getBestRowIdentifier(Object catalog, String schema, String table, in getBestRowIdentifier()
416 String jdbcCatalog = null; in getBestRowIdentifier()
484 private XResultSet generateOwnTablePrivileges(Object catalog, String schemaPattern, in generateOwnTablePrivileges()
485 String tableNamePattern) throws SQLException { in generateOwnTablePrivileges()
490 String[] privilegeTypes = { in generateOwnTablePrivileges()
495 new String[] {"VIEW", "TABLE", "%"}); in generateOwnTablePrivileges()
496 String username = getUserName(); in generateOwnTablePrivileges()
499 for (String privilegeType : privilegeTypes) { in generateOwnTablePrivileges()
516 …public XResultSet getTablePrivileges(Object catalog, String schemaPattern, String tableNamePattern… in getTablePrivileges()
521 String jdbcCatalog = null; in getTablePrivileges()
541 String[] privileges = new String[] { in getTablePrivileges()
546 String columnName = metaData.getColumnName(i); in getTablePrivileges()
564 String value = row.getString(entry.getKey()); in getTablePrivileges()
585 …public XResultSet getCrossReference(Object primaryCatalog, String primarySchema, String primaryTab… in getCrossReference()
586 Object foreignCatalog, String foreignSchema, String foreignTable) throws SQLException { in getCrossReference()
588 String jdbcPrimaryCatalog = null; in getCrossReference()
592 String jdbcForeignCatalog = null; in getCrossReference()
710 public String getCatalogTerm() throws SQLException { in getCatalogTerm()
712 String catalogTerm = jdbcDatabaseMetaData.getCatalogTerm(); in getCatalogTerm()
723 public String getIdentifierQuoteString() throws SQLException { in getIdentifierQuoteString()
725 String identifierQuoteString = jdbcDatabaseMetaData.getIdentifierQuoteString(); in getIdentifierQuoteString()
736 public String getExtraNameCharacters() throws SQLException { in getExtraNameCharacters()
738 String extraNameCharacters = jdbcDatabaseMetaData.getExtraNameCharacters(); in getExtraNameCharacters()
1344 public String getURL() throws SQLException { in getURL()
1345 String url = connection.getURL(); in getURL()
1357 public String getUserName() throws SQLException { in getUserName()
1359 String username = jdbcDatabaseMetaData.getUserName(); in getUserName()
1370 public String getDriverName() throws SQLException { in getDriverName()
1372 String driverName = jdbcDatabaseMetaData.getDriverName(); in getDriverName()
1383 public String getDriverVersion() throws SQLException { in getDriverVersion()
1385 String driverVersion = jdbcDatabaseMetaData.getDriverVersion(); in getDriverVersion()
1396 public String getDatabaseProductVersion() throws SQLException { in getDatabaseProductVersion()
1398 String databaseProductVersion = jdbcDatabaseMetaData.getDatabaseProductVersion(); in getDatabaseProductVersion()
1409 public String getDatabaseProductName() throws SQLException { in getDatabaseProductName()
1411 String databaseProductName = jdbcDatabaseMetaData.getDatabaseProductName(); in getDatabaseProductName()
1422 public String getProcedureTerm() throws SQLException { in getProcedureTerm()
1424 String procedureTerm = jdbcDatabaseMetaData.getProcedureTerm(); in getProcedureTerm()
1435 public String getSchemaTerm() throws SQLException { in getSchemaTerm()
1437 String schemaTerm = jdbcDatabaseMetaData.getSchemaTerm(); in getSchemaTerm()
1467 public String getSQLKeywords() throws SQLException { in getSQLKeywords()
1469 String sqlKeywords = jdbcDatabaseMetaData.getSQLKeywords(); in getSQLKeywords()
1480 public String getSearchStringEscape() throws SQLException { in getSearchStringEscape()
1482 String searchStringEscape = jdbcDatabaseMetaData.getSearchStringEscape(); in getSearchStringEscape()
1493 public String getStringFunctions() throws SQLException { in getStringFunctions()
1495 String stringFunctions = jdbcDatabaseMetaData.getStringFunctions(); in getStringFunctions()
1506 public String getTimeDateFunctions() throws SQLException { in getTimeDateFunctions()
1508 String timeDateFunctions = jdbcDatabaseMetaData.getTimeDateFunctions(); in getTimeDateFunctions()
1519 public String getSystemFunctions() throws SQLException { in getSystemFunctions()
1521 String systemFunctions = jdbcDatabaseMetaData.getSystemFunctions(); in getSystemFunctions()
1532 public String getNumericFunctions() throws SQLException { in getNumericFunctions()
1534 String numericFunctions = jdbcDatabaseMetaData.getNumericFunctions(); in getNumericFunctions()
1736 public XResultSet getUDTs(Object catalog, String schemaPattern, in getUDTs()
1737 String typeNamePattern, int[] types) throws SQLException { in getUDTs()
1739 String jdbcCatalog = null; in getUDTs()