Exemple #1
0
 public Struct createStruct(String typeName, Object[] attributes) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #2
0
 public void releaseSavepoint(Savepoint savepoint) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #3
0
 public NClob createNClob() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #4
0
 public SQLXML createSQLXML() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #5
0
 public Properties getClientInfo() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #6
0
 public String getClientInfo(String name) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #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();
 }
Exemple #8
0
 public int getNetworkTimeout() throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #9
0
 public void setTypeMap(Map<String, Class<?>> map) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #10
0
 public Savepoint setSavepoint(String name) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }
Exemple #11
0
 public void setHoldability(int holdability) throws SQLException {
   throw SqlUtil.createFeatureNotSupportedException();
 }