List of usage examples for java.sql SQLFeatureNotSupportedException SQLFeatureNotSupportedException
public SQLFeatureNotSupportedException(Throwable cause)
SQLFeatureNotSupportedException
object with a given cause
. From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public String nativeSQL(String sql) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public CallableStatement prepareCall(String sql) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public void releaseSavepoint(Savepoint savepoint) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public void rollback() throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }
From source file:org.apache.hive.jdbc.HiveConnection.java
@Override public void rollback(Savepoint savepoint) throws SQLException { // TODO Auto-generated method stub throw new SQLFeatureNotSupportedException("Method not supported"); }