www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Phrases
RDF data
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web & Internet
XML
XPATH & XQUERY

Functions Index

VAD_LOAD_FILE

executes statements of a SQL file
DB.DBA.VAD_LOAD_FILE (in fname varchar);
Description

This splits a plain sql file into single statements and executes them one by one. The root directory for this procedure is the 'code' root of VAD's repository.

Parameters
fname – path to file to exec
See Also

vad_check_uninstallability()

vad_check_installability()

vad_install()

vad_pack()

vad_safe_exec()

vad_uninstall()

vad_fail_check()

vad_check()