Searched defs:alwaysQuote (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/java/sql/testng/test/sql/
H A DStatementTests.java77 public void test02(String s, boolean alwaysQuote, String expected) throws SQLException { argument
88 public void test03(String s, boolean alwaysQuote) throws SQLException { argument
99 public void test04(boolean alwaysQuote) throws SQLException { argument
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DStatement.java1520 default String enquoteIdentifier(String identifier, boolean alwaysQuote) throws SQLException { argument

Completed in 96 milliseconds