.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "oarproperty 1" .TH oarproperty 1 2024-04-10 oarproperty "OAR commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME oarproperty \- add or remove resource properties .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoarproperty\fR [ \-l | [ \-a | \-d ] ] [ \-q ] .SH DESCRIPTION .IX Header "DESCRIPTION" This command is used to add or remove resource properties in the resource table. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-l, \-\-list\fR" 4 .IX Item "-l, --list" List properties. .IP "\fB\-a NAME, \-\-add NAME\fR" 4 .IX Item "-a NAME, --add NAME" Add property .IP "\fB\-c, \-\-varchar\fR" 4 .IX Item "-c, --varchar" Ask for a new Sql field of type VARCHAR(255) (default is integer). .IP "\fB\-d NAME, \-\-delete\fR NAME" 4 .IX Item "-d NAME, --delete NAME" Delete property. .IP "\fB\-r ""OLD_NAME,NEW_NAME"", \-\-rename ...\fR" 4 .IX Item "-r ""OLD_NAME,NEW_NAME"", --rename ..." Rename property OLD_NAME into NEW_NAME. .IP "\fB\-q, \-\-quiet\fR" 4 .IX Item "-q, --quiet" Quiet mode (no extra output). .SH COPYRIGHTS .IX Header "COPYRIGHTS" .Vb 1 \& Copyright 2003\-2016 Laboratoire d\*(AqInformatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU General Public License Version 2 or above. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .Ve