Definition at line 7 of file HFile_plsql.php.
◆ donothing()
HFile_plsql::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_plsql()
HFile_plsql::HFile_plsql |
( |
| ) |
|
Definition at line 9 of file HFile_plsql.php.
References array.
24 $this->colours =
array(
"blue",
"purple",
"brown",
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"~",
"!",
"%",
"@",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
"--");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
65 "AUTHORIZATION" =>
"1",
70 "BINARY_INTEGER" =>
"1",
116 "EXCEPTION_INIT" =>
"1",
173 "NUMBER_BASE" =>
"1",
188 "PLS_INTEGER" =>
"1",
269 "DBMS_OUTPUT" =>
"2",
272 "BIND_VARIABLE" =>
"3",
273 "BIND_VARIABLE_CHAR" =>
"3",
274 "BIND_VARIABLE_RAW" =>
"3",
275 "BIND_VARIABLE_ROWID" =>
"3",
278 "CLOSE_CURSOR" =>
"3",
279 "COLUMN_VALUE" =>
"3",
280 "COLUMN_VALUE_CHAR" =>
"3",
281 "COLUMN_VALUE_RAW" =>
"3",
282 "COLUMN_VALUE_ROWID" =>
"3",
283 "DEFINE_COLUMN" =>
"3",
284 "DEFINE_COLUMN_CHAR" =>
"3",
285 "DEFINE_COLUMN_RAW" =>
"3",
286 "DEFINE_COLUMN_ROWID" =>
"3",
290 "EXECUTE_AND_FETCH" =>
"3",
296 "LAST_ERROR_POSITION" =>
"3",
297 "LAST_ROW_COUNT" =>
"3",
298 "LAST_ROW_ID" =>
"3",
299 "LAST_SQL_FUNCTION_CODE" =>
"3",
332 "MONTHS_BETWEEN" =>
"5",
335 "NLS_INITCAP" =>
"5",
342 "ROWIDTOCHAR" =>
"5",
357 "TO_MULTI_BYTE" =>
"5",
359 "TO_SINGLE_TYPE" =>
"5",
377 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: