Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Process Functions)
(MySQL Functions)
Line 309: Line 309:
  
 
===== MySQL Functions =====
 
===== MySQL Functions =====
* [[Core Function MySQLConnect|MySQLConnect( <not available> )]] -- Connect to a MySQL database
+
* [[Core Function MySQLConnect|MySQLConnect( <ip/ip:port>, <login>, <password> )]] -- Connect to a MySQL database
* [[Core Function MySQLSelectDB|MySQLSelectDB( <not available> )]] -- Select a database
+
* [[Core Function MySQLSelectDB|MySQLSelectDB( <mysql>, <db name> )]] -- Select a database
* [[Core Function MySQLQuery|MySQLQuery( <not available> )]] -- Execute a query
+
* [[Core Function MySQLQuery|MySQLQuery( <mysql>, <query> )]] -- Execute a query
* [[Core Function MySQLFill|MySQLFill( <not available> )]] -- Grab a table or parts of it from the Database
+
* [[Core Function MySQLFill|MySQLFill( <mysql>, <query> )]] -- Grab a table or parts of it from the Database
* [[Core Function MySQLFetch|MySQLFetch( <not available> )]] -- Fetch the next row from a table
+
* [[Core Function MySQLFetch|MySQLFetch( <mysql data> )]] -- Fetch the next row from a table
* [[Core Function MySQLFetchReset|MySQLFetchReset( <not available> )]] -- Reset the current position in the table rows to 0
+
* [[Core Function MySQLFetchReset|MySQLFetchReset( <mysql data> )]] -- Reset the current position in the table rows to 0
* [[Core Function MySQLFields|MySQLFields( <not available> )]] -- Return how many Fields are in the table
+
* [[Core Function MySQLFields|MySQLFields( <mysql data> )]] -- Return how many Fields are in the table
* [[Core Function MySQLRows|MySQLRows( <not available> )]] -- Return how many Rows are in the table
+
* [[Core Function MySQLRows|MySQLRows( <mysql data> )]] -- Return how many Rows are in the table
* [[Core Function MySQLClose|MySQLClose( <not available> )]] -- Close a MySQL connection
+
* [[Core Function MySQLClose|MySQLClose( <mysql> )]] -- Close a MySQL connection
  
 
===== Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else) =====
 
===== Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else) =====

Revision as of 18:32, 1 December 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

Path Functions

Network Functions

HTTP Functions
MySQL Functions
Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else)
Misc Network Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Common Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

Controls

Pixel Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox