QGIS Desktop 2.18.3 64 bit on Windows 10 64 bit.
Can someone explain to me how to load the LAYER_STYLES table in Oracle with
information in a QGIS Desktop session?
CREATE TABLE layer_styles(
  id INTEGER PRIMARY KEY,
  f_table_catalog VARCHAR2(30) NOT NULL,
  f_table_schema VARCHAR2(30) NOT NULL,
  f_table_name VARCHAR2(30) NOT NULL,
  f_geometry_column VARCHAR2(30) NOT NULL,
  stylename VARCHAR2(2047),
  styleqml CLOB,
  stylesld CLOB,
  useasdefault INTEGER,
  description VARCHAR2(2047),
  owner VARCHAR2(30),
  ui CLOB,
  update_time timestamp
);
Regards
Simon



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Oracle-and-LAYER-STYLES-tp5305652.html
Sent from the QGIS - User mailing list archive at Nabble.com.
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to