Warning, /sdk/codevis/thirdparty/soci/languages/ada/soci-mysql.ads is written in an unsupported language. File is not indexed.
0001 -- Copyright (C) 2008-2011 Maciej Sobczak 0002 -- Distributed under the Boost Software License, Version 1.0. 0003 -- (See accompanying file LICENSE_1_0.txt or copy at 0004 -- http://www.boost.org/LICENSE_1_0.txt) 0005 0006 package SOCI.MySQL is 0007 0008 -- 0009 -- Registers the MySQL backend so that it is ready for use 0010 -- by the dynamic backend loader. 0011 -- 0012 procedure Register_Factory_MySQL; 0013 pragma Import (C, Register_Factory_MySQL, 0014 "register_factory_mysql"); 0015 0016 end SOCI.MySQL;