Пример #1
0
 public Struct createStruct(String typeName, Object[] attributes) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #2
0
 public void releaseSavepoint(Savepoint savepoint) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #3
0
 public NClob createNClob() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #4
0
 public SQLXML createSQLXML() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #5
0
 public Properties getClientInfo() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #6
0
 public String getClientInfo(String name) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #7
0
 /** @see query timeouts and the synchronousTtl setting if using socket connections */
 public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #8
0
 public int getNetworkTimeout() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #9
0
 public void setTypeMap(Map<String, Class<?>> map) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #10
0
 public Savepoint setSavepoint(String name) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Пример #11
0
 public void setHoldability(int holdability) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }