public Struct createStruct(String typeName, Object[] attributes) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public void releaseSavepoint(Savepoint savepoint) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public NClob createNClob() throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public SQLXML createSQLXML() throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public Properties getClientInfo() throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public String getClientInfo(String name) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
/** @see query timeouts and the synchronousTtl setting if using socket connections */ public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public int getNetworkTimeout() throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public void setTypeMap(Map<String, Class<?>> map) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public Savepoint setSavepoint(String name) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }
public void setHoldability(int holdability) throws SQLException { throw SqlUtil.createFeatureNotSupportedException(); }